检验报告 冷链报告 发票 更换或result表

ywj_dev
wangwei 2 years ago
parent 12ed603a4f
commit 4c461ff897

@ -108,6 +108,15 @@ export function parseInvoice(params) {
});
}
export function updateorderResult(params) {
return axios({
url: "/udiwms/inout/biz/updateorderResult",
method: "post",
data: params
});
}

@ -528,7 +528,7 @@ export default {
});
//
updateorderBiz(this.inputQuery.list).then((res) => {
updateorderResult(this.inputQuery.list).then((res) => {
this.closeDialog();
});
},

Loading…
Cancel
Save