diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index c1da8bed..92170a90 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -68,18 +68,18 @@ - + + + + + + + + + + + +
@@ -280,18 +280,18 @@ 查询 导出未询价单 - + + + + + + + + + + + + 调整采购任务 { this.tableData11 = response.data.rows this.total11 = response.data.total @@ -1793,7 +1793,7 @@ export default { this.projectValue ? check4 = 1 : check4 = 0 this.machineValue ? check5 = 1 : check5 = 0 this.groupValue ? check6 = 1 : check6 = 0 - this.endTime ? check7 = 1 : (check7 = 0, this.endTime = '') + this.endTime ? check7 = 0 : (check7 = 0, this.endTime = '') searchPart(this.pageCurrent12, this.pageSize12, 3, check1, this.partNum, check2, this.partName, check3, this.partSpec, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue, check7, this.endTime[0], this.endTime[1]).then(response => { this.tableData12 = response.data.rows this.total12 = response.data.total