From be947a241c70861f52ef2c54e56e6c7b9e6f8e0c Mon Sep 17 00:00:00 2001 From: chenjianan Date: Mon, 19 Nov 2018 11:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E5=90=88=E5=90=8C=EF=BC=9A?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchasingCenter/OfflineContract/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue index d4af1840..1eedaf7a 100644 --- a/src/views/PurchasingCenter/OfflineContract/index.vue +++ b/src/views/PurchasingCenter/OfflineContract/index.vue @@ -233,7 +233,7 @@ @@ -243,7 +243,7 @@ - 生成离线合同 + 生成离线合同 @@ -963,9 +963,11 @@ export default { } } this.paramRow = row - searchContractDemo(this.paramRow.合同模板流水号).then(response => { - this.textArea = response.data[0].合同模板内容.replace('stipulateArrivalTime', this.stipulateArrivalTime).replace('payMethodName', this.payMethodName) - }) + if (!this.disable) { + searchContractDemo(this.paramRow.合同模板流水号).then(response => { + this.textArea = response.data[0].合同模板内容.replace('stipulateArrivalTime', this.stipulateArrivalTime).replace('payMethodName', this.payMethodName) + }) + } }, payMethodChange() { // 付款方式改变 for (let i = 0; i < this.payMethod.length; i++) {