From 7de764f72c36ec54d8d3108f153c0f1e7758ffe9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 28 May 2024 18:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=85=A5=E5=BA=93=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/store/warehousing/config.js | 1 + .../views/store/warehousing/putInStore.vue | 19 ++++++------------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/sgzb-ui/src/views/store/warehousing/config.js b/sgzb-ui/src/views/store/warehousing/config.js index ea9ecb84..0e3f7a27 100644 --- a/sgzb-ui/src/views/store/warehousing/config.js +++ b/sgzb-ui/src/views/store/warehousing/config.js @@ -16,6 +16,7 @@ export const dialogConfig = { { t_width: '', t_props: 'typeName', t_label: '设备类型' }, { t_width: '', t_props: 'typeModelName', t_label: '规格型号' }, { t_width: '', t_props: 'maCode', t_label: '设备编码' }, + { t_width: '', t_props: 'num', t_label: '设备数量' }, { t_width: '', t_props: 'modelName', t_label: '入库人' }, { t_width: '', t_props: 'createDate', t_label: '入库日期' }, ], diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index c5e2af40..d89d550c 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -764,12 +764,11 @@ @closeDialogOuter="closeDialogOuter" > @@ -948,7 +947,6 @@ export default { dialogConfig, getInventoryWarehousingApi, sendParams: {}, - detailsList: [], } }, created() { @@ -1484,12 +1482,7 @@ export default { /* 查看详情 */ async queryDetails(row) { this.sendParams.kindName = row.kindName - const { data: res } = await getInventoryWarehousingApi( - this.sendParams, - ) - this.detailsList = res.rows - console.log(res, '详情--') - // this.dialogConfig.outerVisible = true + this.dialogConfig.outerVisible = true }, /* 外层弹框关闭 */