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

库存表格优化:移除contractId计算属性和注释发货块数列

yusheng пре 10 месеци
родитељ
комит
427b3d0750
1 измењених фајлова са 9 додато и 11 уклоњено
  1. 9 11
      src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

+ 9 - 11
src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

@@ -525,9 +525,7 @@
       canHandl() {
         return this.form.datasource.length;
       },
-      contractId() {
-        return this.$store.state.order.contractId;
-      },
+
       clientEnvironmentId() {
         return this.$store.state.user.info.clientEnvironmentId;
       },
@@ -696,14 +694,14 @@
             align: 'center'
           },
 
-          {
-            width: 120,
-            prop: 'blockCount',
-            label: '发货块数',
-            slot: 'blockCount',
-            align: 'center',
-            show: this.clientEnvironmentId == 4
-          },
+          // {
+          //   width: 120,
+          //   prop: 'blockCount',
+          //   label: '发货块数',
+          //   slot: 'blockCount',
+          //   align: 'center',
+          //   show: this.clientEnvironmentId == 4
+          // },
           {
             width: 120,
             prop: 'singleWeight',