Jelajahi Sumber

主页表格新增调入数量、调出数量字段

lichao 3 tahun lalu
induk
melakukan
125db34d8b
1 mengubah file dengan 20 tambahan dan 3 penghapusan
  1. 20 3
      src/views/reportAnalysis/inventoryAccount.vue

+ 20 - 3
src/views/reportAnalysis/inventoryAccount.vue

@@ -201,22 +201,39 @@ export default {
           checked: 0,
           width: 100,
           onabort: ''
-        },{
+        },
+        {
           surface: '17',
+          label: 'foldQty',
+          name: '调入数量',
+          checked: 0,
+          width: 100,
+          onabort: ''
+        },
+        {
+          surface: '18',
+          label: 'calloutQty',
+          name: '调出数量',
+          checked: 0,
+          width: 100,
+          onabort: ''
+        },
+        {
+          surface: '19',
           label: 'fAfterQty',
           name: '结余数量',
           checked: 0,
           width: 100,
           onabort: ''
         },{
-          surface: '18',
+          surface: '20',
           label: 'fAfterUnitprice',
           name: '结余单价',
           checked: 0,
           width: 100,
           onabort: ''
         },{
-          surface: '19',
+          surface: '21',
           label: 'fAfterAmount',
           name: '结余金额',
           checked: 0,