From f848139d99519f9244f8c51d6f1defbed3861e65 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Mon, 5 Jan 2026 11:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E5=AF=BC=E5=87=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BB=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/centerWaybillList.vue | 7 +++++++ src/views/emis/emisWaybill/dispatchWaybillList.vue | 10 +++++++++- src/views/emis/emisWaybill/sendWaybillList.vue | 7 +++++++ src/views/emis/emisWaybill/sendWaybillListNew.vue | 7 +++++++ 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index b2b0864c..fc3716f3 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -1231,6 +1231,13 @@ export default { if(j === 'waybillOther.moneyCompany'){ return v['waybillOther']['moneyCompany']; } + if(j=== 'blIsQuestion'){ + if(v[j] == 1){ + return '是'; + }else{ + return '否'; + } + } return v[j] })) }, diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index e7d7f4c9..26387da1 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -1081,7 +1081,8 @@ export default { this.exportData(this.selectionList,loadingInstance); } else{ - let qExportParam=this.initQueryParams(); + this.initQueryParams(); + let qExportParam={...this.queryParams}; qExportParam.pageNum=1; qExportParam.pageSize=20000; @@ -1194,6 +1195,13 @@ export default { if(j === 'waybillOther.moneyCompany'){ return v['waybillOther']['moneyCompany']; } + if(j=== 'blIsQuestion'){ + if(v[j] == 1){ + return '是'; + }else{ + return '否'; + } + } return v[j] })) }, diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index a63ba65d..34b1876f 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -1274,6 +1274,13 @@ export default { if(j === 'waybillOther.moneyCompany'){ return v['waybillOther']['moneyCompany']; } + if(j=== 'blIsQuestion'){ + if(v[j] == 1){ + return '是'; + }else{ + return '否'; + } + } return v[j] })) }, diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index 5a231eb0..da5ce98f 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -1224,6 +1224,13 @@ export default { if(j === 'waybillOther.moneyCompany'){ return v['waybillOther']['moneyCompany']; } + if(j=== 'blIsQuestion'){ + if(v[j] == 1){ + return '是'; + }else{ + return '否'; + } + } return v[j] })) },