From e7c28736dec3918ae01d05bb118e83315ae65497 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 13 May 2024 20:54:28 +0800 Subject: [PATCH] md --- .../emis/emisWaybill/emisWaybillRecord.vue | 53 +++++++++++-------- 1 file changed, 32 insertions(+), 21 deletions(-) diff --git a/src/views/emis/emisWaybill/emisWaybillRecord.vue b/src/views/emis/emisWaybill/emisWaybillRecord.vue index c09a0176..6b639076 100644 --- a/src/views/emis/emisWaybill/emisWaybillRecord.vue +++ b/src/views/emis/emisWaybill/emisWaybillRecord.vue @@ -287,7 +287,7 @@ @@ -314,6 +314,7 @@ :data="form.cargoList" size="mini" style="width: 100%" + max-height="100px" @cell-mouse-enter="handleGoodsCellEnter" @cell-mouse-leave="handleGoodsCellLeave" > @@ -488,43 +489,59 @@ stripe :data="form.feeItems" size="mini" + max-height="100px" style="width: 100%" > - + + --> + + - + - + - + - + - + + + + @@ -1166,12 +1183,6 @@ methods: { }, calcBillFee(){ - console.log("hello=>"+this.form.settlementWeight); - console.log("hello=>"+this.form.totalVolume); - console.log("hello=>"+this.form.productType); - console.log("hello=>"+this.form.sendSiteCode); - console.log("hello=>"+this.form.dispatchUnderlingSiteCode); - console.log("hello=>"+this.form.calcFeeType); if(this.form.settlementWeight && this.form.totalVolume @@ -1217,7 +1228,7 @@ methods: { "goodsCode": item.goodsCode, "goodsName": item.goodsName, "cargoQty": 1, - "lenght": 0, + "length": 0, "width": 0, "height": 0, }