|
@@ -5074,7 +5074,7 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<div>报关单号:{{ form.fCustomno }}</div>
|
|
|
- <div>清单号:{{ form.fCustomsdeclartion }}</div>
|
|
|
+<!-- <div>清单号:{{ form.fCustomsdeclartion }}</div>-->
|
|
|
<div>存放仓库:{{ stockName }}</div>
|
|
|
<div>净重:{{ (form.fPlannetweight / 1000).toFixed(2) }}</div>
|
|
|
</div>
|
|
@@ -6991,6 +6991,10 @@ export default {
|
|
|
this.form.fPlanvolumn = this.fPlanvolumn;
|
|
|
this.form.fGrossweight = this.fGrossweight;
|
|
|
}
|
|
|
+ for (let item in this.Printinglist){
|
|
|
+ this.Printinglist[item].fBillingway = this.form.fFeetUnit
|
|
|
+ }
|
|
|
+ this.form.fFeetunit = this.form.fFeetUnit
|
|
|
let formData = new window.FormData();
|
|
|
formData.append("warehouseBills", JSON.stringify(this.form));
|
|
|
formData.append(
|