Forráskód Böngészése

fix: 库存台账列表顺序

liujt 2 hete
szülő
commit
36edd776db

+ 9 - 9
src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

@@ -190,6 +190,15 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'saleCount',
+            slot: 'saleCount',
+            label: '订单数量',
+            showOverflowTooltip: true,
+            align: 'center',
+            minWidth: 120,
+            hide: !this.showSaleCount
+          },
           {
             prop: 'brandNum',
             align: 'center',
@@ -257,15 +266,6 @@
             showOverflowTooltip: true,
             hide: this.dimension == 1
           },
-          {
-            prop: 'saleCount',
-            slot: 'saleCount',
-            label: '订单数量',
-            showOverflowTooltip: true,
-            align: 'center',
-            minWidth: 120,
-            hide: !this.showSaleCount
-          },
           {
             prop: 'measureQuantity',
             label: '库存',