From 08e38ede28f7cf8c971f84bff3a03102882a8a4b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 01 四月 2026 11:32:13 +0800
Subject: [PATCH] 增加料号显示
---
src/views/productionManagement/workOrder/components/GranulationForm.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/workOrder/components/GranulationForm.vue b/src/views/productionManagement/workOrder/components/GranulationForm.vue
index 8fed003..a35fae8 100644
--- a/src/views/productionManagement/workOrder/components/GranulationForm.vue
+++ b/src/views/productionManagement/workOrder/components/GranulationForm.vue
@@ -152,7 +152,7 @@
formData.otherData.burningMaterial.userName = selectedUser.userName;
break;
case 'burningMaterialConfirmId':
- formData.otherData.stirredMillIncludesMixing.confirmName = selectedUser.userName;
+ formData.otherData.burningMaterial.confirmName = selectedUser.userName;
break;
case 'stirredMillUserId':
formData.otherData.stirredMill.userName = selectedUser.userName;
@@ -858,7 +858,7 @@
placeholder="璇烽�夋嫨纭浜�"
clearable
filterable
- @change="handleUserChange($event, 'stirredMillConfirmId')">
+ @change="handleUserChange($event, 'granulationBConfirmId')">
<el-option v-for="user in userOptions"
:key="user.userId"
:label="user.userName"
--
Gitblit v1.9.3