From a112212971175729d11077c94d3f7056986b8043 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 6 Aug 2025 11:39:30 +0800
Subject: [PATCH] =?UTF-8?q?2025-08-06=20=E5=8D=B0=E7=89=88=E7=BC=96?=
=?UTF-8?q?=E5=8F=B7/PlateNo=E4=BB=8E=E5=B7=A5=E8=89=BA=E6=8C=87=E5=AF=BC?=
=?UTF-8?q?=E8=8E=B7=E5=8F=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/part/routingManagement.vue | 4 ++--
.../technicalSpecificationDetail/com_bm_prepress.vue | 10 ++++++----
.../technicalSpecificationDetail/com_bm_routing.vue | 4 +++-
3 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue
index 4d432f4..856b450 100644
--- a/src/views/modules/part/routingManagement.vue
+++ b/src/views/modules/part/routingManagement.vue
@@ -886,8 +886,8 @@
-
-
+
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue
index 32272eb..dff962c 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_prepress.vue
@@ -748,8 +748,9 @@
site: '',
username: this.$store.state.user.name,
codeNo: '',
- buNo:'',
- ifDisableFlag:'',
+ buNo: '',
+ ifDisableFlag: '',
+ operationId: ''
},
ifDisableFlag: false,
dataForm: {
@@ -832,8 +833,8 @@
}
//初始化参数
this.searchData = JSON.parse(JSON.stringify(inData))
- // if(this.searchData.ifDisableFlag){
- // this.ifDisableFlag=true
+ // if (this.searchData.ifDisableFlag) {
+ // this.ifDisableFlag = true
// }
//刷新表格
this.searchTable()
@@ -952,6 +953,7 @@
site: this.searchData.site,
codeNo: this.searchData.codeNo,
createBy: this.$store.state.user.name,
+ operationId: this.searchData.operationId
}
saveBMToolBatch(tempData).then(({data}) => {
if (data && data.code === 0) {
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
index 92ee1cd..81badda 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
@@ -1340,6 +1340,7 @@
getPrepress () {
let inData = JSON.parse(JSON.stringify(this.searchData))
inData.type = 'prepress'
+ inData.operationId = this.currentRow.operationId
this.$refs.prepress.init(inData)
},
@@ -1547,8 +1548,9 @@
case 'prepress':
this.selectedComponent = 'prepress'
let prepressData = JSON.parse(JSON.stringify(this.searchData))
- prepressData.type='prepress'
+ prepressData.type = 'prepress'
prepressData.ifDisableFlag = true
+ prepressData.operationId = this.nowRoute.operationId
this.$nextTick (()=>{this.$refs.routeRef.init(prepressData)})
break;
case 'printing':