| 
														
															@@ -692,7 +692,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { removeFtmsorderbillscars } from "@/api/fleet/ftmsorderbillscars"; 
														 | 
														
														 | 
														
															 import { removeFtmsorderbillscars } from "@/api/fleet/ftmsorderbillscars"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { query, submit } from "@/api/track/singleCost"; 
														 | 
														
														 | 
														
															 import { query, submit } from "@/api/track/singleCost"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { listGoods } from "@/api/basicdata/goods"; 
														 | 
														
														 | 
														
															 import { listGoods } from "@/api/basicdata/goods"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { listCorps } from "@/api/basicdata/corps"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { selectCorpList } from "@/api/basicdata/corps"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { listFees } from "@/api/basicdata/fees"; 
														 | 
														
														 | 
														
															 import { listFees } from "@/api/basicdata/fees"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import UploadFile from "@/components/Uploadfile"; 
														 | 
														
														 | 
														
															 import UploadFile from "@/components/Uploadfile"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import Cookies from "js-cookie"; 
														 | 
														
														 | 
														
															 import Cookies from "js-cookie"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -804,9 +804,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     this.getDicts("data_priceType").then((response) => { 
														 | 
														
														 | 
														
															     this.getDicts("data_priceType").then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.priceTypeList = response.data; 
														 | 
														
														 | 
														
															       this.priceTypeList = response.data; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }); 
														 | 
														
														 | 
														
															     }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    listCorps().then((response) => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      this.fMblnoOptions = response.rows; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    }); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     listGoods().then((response) => { 
														 | 
														
														 | 
														
															     listGoods().then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.goodsOptions = response.rows; 
														 | 
														
														 | 
														
															       this.goodsOptions = response.rows; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }); 
														 | 
														
														 | 
														
															     }); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -822,6 +819,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     init() { 
														 | 
														
														 | 
														
															     init() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.showDialog = true; 
														 | 
														
														 | 
														
															       this.showDialog = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      // console.log(this.fname.id) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      selectCorpList(this.fname.id).then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+         this.fMblnoOptions = response; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       query(this.fname.id).then((data) => { 
														 | 
														
														 | 
														
															       query(this.fname.id).then((data) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (data.data.billType) { 
														 | 
														
														 | 
														
															         if (data.data.billType) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           data.data.billType = data.data.billType.toString(); 
														 | 
														
														 | 
														
															           data.data.billType = data.data.billType.toString(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -883,7 +884,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         arr2.push(e.fFeeid); 
														 | 
														
														 | 
														
															         arr2.push(e.fFeeid); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }); 
														 | 
														
														 | 
														
															       }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (arr2.length > 0) { 
														 | 
														
														 | 
														
															       if (arr2.length > 0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return this.msgSuccess("费用已导入,请勿重复导入"); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return this.$message.error("费用已导入,请勿重复导入"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.oilAmt > 0) { 
														 | 
														
														 | 
														
															       if (this.form.oilAmt > 0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.feesList.push({ 
														 | 
														
														 | 
														
															         this.feesList.push({ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -899,6 +900,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.oilAmt, 
														 | 
														
														 | 
														
															           fAmount: this.form.oilAmt, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 52, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.oilAmt, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.oilAmt, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.driverbonus > 0) { 
														 | 
														
														 | 
														
															       if (this.form.driverbonus > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -915,6 +929,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.driverbonus, 
														 | 
														
														 | 
														
															           fAmount: this.form.driverbonus, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 53, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.driverbonus, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.driverbonus, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costOth > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costOth > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -931,6 +958,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costOth, 
														 | 
														
														 | 
														
															           fAmount: this.form.costOth, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 54, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costOth, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costOth, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt03 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt03 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -947,6 +987,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt03, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt03, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 55, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt03, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt03, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt04 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt04 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -963,6 +1016,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt04, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt04, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 56, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt04, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt04, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt02 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt02 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -979,6 +1045,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt02, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt02, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 57, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt02, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt02, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt05 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt05 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -995,6 +1074,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt05, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt05, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 58, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt05, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt05, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt06 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt06 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1011,6 +1103,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt06, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt06, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 59, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt06, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt06, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.form.costomAmt01 > 0) { 
														 | 
														
														 | 
														
															       if (this.form.costomAmt01 > 0) { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1027,6 +1132,19 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fAmount: this.form.costomAmt01, 
														 | 
														
														 | 
														
															           fAmount: this.form.costomAmt01, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           fExrate: 1, 
														 | 
														
														 | 
														
															           fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           remarks: "", 
														 | 
														
														 | 
														
															           remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        },{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          actId: "1080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCorpid: this.form.driverUserId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeid: 60, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fDc: "D", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fFeeunitid: "6", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fBillingQty: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fUnitprice: this.form.costomAmt01, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fCurrency: "RMB", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fTaxrate: 3, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fAmount: this.form.costomAmt01, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          fExrate: 1, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          remarks: "", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }); 
														 | 
														
														 | 
														
															         }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 |