diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
index 0c80fd9b..c43519e3 100644
--- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue
+++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
@@ -212,7 +212,7 @@
- {{ scope.row.数量 }}
+ {{ scope.row.零件数量 }}
@@ -790,6 +790,7 @@ export default {
},
searchTable12() { // 查询基本件列表
searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], this.id).then(response => {
+ console.log(response.data.rows, 9999)
this.tableData12 = response.data.rows
this.total12 = response.data.total
})