From 48f819d9cbf63aa43259eb2d155a0b7e84ab255d Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Mon, 8 Jan 2024 14:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=89=AF=E7=8E=87=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quality/qcTable.js | 12 +++-- src/views/quality/qcProduceAnalysis/index.vue | 44 +++++++++---------- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/src/api/quality/qcTable.js b/src/api/quality/qcTable.js index 3eb6652..445b7e8 100644 --- a/src/api/quality/qcTable.js +++ b/src/api/quality/qcTable.js @@ -61,7 +61,13 @@ export function getQmsRateTable(query) { export function getCheckTypeList(typeCode) { return request({ url: '/quality/staticTable/getCheckTypeList/' + typeCode, - method: 'get', - params: query + method: 'get' }); -} \ No newline at end of file +} + +export function getSupplierList(typeCode) { + return request({ + url: '/quality/staticTable/getSupplierList/' + typeCode, + method: 'get' + }); +} diff --git a/src/views/quality/qcProduceAnalysis/index.vue b/src/views/quality/qcProduceAnalysis/index.vue index 015fce6..bdfbfcb 100644 --- a/src/views/quality/qcProduceAnalysis/index.vue +++ b/src/views/quality/qcProduceAnalysis/index.vue @@ -25,16 +25,6 @@ @keyup.enter.native="handleQuery" /> - - - - - + + + + + - - - - + + @@ -119,7 +112,7 @@