[update] 到账开票审核
This commit is contained in:
@@ -104,10 +104,9 @@
|
||||
|
||||
<span slot="action" class="action-span-cell" slot-scope="text, record">
|
||||
<!-- 待审核状态显示审核按钮-->
|
||||
<!-- v-if="record.paymentStatus === 'toBeReviewed'"-->
|
||||
<a @click="auditProof(record)"
|
||||
v-has="'incomePaymentAndInvoiving:audit'"
|
||||
>审核</a>
|
||||
v-if="record.paymentStatus === 'toBeReviewed'"
|
||||
v-has="'incomePaymentAndInvoiving:audit'">审核</a>
|
||||
<!-- 未审核通过的会议项目不允许在这里来款-->
|
||||
<a @click="incomePayment(record)"
|
||||
v-has="'incomePaymentAndInvoiving:incomePayment'"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<div class="info-item">
|
||||
<label>申请人:</label>
|
||||
<div>{{ proofInfo.reviewerName }}</div>
|
||||
<div>{{ proofInfo.applicantName }}</div>
|
||||
</div>
|
||||
<div class="info-item">
|
||||
<label>缴费凭证:</label>
|
||||
@@ -153,7 +153,6 @@ export default {
|
||||
values.projectId = this.model.id
|
||||
values.projectType = this.model.projectType
|
||||
const formData = Object.assign(this.proofInfo, values)
|
||||
delete formData.id
|
||||
postAction(this.auditUrl, formData).then(res => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message)
|
||||
|
||||
Reference in New Issue
Block a user