Commit 32cb5f7b authored by 何远江's avatar 何远江

bug 修改

parent cde2e19f
...@@ -182,6 +182,7 @@ export default { ...@@ -182,6 +182,7 @@ export default {
acc.push(...cur.details) acc.push(...cur.details)
return acc return acc
}, []) }, [])
console.log(arr, '----')
// "windCase": null,是否结案 Y是 N否 // "windCase": null,是否结案 Y是 N否
arr.forEach((ele, index) => { arr.forEach((ele, index) => {
...@@ -197,6 +198,9 @@ export default { ...@@ -197,6 +198,9 @@ export default {
zencode: "A008", zencode: "A008",
item: arr, item: arr,
}; };
console.log(arr, '----')
this.$u.api.sapApi.sapProiss(params).then((res) => { this.$u.api.sapApi.sapProiss(params).then((res) => {
this.loading = false; this.loading = false;
if (!Array.isArray(res)) { if (!Array.isArray(res)) {
...@@ -288,6 +292,7 @@ export default { ...@@ -288,6 +292,7 @@ export default {
v.vista = num > v.applyNum ? v.applyNum : num; v.vista = num > v.applyNum ? v.applyNum : num;
} }
num = +(num - v.vista).toFixed(3); num = +(num - v.vista).toFixed(3);
v.CHARG = ele.CHARG;
v.PLNR = plnr; v.PLNR = plnr;
v.LGORT = ele.LGORT; v.LGORT = ele.LGORT;
v.LGOBE = ele.LGOBE; v.LGOBE = ele.LGOBE;
......
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