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