diff --git a/src/views/modules/board/partInventory.vue b/src/views/modules/board/partInventory.vue index cb35638..4c0fb20 100644 --- a/src/views/modules/board/partInventory.vue +++ b/src/views/modules/board/partInventory.vue @@ -160,6 +160,24 @@ export default { fixed: '', columnWidth: 60 }, + { + userId: this.$store.state.user.name, + functionId: 153, + serialNumber: '153Table1', + tableId: "153Table1", + tableName: "物料库存信息表", + columnProp: "safetyStock", + headerAlign: "center", + align: "left", + columnLabel: "安全库存", + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 60 + }, { userId: this.$store.state.user.name, functionId: 153,