From fe9b3d68abd517ee4e80ff790539460a1ed34ba0 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 15 Aug 2024 20:45:14 +0800 Subject: [PATCH] md --- .../emis/EmisBaseTools/DestinationPicker.vue | 2 + .../SubBillConfirmByMonthList.vue | 2 - .../emisWaybillAjustApply/adjustPanel.vue | 80 ++++++++++++++----- 3 files changed, 64 insertions(+), 20 deletions(-) diff --git a/src/views/emis/EmisBaseTools/DestinationPicker.vue b/src/views/emis/EmisBaseTools/DestinationPicker.vue index 1bf5cfe7..f28e539f 100644 --- a/src/views/emis/EmisBaseTools/DestinationPicker.vue +++ b/src/views/emis/EmisBaseTools/DestinationPicker.vue @@ -88,6 +88,7 @@ if(!this.defaultItems){ this.queryData(null,null); }else{ + this.optionItems=[]; this.optionItems = [...this.defaultItems]; } }, @@ -105,6 +106,7 @@ }; this.optionItems=[]; + this.defaultItems=[]; listSimpleEmisDestination(queryParams).then(response => { this.loading = false; this.optionItems =response.rows; diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue index 47a64a96..d1260fc9 100644 --- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue +++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMonthList.vue @@ -226,8 +226,6 @@ - -
总票数:{{total}}, 总运费:{{queryStatInfoMap?queryStatInfoMap.totalBillFee:0}} diff --git a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue index b931118b..5225f970 100644 --- a/src/views/emis/emisWaybillAjustApply/adjustPanel.vue +++ b/src/views/emis/emisWaybillAjustApply/adjustPanel.vue @@ -42,7 +42,7 @@ - + @@ -65,6 +65,8 @@ + + @@ -81,6 +83,25 @@ + + + + + 缅甸货值调整 + + + {{billDetail.realValue}} + + + + + (USD) + + + + + + @@ -729,10 +750,48 @@ + + + + + + 费用备注调整 + + + {{billDetail.feeRemark}} + + + + + + + + + + + 运费相关调整变化 @@ -979,23 +1038,8 @@ - - - - - 费用备注调整 - - - {{billDetail.feeRemark}} - - - - - - - - - + +