From 673ac5fca6cea082208a75dccc6ef835ab529cd2 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Thu, 12 Sep 2024 11:29:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E5=92=8C=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BC=98=E5=8C=96=E3=80=81=E7=99=BD=E5=9D=AF?= =?UTF-8?q?=E5=8D=95=E4=BD=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/dailyReportNew/index.vue | 11 ++++++++--- src/views/quality/produceReport/index.vue | 10 +++++++++- src/views/quality/productReport/index.vue | 2 +- .../quality/qcInventory/selectPutInOrder.vue | 19 ++++++++++++++----- 4 files changed, 32 insertions(+), 10 deletions(-) diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue index 54fdbc5..dce5ee5 100644 --- a/src/views/mes/dailyReportNew/index.vue +++ b/src/views/mes/dailyReportNew/index.vue @@ -85,13 +85,13 @@ > - + - + - + @@ -251,6 +251,11 @@ export default { return cellValue.slice(7,18); //返回值 } }, + teamLeaderFormate(row, column, cellValue){ + if(cellValue != null){ + return cellValue.split("-")[0]; //返回值 + } + }, /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue index 011427c..2ce8a72 100644 --- a/src/views/quality/produceReport/index.vue +++ b/src/views/quality/produceReport/index.vue @@ -656,7 +656,13 @@ - + + √合格 + ×不合格 + + + 备注:判定合格打“√”,不合格打“×” + @@ -739,6 +745,7 @@ export default { validateRules: [], checkList: [], standardNo: null, + checkResult: 'Y', printData: { printable: 'printForm', ignore: ['no-print'], @@ -960,6 +967,7 @@ export default { this.form.ignore = ['no-print'];//打印时需要 this.firstReportOpen = true; this.title = "首检检验报告"; + this.checkResult = response.data.checkResult; }) this.queryParams.recordId = recordId; this.getCheckedProjectList(); diff --git a/src/views/quality/productReport/index.vue b/src/views/quality/productReport/index.vue index d0976b4..4e44993 100644 --- a/src/views/quality/productReport/index.vue +++ b/src/views/quality/productReport/index.vue @@ -544,7 +544,7 @@ export default { this.checkProjectList0 = itemType0s; this.total = response.total; this.loading = false; - this.form.standardNo = this.checkProjectList[0].standardNo; + //this.form.standardNo = this.checkProjectList[0].standardNo; this.rowspan() }); diff --git a/src/views/quality/qcInventory/selectPutInOrder.vue b/src/views/quality/qcInventory/selectPutInOrder.vue index 8f50c9b..e237ca7 100644 --- a/src/views/quality/qcInventory/selectPutInOrder.vue +++ b/src/views/quality/qcInventory/selectPutInOrder.vue @@ -9,10 +9,19 @@ - + + + + - - + +