fix;表处代码修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user