소스 검색

面料损耗表更新

fenghaifu 2 년 전
부모
커밋
8c29558ef0
2개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      src/views/reportForms/fabric-loss-table/otherYarnsInModal.vue
  2. 7 1
      src/views/reportForms/fabric-loss-table/surplusYarnModal.vue

+ 6 - 0
src/views/reportForms/fabric-loss-table/otherYarnsInModal.vue

@@ -92,6 +92,12 @@ export default {
           width: 120,
           className: 'replacecolor'
         },
+        {
+          title: '批号',
+          dataIndex: 'cbatch',
+          width: 120,
+          className: 'replacecolor'
+        },
         {
           title: '使用数量',
           dataIndex: 'iquantity',

+ 7 - 1
src/views/reportForms/fabric-loss-table/surplusYarnModal.vue

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