diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index 19148ed..9cb10d1 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -157,8 +157,6 @@ 来款 - - 撤销 开票 @@ -230,7 +228,7 @@ import AuditProofModule from './modules/AuditProofModule' // import AuditProofModule from "@views/financialManagement/arriveAndInvoicing/modules/AuditProofModule"; import AuditModal from '@views/incomePayments/meetManage/modules/AuditModal' import ConfirmStageModule from './modules/ConfirmStageModule' -import {getPayConfirmList, revokeIncome} from '../../../api/incomePaymentsApi' +import {getPayConfirmList} from '../../../api/incomePaymentsApi' import JDictSelectTag from '@comp/dict/JDictSelectTag' // 项目类型 数据字典 的定义 和数据库的保持一致 @@ -372,7 +370,7 @@ export default { dataIndex: 'action', align: 'center', fixed: 'right', - width: 300, + width: 250, scopedSlots: {customRender: 'action'} } ], @@ -409,27 +407,6 @@ export default { this.selectNeedInvoice = record.needInvoice this.arriveVisible = true }, - /** - * 撤销 - * */ - handleRevoke(record) { - console.log('撤销') - let that = this - this.$confirm({ - title: '确认撤销', - content: '确定要撤销来款吗?', - onOk: function () { - revokeIncome(record.id).then(res => { - if (res.success) { - that.$message.success(res.message) - that.loadData() - } else { - that.$message.warning(res.message) - } - }) - } - }) - }, /** * 开票 * @param record diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/ArriveStageModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/ArriveStageModule.vue index dabcb13..5ef855b 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/ArriveStageModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/ArriveStageModule.vue @@ -13,6 +13,8 @@
第{{ item.chinaNumIndex }}阶段
+ + 撤销
@@ -72,7 +74,7 @@