瀏覽代碼

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

liujt 3 周之前
父節點
當前提交
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',
             minWidth: 90
           },
+          {
+            prop: 'inventoryCycle',
+            label: '存货周期(天)',
+            align: 'center',
+            width: 150,
+            sortable: true,
+            showOverflowTooltip: true,
+            hide: this.dimension == 1
+          },
           {
             prop: 'saleCount',
             slot: 'saleCount',