Commit 9889ace8 authored by 何远江's avatar 何远江

发货下架bug 修改

parent 54283985
......@@ -107,10 +107,9 @@ export default {
return this.$u.toast("请先扫描交货单!");
}
let params = {
ZCODE: plnr.includes("BL") ? plnr : "",
plnr: plnr.includes("BL") ? "" : plnr,
ztype: "005",
};
plnr.startWith('B') ? (params.ZCODE = plnr) :(params.PLNR = plnr)
this.$u.api.sapApi.sapBlpl(params).then((res) => {
if (res && res.MSG[0].TYPE === "S") {
this.setSalesBoundPL(res.BLPL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment