소스 검색

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',