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

feat: 库存台账选择增加存货周期列

liujt пре 2 недеља
родитељ
комит
52160b1ec6
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      src/BIZComponents/selectStockLedger/selectStockLedgerDialog.vue

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

@@ -231,6 +231,15 @@
             align: 'center',
             align: 'center',
             minWidth: 90
             minWidth: 90
           },
           },
+          {
+            prop: 'inventoryCycle',
+            label: '存货周期(天)',
+            align: 'center',
+            width: 150,
+            sortable: true,
+            showOverflowTooltip: true,
+            hide: this.dimension == 1
+          },
           {
           {
             prop: 'saleCount',
             prop: 'saleCount',
             slot: 'saleCount',
             slot: 'saleCount',