切换分支备份

yanshishuju
yewj 6 months ago
parent d6c97cb129
commit cd3572bcac

@ -640,7 +640,6 @@ export function batchAddCode(query) {
}
export function batchAddCodeByOrderFinish(query) {
return axios({
url: "warehouse/inout/batchAddCodeByOrderFinish",

@ -502,6 +502,7 @@ export default {
errResult: "",
warnVisible: false,
errVisible: false,
workplaceId: null,
}
},
@ -532,6 +533,8 @@ export default {
if (res.code == 20000) {
if (res.data.billNo != null) {
this.formData = res.data
this.scanCode = "";
this.formData.workPlaceCode = this.workplaceId
this.checked = false
}
}

Loading…
Cancel
Save