From 0f37b2afdf5355d7509c76751a2162f2c7ea2b4f Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Thu, 9 Oct 2025 14:46:13 +0800
Subject: [PATCH] =?UTF-8?q?2025-10-09=20=E4=BC=98=E5=8C=96=E8=BF=87?=
=?UTF-8?q?=E7=A8=8B=E6=A3=80=E9=AA=8C=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yieldReport/com_process_inspection.vue | 65 +++----------------
.../yieldReport/com_produce_report_normal.vue | 2 +-
2 files changed, 9 insertions(+), 58 deletions(-)
diff --git a/src/views/modules/yieldReport/com_process_inspection.vue b/src/views/modules/yieldReport/com_process_inspection.vue
index ac7f0fa..4b4ebdf 100644
--- a/src/views/modules/yieldReport/com_process_inspection.vue
+++ b/src/views/modules/yieldReport/com_process_inspection.vue
@@ -343,6 +343,10 @@ export default {
visible: {
type: Boolean,
default: false
+ },
+ orderNo: {
+ type: String,
+ default: ''
}
},
data() {
@@ -515,25 +519,6 @@ export default {
columnWidth: 100,
showOverflowTooltip: true
},
- {
- userId: this.$store.state.user.name,
- functionId: 301014,
- serialNumber: '301014Table1OrderNo',
- tableId: "301014Table1",
- tableName: "IPQC检验记录表",
- columnProp: 'orderNo',
- headerAlign: "center",
- align: "left",
- columnLabel: '工单号',
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: '',
- columnWidth: 150,
- showOverflowTooltip: true
- },
{
userId: this.$store.state.user.name,
functionId: 301014,
@@ -553,44 +538,6 @@ export default {
columnWidth: 200,
showOverflowTooltip: true
},
- {
- userId: this.$store.state.user.name,
- functionId: 301014,
- serialNumber: '301014Table1OperationDesc',
- tableId: "301014Table1",
- tableName: "IPQC检验记录表",
- columnProp: 'operationDesc',
- headerAlign: "center",
- align: "left",
- columnLabel: '工序',
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: '',
- columnWidth: 120,
- showOverflowTooltip: true
- },
- {
- userId: this.$store.state.user.name,
- functionId: 301014,
- serialNumber: '301014Table1ResourceDesc',
- tableId: "301014Table1",
- tableName: "IPQC检验记录表",
- columnProp: 'resourceDesc',
- headerAlign: "center",
- align: "left",
- columnLabel: '机台',
- columnHidden: false,
- columnImage: false,
- columnSortable: false,
- sortLv: 0,
- status: true,
- fixed: '',
- columnWidth: 120,
- showOverflowTooltip: true
- },
{
userId: this.$store.state.user.name,
functionId: 301014,
@@ -905,6 +852,10 @@ export default {
methods: {
// 初始化
init() {
+ // 设置订单号参数
+ if (this.orderNo) {
+ this.searchData.orderNo = this.orderNo
+ }
this.getDataList()
this.getSiteAndBuByUserName2()
this.getUmList()
diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue
index d309299..bb2603d 100644
--- a/src/views/modules/yieldReport/com_produce_report_normal.vue
+++ b/src/views/modules/yieldReport/com_produce_report_normal.vue
@@ -728,7 +728,7 @@
@refreshPageData="refreshPageData">
-
+