fix;表处代码修改

This commit is contained in:
zhouz
2024-06-04 10:37:35 +08:00
parent cf451f52c9
commit ce3324a8af
10 changed files with 329 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
全部分配
</el-button>
</slot>
<el-button slot="left" type="info" @click="dialogVisible = false">关闭</el-button>
<el-button slot="left" type="info" @click="close">关闭</el-button>
</span>
</div>
</span>
@@ -292,6 +292,7 @@ export default {
this.form.dtl_row = null
this.sectProp = null
this.sects = []
this.sect_id = null
this.$emit('update:dialogShow', false)
this.$emit('AddChanged')
this.crud.refresh()
@@ -387,6 +388,7 @@ export default {
})
},
allDivStruct() {
debugger
if (!this.sect_id) {
this.crud.notify('请先选择虚拟库区区域!', CRUD.NOTIFICATION_TYPE.INFO)
return
@@ -399,6 +401,7 @@ export default {
crudRawAssist.getIODtl({ 'bill_code': this.openParam[0].bill_code, 'open_flag': '1' }).then(res => {
this.openParam = res
})
this.crud.notify('分配货位成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)
}).finally(() => {
this.allDivBtn = false
})