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 @@ - - - - - - - - - -