fix:代码修复

This commit is contained in:
2023-05-25 22:13:55 +08:00
parent cc15c50bbf
commit 51513aaeea
8 changed files with 17 additions and 4 deletions

View File

@@ -476,6 +476,7 @@ export default {
},
sectQueryChange(val) {
debugger
this.sectProp = val
if (val.length === 1) {
this.stor_id = val[0]
@@ -529,8 +530,8 @@ export default {
this.divBtn = true
debugger
this.dis_row.stor_id = this.stor_id
this.dis_row.sect_id = this.sect_id
this.dis_row.stor_id = this.stor_id.toString()
this.dis_row.sect_id = this.sect_id.toString()
crudProductIn.divStruct(this.dis_row).then(res => {
crudProductIn.getIosInvDtl({ 'iostorinv_id': this.dis_row.iostorinv_id }).then(res => {
this.openParam = res