From 8e424c171b5dff10e959fc63dea7d533e5ebebc8 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 21 Mar 2024 15:31:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=AE=A2=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=A0=E5=90=8C=E6=AD=A5SAP=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/orderInfo/index.vue | 32 +++++++++++-- src/views/base/qualityProcess/index.vue | 2 +- src/views/production/calendarInfo/index.vue | 2 +- .../productTraceabilityReport/index.vue | 48 +++++++++++-------- src/views/report/qualityMaterial/index.vue | 3 ++ .../report/scanOfflineRecordReport/index.vue | 4 +- 6 files changed, 65 insertions(+), 26 deletions(-) diff --git a/src/views/base/orderInfo/index.vue b/src/views/base/orderInfo/index.vue index 702b00c..ae59612 100644 --- a/src/views/base/orderInfo/index.vue +++ b/src/views/base/orderInfo/index.vue @@ -27,6 +27,14 @@ @keyup.enter.native="handleQuery" /> + + + + + + @@ -84,7 +103,7 @@ :disabled="single" @click="handleUpdate" v-hasPermi="['base:orderInfo:edit']" - >修改 + >修改订单 @@ -117,7 +136,7 @@ icon="el-icon-plus" size="mini" @click="sapForm" - >同步SAP周计划 + >同步SAP计划 @@ -201,7 +220,7 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['base:orderInfo:edit']" - >修改工单 + >修改订单 @@ -336,6 +355,8 @@ export default { title: '', // 是否显示弹出层 open: false, + // 更新时间时间范围 + daterangeEndTime: [], // 查询参数 queryParams: { pageNum: 1, @@ -400,6 +421,11 @@ export default { /** 查询工单信息列表 */ getList() { this.loading = true + this.queryParams.params = {} + if (null != this.daterangeEndTime && '' != this.daterangeEndTime) { + this.queryParams.params['beginEndTime'] = this.daterangeEndTime[0] + this.queryParams.params['endEndTime'] = this.daterangeEndTime[1] + } listOrderInfo(this.queryParams).then(response => { this.orderInfoList = response.rows this.total = response.total diff --git a/src/views/base/qualityProcess/index.vue b/src/views/base/qualityProcess/index.vue index 7e52e05..d7cf415 100644 --- a/src/views/base/qualityProcess/index.vue +++ b/src/views/base/qualityProcess/index.vue @@ -208,7 +208,7 @@ import { listProcessStation, getProcessStation, delProcessStation, addProcessStation, updateProcessStation } from "@/api/base/processStation"; import { findProductLineList } from "@/api/base/productLine"; export default { - name: "ProcessStation", + name: "QualityProcess", dicts: ['is_flag','process_type'], data() { return { diff --git a/src/views/production/calendarInfo/index.vue b/src/views/production/calendarInfo/index.vue index 64de808..0919dcb 100644 --- a/src/views/production/calendarInfo/index.vue +++ b/src/views/production/calendarInfo/index.vue @@ -71,7 +71,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - >同步SAP计划 + >同步SAP周计划 diff --git a/src/views/report/productTraceabilityReport/index.vue b/src/views/report/productTraceabilityReport/index.vue index df110c0..ff3b0ea 100644 --- a/src/views/report/productTraceabilityReport/index.vue +++ b/src/views/report/productTraceabilityReport/index.vue @@ -69,16 +69,16 @@ - - 导出 - - + + 导出 + + @@ -103,6 +103,13 @@ @click="handleOrderDetails(scope.row)" >检验详情 + 质检材料 + @@ -134,12 +141,12 @@ - + - + @@ -163,7 +170,6 @@ -