diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
index 87b1a986..8df97c6b 100644
--- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue
+++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
@@ -248,11 +248,11 @@
size="mini"
@selection-change="handleSelectionChange2">
-
-
- 零件变更
-
-
+
+
+
+
+
未询价
@@ -1104,7 +1104,6 @@ export default {
},
submitUseInventory() {
submitUseInventory(this.backlogMaterialNum, this.useNumber, this.backlogGroupPartNum, this.id).then(response => {
- console.log(response.data)
if (response.data[0].result === '1') {
this.searchTable11()
this.dialogVisible4 = false
@@ -1113,7 +1112,6 @@ export default {
})
},
useInventory(row) { // 使用滞货
- console.log(row)
this.useNumber = 0
row.滞货数量 < row.待询价数量 ? this.maxUseNumber = Number(row.滞货数量) : this.maxUseNumber = Number(row.待询价数量)
this.backlogMaterialNum = row.物料流水号
@@ -1620,7 +1618,6 @@ export default {
this.inquirySheetFlowNum = row.询价单流水号
this.orderExport = row.询价单编号
searchSheetDetail(row.询价单流水号).then(response => {
- console.log(response.data)
this.tableData3 = response.data
})
},