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.数量 || '—' }}