Просмотр исходного кода

feat: 仓储收发明细表增加字段

liujt 1 месяц назад
Родитель
Сommit
c39a18ccad

+ 36 - 5
src/views/warehouseManagement/statisticalReports/transceiverDetails/add.vue

@@ -317,7 +317,7 @@
             label: '出入库类型',
             align: 'center',
             showOverflowTooltip: true,
-            width: 150
+            width: 130
           },
           {
             prop: 'assetType',
@@ -325,7 +325,7 @@
             label: '物品类型',
             align: 'center',
             showOverflowTooltip: true,
-            width: 150
+            width: 130
           },
           {
             prop: 'categoryNames',
@@ -341,18 +341,48 @@
             showOverflowTooltip: true,
             width: 150
           },
+          {
+            prop: 'batchNo',
+            label: '批次号',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 120
+          },
+          {
+            prop: 'totalQuantity',
+            label: '数量',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 120
+          },
+          {
+            prop: 'colorKey',
+            label: '颜色',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 150
+          },
+          {
+            prop: 'modelKey',
+            label: '机型',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 120
+          },
           {
             prop: 'sourceBizNo',
             label: '来源单据',
             align: 'center',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            width: 120
           },
 
           {
             prop: 'createUserName',
             label: '操作人',
             align: 'center',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            width: 120
           },
           {
             width: 160,
@@ -365,7 +395,8 @@
             prop: 'verifyName',
             label: '审核人',
             align: 'center',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
+            width: 120
           }
           // {
           //   prop: 'verifyStatus',