|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<a-modal
|
|
<a-modal
|
|
- title="余纱"
|
|
|
|
|
|
+ title="来源余纱"
|
|
v-model="surplusYarnModVis"
|
|
v-model="surplusYarnModVis"
|
|
:confirmLoading="confirmLoading"
|
|
:confirmLoading="confirmLoading"
|
|
width="86%"
|
|
width="86%"
|
|
@@ -93,6 +93,12 @@ export default {
|
|
key: '',
|
|
key: '',
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ title: '批号',
|
|
|
|
+ dataIndex: 'cbatch',
|
|
|
|
+ width: 120,
|
|
|
|
+ className: 'replacecolor'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '使用数量',
|
|
title: '使用数量',
|
|
dataIndex: 'iquantity',
|
|
dataIndex: 'iquantity',
|