huang_an há 2 anos atrás
pai
commit
bcf482cbf2

+ 8 - 8
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -177,6 +177,14 @@
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             width: 160
             width: 160
           },
           },
+          {
+            prop: 'bizType',
+            slot: 'bizType',
+            label: '出库场景',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 150
+          },
           {
           {
             prop: 'verifyStatus',
             prop: 'verifyStatus',
             label: '状态',
             label: '状态',
@@ -206,14 +214,6 @@
             align: 'center',
             align: 'center',
             slot: 'action',
             slot: 'action',
             showOverflowTooltip: true
             showOverflowTooltip: true
-          },
-          {
-            prop: 'bizType',
-            slot: 'bizType',
-            label: '出库场景',
-            align: 'center',
-            showOverflowTooltip: true,
-            width: 150
           }
           }
         ]
         ]
       };
       };

+ 8 - 9
src/views/warehouseManagement/stockManagement/index.vue

@@ -184,7 +184,14 @@
             showOverflowTooltip: true,
             showOverflowTooltip: true,
             width: 150
             width: 150
           },
           },
-
+          {
+            prop: 'bizType',
+            slot: 'bizType',
+            label: '入库类型',
+            align: 'center',
+            showOverflowTooltip: true,
+            width: 150
+          },
           {
           {
             prop: 'extInfo.documentSource',
             prop: 'extInfo.documentSource',
             label: '来源单据',
             label: '来源单据',
@@ -226,14 +233,6 @@
             align: 'center',
             align: 'center',
             slot: 'action',
             slot: 'action',
             showOverflowTooltip: true
             showOverflowTooltip: true
-          },
-          {
-            prop: 'bizType',
-            slot: 'bizType',
-            label: '入库类型',
-            align: 'center',
-            showOverflowTooltip: true,
-            width: 150
           }
           }
         ]
         ]
       };
       };