Przeglądaj źródła

style(stockLedger): 物品维度不显示供应商,供应商代号,产地字段

liujt 1 miesiąc temu
rodzic
commit
c96152f4bc

+ 11 - 9
src/views/warehouseManagement/stockLedger/components/item-list.vue

@@ -600,26 +600,28 @@
                 showOverflowTooltip: true
               }
             : '',
+          this.selectedDime != 1 ? 
           {
             prop: 'supplierName',
             label: '供应商',
             width: 120,
             showOverflowTooltip: true
-          },
+          } : '',
+          this.selectedDime != 1 ? 
           {
             prop: 'supplierCode',
             label: '供应商代号',
             width: 120,
             showOverflowTooltip: true
-          },
+          } : '',
 
-          this.selectedDime == 1
-            ? {
-                prop: 'provenance',
-                label: '产地',
-                showOverflowTooltip: true
-              }
-            : '',
+          // this.selectedDime == 1
+          //   ? {
+          //       prop: 'provenance',
+          //       label: '产地',
+          //       showOverflowTooltip: true
+          //     }
+          //   : '',
           this.isPrice == 1
             ? {
                 prop: 'unitPrice',