From 62294084c9c35d35594e9f2d6c41342ae84e9526 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 29 七月 2026 16:39:20 +0800
Subject: [PATCH] 修改工资

---
 src/views/productionManagement/productionProcess/Edit.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/views/productionManagement/productionProcess/Edit.vue b/src/views/productionManagement/productionProcess/Edit.vue
index 28077b6..55be24e 100644
--- a/src/views/productionManagement/productionProcess/Edit.vue
+++ b/src/views/productionManagement/productionProcess/Edit.vue
@@ -31,14 +31,16 @@
             :rules="[
                 {
                 required: true,
-                message: '璇烽�夋嫨宸ュ簭绫诲瀷',
+                message: '宸ュ簭浠呮敮鎸佽浠�',
               }
             ]"
         >
-          <el-select v-model="formState.type" placeholder="璇烽�夋嫨宸ュ簭绫诲瀷">
-            <el-option label="璁℃椂" :value="0" />
+          <el-select v-model="formState.type" placeholder="宸ュ簭浠呮敮鎸佽浠�" disabled>
             <el-option label="璁′欢" :value="1" />
           </el-select>
+          <div style="margin-top: 6px; color: #909399; font-size: 12px;">
+            宸ュ簭浠呮敮鎸佽浠�
+          </div>
         </el-form-item>
         <el-form-item label="宸ヨ祫瀹氶" prop="salaryQuota">
           <el-input v-model="formState.salaryQuota" type="number" :step="0.001" />
@@ -88,7 +90,7 @@
 const formState = ref({
   id: props.record.id,
   name: props.record.name,
-  type: props.record.type,
+  type: 1,
   no: props.record.no,
   remark: props.record.remark,
   salaryQuota: props.record.salaryQuota,
@@ -113,7 +115,7 @@
       id: newRecord.id,
       name: newRecord.name || '',
       no: newRecord.no || '',
-      type: newRecord.type,
+      type: 1,
       remark: newRecord.remark || '',
       salaryQuota: newRecord.salaryQuota || '',
       isQuality: props.record.isQuality,
@@ -130,7 +132,7 @@
       id: props.record.id,
       name: props.record.name || '',
       no: props.record.no || '',
-      type: props.record.type,
+      type: 1,
       remark: props.record.remark || '',
       salaryQuota: props.record.salaryQuota || '',
       isQuality: props.record.isQuality,

--
Gitblit v1.9.3