Преглед изворни кода

feat(仓库管理): 在出库和入库管理页面添加规格、型号等列

liujt пре 6 месеци
родитељ
комит
a8809d5017

+ 24 - 0
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -400,6 +400,30 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            prop: 'specification',
+            label: '规格',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'modelType',
+            label: '型号',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'colorKey',
+            label: '颜色',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'modelKey',
+            label: '机型',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           // {
           //   prop: 'verifyStatus',
           //   label: '状态',

+ 24 - 1
src/views/warehouseManagement/stockManagement/index.vue

@@ -399,13 +399,36 @@
             showOverflowTooltip: true,
             width: 150
           },
+          {
+            prop: 'specification',
+            label: '规格',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'modelType',
+            label: '型号',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'colorKey',
+            label: '颜色',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'modelKey',
+            label: '机型',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'sourceBizNo',
             label: '来源单据',
             align: 'center',
             showOverflowTooltip: true
           },
-
           {
             prop: 'createUserName',
             label: '入库人',