From 7cc90489e3b2850572395fdb919a006b3f5095b2 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 13 四月 2026 17:18:03 +0800
Subject: [PATCH] feat:仓库 新增/领用加上权限
---
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