From ef3aab90e71b07ff22ecc40a0a49236b371c04cd Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 29 四月 2026 13:43:22 +0800
Subject: [PATCH] 优化营销客户相关

---
 src/views/productionManagement/productionProcess/New.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/productionProcess/New.vue b/src/views/productionManagement/productionProcess/New.vue
index a5f00aa..0b3fd47 100644
--- a/src/views/productionManagement/productionProcess/New.vue
+++ b/src/views/productionManagement/productionProcess/New.vue
@@ -48,6 +48,12 @@
         <el-form-item label="鏄惁璐ㄦ" prop="isQuality">
           <el-switch v-model="formState.isQuality" :active-value="true" inactive-value="false"/>
         </el-form-item>
+        <el-form-item label="鏄惁鍏ュ簱" prop="inbound">
+          <el-switch v-model="formState.inbound" :active-value="true" inactive-value="false"/>
+        </el-form-item>
+        <el-form-item label="鏄惁鎶ュ伐" prop="reportWork">
+          <el-switch v-model="formState.reportWork" :active-value="true" inactive-value="false"/>
+        </el-form-item>
         <el-form-item label="澶囨敞" prop="remark">
           <el-input v-model="formState.remark" type="textarea" />
         </el-form-item>
@@ -82,6 +88,8 @@
   remark: '',
   salaryQuota:  '',
   isQuality: false,
+  inbound: false,
+  reportWork: false,
 });
 
 const isShow = computed({

--
Gitblit v1.9.3