切换分支备份

yanshishuju
yewj 9 months ago
parent d6c97cb129
commit cd3572bcac

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

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

Loading…
Cancel
Save