From 2ffed2eebcf044fab08974eb91f33304778de8f3 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Wed, 11 Mar 2020 09:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E5=90=8C=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/PurchaseContractReview/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/PurchasingCenter/PurchaseContractReview/index.vue b/src/views/PurchasingCenter/PurchaseContractReview/index.vue index 5126e2cb..7125ea6f 100644 --- a/src/views/PurchasingCenter/PurchaseContractReview/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractReview/index.vue @@ -294,6 +294,7 @@ export default { }, // 通过审核 yesApproval(row) { + this.ProcurementContractNum = row.采购合同流水号 this.$confirm('确定审核通过?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', @@ -320,11 +321,12 @@ export default { }, // 不通过审核 noApproval(row) { + this.ProcurementContractNum = row.采购合同流水号 this.$prompt('请输入不通过原因', '提示', { confirmButtonText: '确定', cancelButtonText: '取消' }).then(({ value }) => { - submitApproval(this.ProcurementContractNum, 2, '').then(response => { + submitApproval(this.ProcurementContractNum, 2, value).then(response => { if (response.data[0].result === '1') { this.$message.success('审核成功') this.dialogVisible3 = false