From 90c82e788fa42059342cc3ca06b5062e6e13f8ba Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Tue, 10 Dec 2019 09:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AF=A2=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CreateInquirySheet/index.vue | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) 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