From 37ea1c30d506b8bd95ca6b027618cdbaa60e18f8 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Thu, 18 Sep 2025 17:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E9=94=80=E8=B4=A6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WriteoffApplyApplicationList.vue | 2 + .../emisSettleBill/WriteoffApplyCheckList.vue | 1 + .../CancelAccountApplicationFormPanel.vue | 472 ++--------------- .../CancelAccountApplicationListPanel.vue | 499 +----------------- .../panel/CancelAccountBillList.vue | 2 +- .../panel/CancelAccountCheckListPanel.vue | 53 +- 6 files changed, 51 insertions(+), 978 deletions(-) diff --git a/src/views/emis/emisSettleBill/WriteoffApplyApplicationList.vue b/src/views/emis/emisSettleBill/WriteoffApplyApplicationList.vue index 9408825c..f4b27ba6 100644 --- a/src/views/emis/emisSettleBill/WriteoffApplyApplicationList.vue +++ b/src/views/emis/emisSettleBill/WriteoffApplyApplicationList.vue @@ -21,6 +21,7 @@ import CancelAccountApplicationFormPanel from '@/views/emis/emisSettleBill/panel import CancelAccountDetail from '@/views/emis/emisSettleBill/panel/CancelAccountDetail.vue'; export default { +name: 'WriteoffApplyApplicationList', components: { CancelAccountApplicationListPanel,CancelAccountApplicationFormPanel,CancelAccountDetail }, @@ -58,6 +59,7 @@ methods:{ this.formTitle='新增申请'; this.showForm=true; this.activeTab='newApply'; + this.applyId=null; }, onUpdate(applyId){ this.applyId=applyId[0]; diff --git a/src/views/emis/emisSettleBill/WriteoffApplyCheckList.vue b/src/views/emis/emisSettleBill/WriteoffApplyCheckList.vue index ad651f1f..2d576729 100644 --- a/src/views/emis/emisSettleBill/WriteoffApplyCheckList.vue +++ b/src/views/emis/emisSettleBill/WriteoffApplyCheckList.vue @@ -13,6 +13,7 @@ import CancelAccountCheckListPanel from '@/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue'; export default { +name: 'WriteoffApplyCheckList', components: { CancelAccountCheckListPanel }, diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue index 058ff9f6..48615be4 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationFormPanel.vue @@ -14,7 +14,8 @@ @@ -31,14 +32,15 @@ - + - - + + @@ -53,10 +55,6 @@ 移除运单 - - 导出 - - - + + - + - - + + + @@ -116,26 +117,12 @@ diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue index f9946d9f..89f23f60 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountApplicationListPanel.vue @@ -53,16 +53,9 @@ @selection-change="handleSelectionChange" @sort-change="handleSortChange" @row-dblclick="handleShowBatchInfo">
- 新增申请 - 修改 撤销 @@ -100,130 +93,43 @@ diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue index 00b84bd7..d5f8dd6a 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountBillList.vue @@ -19,7 +19,7 @@ :show-overflow-tooltip="true" /> - + diff --git a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue index 9143b9b4..8363b989 100644 --- a/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue +++ b/src/views/emis/emisSettleBill/panel/CancelAccountCheckListPanel.vue @@ -91,41 +91,11 @@ - - - - - - - - - -