From 58393b4db904b9ed37a5a47f213fc87ecee6b6cd Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 13 Oct 2019 10:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MaterialManagement/index.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/PurchasingCenter/MaterialManagement/index.vue b/src/views/PurchasingCenter/MaterialManagement/index.vue index 949512f1..f3d9717f 100644 --- a/src/views/PurchasingCenter/MaterialManagement/index.vue +++ b/src/views/PurchasingCenter/MaterialManagement/index.vue @@ -681,25 +681,25 @@ export default { methods: { // 通过 Tongguo(row) { - this.$confirm('是否通过?', '提示', { - confirmButtonText: '确定', - cancelButtonText: '取消', - type: 'warning' - }).then(() => { - Tongguo(row.物料流水号).then(response => { - if (response.data[0].result === '1') { - this.getMaterial() - this.daishenhe() - this.searchMaterial() - this.$message.success('通过成功') - } else { this.$message.error('通过失败') } - }) - }).catch(() => { - this.$message({ - type: 'info', - message: '已取消通过' - }) + Tongguo(row.物料流水号).then(response => { + if (response.data[0].result === '1') { + this.getMaterial() + this.daishenhe() + this.searchMaterial() + this.$message.success('通过成功') + } else { this.$message.error('通过失败') } }) + // this.$confirm('是否通过?', '提示', { + // confirmButtonText: '确定', + // cancelButtonText: '取消', + // type: 'warning' + // }).then(() => { + // }).catch(() => { + // this.$message({ + // type: 'info', + // message: '已取消通过' + // }) + // }) }, // 打回 Dahui(row) {