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('请先勾选物料')