Browse Source

fix(inventoryTableDetails): 根据isWms状态显示仓库名称列

liujt 1 month ago
parent
commit
575803582d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BIZComponents/inventoryTableDetails.vue

+ 1 - 1
src/BIZComponents/inventoryTableDetails.vue

@@ -524,7 +524,7 @@
             label: '仓库名称',
             slot: 'warehouseName',
             align: 'center',
-            isNone: this.quoteType === 2
+            isNone: !this.isWms
           },
           {
             minWidth: 160,