|
@@ -4359,6 +4359,11 @@ export default {
|
|
|
// this.chargeList.fBillstatus = '1'
|
|
|
this.queryParams.fBillstatus = "1";
|
|
|
let formData = new window.FormData();
|
|
|
+ if(this.increase_s){
|
|
|
+ this.increase_s.forEach(e=>{
|
|
|
+ e.fInvoiceNo=e.invoiceNo
|
|
|
+ })
|
|
|
+ }
|
|
|
formData.append("tFee", JSON.stringify(this.queryParams));
|
|
|
formData.append("tFeeDo", JSON.stringify(this.increase_s));
|
|
|
if (Cookies.get("sysType") == 1) {
|
|
@@ -4430,6 +4435,11 @@ export default {
|
|
|
|
|
|
this.queryParams.fBillstatus = "1";
|
|
|
let formData = new window.FormData();
|
|
|
+ if(this.increase_s){
|
|
|
+ this.increase_s.forEach(e=>{
|
|
|
+ e.fInvoiceNo=e.invoiceNo
|
|
|
+ })
|
|
|
+ }
|
|
|
formData.append("tFee", JSON.stringify(this.queryParams));
|
|
|
formData.append("tFeeDo", JSON.stringify(this.increase_s));
|
|
|
if (Cookies.get("sysType") == 1) {
|