Browse Source

导入销售明细修改

lichao 3 years ago
parent
commit
2e7e3c320f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/components/procurement/market.vue

+ 8 - 0
src/components/procurement/market.vue

@@ -55,6 +55,14 @@
     },
     async created() {
       this.option = await this.getColumnData(this.getColumnName(42), option);
+      if (this.systemType == 'GN') {
+        this.option.column.forEach(item => {
+          if (item.prop == 'billNo' || item.prop == 'invoiceWeight' || item.prop == 'billWeight') {
+            item.hide = true;
+            item.showColumn = false;
+          }
+        })
+      }
     },
     methods:{
       refreshChange(){