Commit 82894cc9 authored by 何远江's avatar 何远江

bug修改

parent 9889ace8
......@@ -109,7 +109,7 @@ export default {
let params = {
ztype: "005",
};
plnr.startWith('B') ? (params.ZCODE = plnr) :(params.PLNR = plnr)
plnr.startsWith('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