From dad20a4a998777b9d71499e077a11f459c549db5 Mon Sep 17 00:00:00 2001 From: "ZHOUZ\\Noble'lift" <1014987728@qq.com> Date: Sat, 17 Dec 2022 11:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/wms/st/outbill/AddDtl.vue | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/AddDtl.vue b/lms/nladmin-ui/src/views/wms/st/outbill/AddDtl.vue index 19f477a86..07f63ae68 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/AddDtl.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/AddDtl.vue @@ -53,13 +53,13 @@ :header-cell-style="{background:'#f5f7fa',color:'#606266'}" > - - - - - - - + + + + + + + @@ -103,6 +103,9 @@ export default { type: Boolean, default: false }, + openParam: { + type: String + }, storId: { type: String } @@ -121,6 +124,11 @@ export default { this.dialogVisible = newValue } }, + openParam: { + handler(newValue, oldValue) { + this.opendtlParam = newValue + } + } }, methods: { [CRUD.HOOK.beforeRefresh]() { @@ -144,7 +152,6 @@ export default { this.crud.query.mater_type = this.opendtlParam }, submit() { - debugger this.rows = this.$refs.multipleTable.selection if (this.rows.length <= 0) { this.$message('请先勾选物料')