From d75a4d70d503ac1d5bccf07cdf249e4accad369f Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 24 三月 2026 16:49:04 +0800
Subject: [PATCH] feat(生产管理): 新增工序生产记录参数管理功能
---
src/views/productionManagement/productionOrder/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 761139e..bc699fd 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -83,10 +83,10 @@
</el-form>
<template #footer>
<span class="dialog-footer">
- <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
<el-button type="primary"
:loading="bindRouteSaving"
@click="handleBindRouteConfirm">纭� 璁�</el-button>
+ <el-button @click="bindRouteDialogVisible = false">鍙� 娑�</el-button>
</span>
</template>
</el-dialog>
@@ -150,8 +150,9 @@
width: '200px',
},
{
- label: "闇�姹傛暟閲�",
+ label: "棰勮鐢熶骇鏁伴噺",
prop: "quantity",
+ width: '140px',
},
{
label: "瀹屾垚鏁伴噺",
--
Gitblit v1.9.3