From fa3edfb90f77cc75f80dcc853e01134ca99205c4 Mon Sep 17 00:00:00 2001
From: liulujia <759670076@qq.com>
Date: Sat, 25 Apr 2020 17:03:06 +0800
Subject: [PATCH] =?UTF-8?q?425=E6=96=87=E6=A1=A3V1=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/PurchasingCenter/FundApproval3/index.vue | 4 ++++
.../InvoiceSettlementApplication/index.vue | 2 +-
.../PurchasingCenter/PurchaseSituationSearch/index.vue | 7 ++++++-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/views/PurchasingCenter/FundApproval3/index.vue b/src/views/PurchasingCenter/FundApproval3/index.vue
index 1a9511f7..090fc6d0 100644
--- a/src/views/PurchasingCenter/FundApproval3/index.vue
+++ b/src/views/PurchasingCenter/FundApproval3/index.vue
@@ -271,6 +271,8 @@ export default {
this.$message.success('执行成功')
// 记录付款金额及时间
this.searchTable1()
+ this.gridData1 = []
+ this.contractDetail2 = []
} else { this.$message.error('执行失败') }
})
}).catch(() => {
@@ -289,6 +291,8 @@ export default {
if (response.data[0].result === '1') {
this.$message.success('执行成功')
this.searchTable1()
+ this.gridData1 = []
+ this.contractDetail2 = []
} else { this.$message.error('执行失败') }
})
}).catch(() => {
diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
index 482a648f..98ae88ba 100644
--- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
+++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue
@@ -684,7 +684,7 @@ export default {
addInStoreRecord() {
if (this.applyOrderNum) {
this.searchTable01()
- this.title2 = '追加入库'
+ this.title2 = '追加到票'
this.dialogVisible2 = true
} else {
this.$message.error('请选择到票!')
diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
index d194b2ff..b2803a67 100644
--- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
+++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue
@@ -96,6 +96,11 @@
{{ scope.row.零件数量 || '—' }}
+
+
+ {{ scope.row.使用库存数 || '—' }}
+
+
{{ scope.row.采购数量 }}
@@ -330,7 +335,7 @@
{{ scope.row.零件数量 || '—' }}
-
+
{{ scope.row.采购数量 }}
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}