From 6a7501c7f1057da5bdb65265a84f70e613730b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 5 Aug 2025 09:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=89=A9=E6=96=99=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E6=8A=A5=E8=A1=A8=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E4=B8=80=E5=88=97=20"=20=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E5=BA=93=E5=AD=98"=20=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/board/partInventory.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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,