From d9db8bdeeb9ffa34f808ac7c7ba83df0d70de2f8 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Sat, 19 Jul 2025 15:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E9=A9=B3=E5=9B=9E=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0=E3=80=81=E9=87=8D=E9=87=8F=E8=AE=A1=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../batchCommissionQuotePriceUpdateForm.vue | 30 ++++++++++++++++++- .../emisCommissionQuoteForm.vue | 19 ++++++++++-- src/views/emis/emisCommissionQuote/index.vue | 4 +-- .../WaybillAjustApplyList.vue | 4 +-- .../WaybillAjustCenterConfirm.vue | 4 +-- .../WaybillAjustDestConfirm.vue | 4 +-- 6 files changed, 53 insertions(+), 12 deletions(-) diff --git a/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue b/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue index 24909c11..e75562a7 100644 --- a/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue +++ b/src/views/emis/emisCommissionQuote/batchCommissionQuotePriceUpdateForm.vue @@ -26,6 +26,25 @@ + + + + 按票计算 + 重量计算 + 体积计算 + 包裹数 + 按柜计算 + + + + + + + 结算重量计提 + 实际重量计提 + + + @@ -164,6 +183,8 @@ export default { empCode:this.form.empCode, empName:this.form.empName, blOpen:this.form.blOpen, + calcType:this.form.calcType, + calcWeightType:this.form.calcWeightType, } updList.push(item); await batchUpdate(updList); @@ -178,6 +199,8 @@ export default { empCode:this.form.empCode, empName:this.form.empName, blOpen:this.form.blOpen, + calcType:this.form.calcType, + calcWeightType:this.form.calcWeightType, } updList.push(item); } @@ -231,7 +254,7 @@ export default { cancelBatchEmp(){ this.openForm=false; }, - async getStaffUser(name){ + async getStaffUser(name){ let qParams={ searchValue:name, pageNum: 1, @@ -250,6 +273,11 @@ export default { } return null; }, + calcTypeChange(val){ + if(val!=='2'){ + this.form.calcWeightType=null; + } + } } }; diff --git a/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue b/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue index 57e7117a..9971ee94 100644 --- a/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue +++ b/src/views/emis/emisCommissionQuote/emisCommissionQuoteForm.vue @@ -80,7 +80,7 @@ - + 按票计算 重量计算 体积计算 @@ -89,6 +89,14 @@ + + + + 结算重量计提 + 实际重量计提 + + +