From a59a95778e7be8a2a25c21991b1d2011e6b8b89c Mon Sep 17 00:00:00 2001 From: chenjianan Date: Fri, 14 Jun 2019 19:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/OfflineContract/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue index 4cbe4b4f..1fb525a1 100644 --- a/src/views/PurchasingCenter/OfflineContract/index.vue +++ b/src/views/PurchasingCenter/OfflineContract/index.vue @@ -326,8 +326,8 @@ @@ -1158,7 +1158,7 @@ export default { this.$set(v, '未税单价', v.单价 / (1 + this.taxRate)) }) }) - Number(row.离线合同状态) !== 1 ? this.disable = true : this.disable = false // 是否为编辑模式 + this.arrival(row) ? this.disable = true : this.disable = false // 是否为编辑模式 }, getSummaries(param) { // 合计 const { columns, data } = param