From e94dceef0ae4eb9dca0964d93ed35772a594416e Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期日, 13 九月 2026 13:18:51 +0800
Subject: [PATCH] feat(workOrder): 新增生产状态和领料状态展示

---
 src/views/basicData/customerFileOpenSea/index.vue |  103 +++++++++++++--------------------------------------
 1 files changed, 27 insertions(+), 76 deletions(-)

diff --git a/src/views/basicData/customerFileOpenSea/index.vue b/src/views/basicData/customerFileOpenSea/index.vue
index 4dadb96..bd605b3 100644
--- a/src/views/basicData/customerFileOpenSea/index.vue
+++ b/src/views/basicData/customerFileOpenSea/index.vue
@@ -10,17 +10,6 @@
                   @change="handleQuery"
                   clearable
                   :prefix-icon="Search" />
-        <span class="search_title">瀹㈡埛鍒嗙被锛�</span>
-        <el-select v-model="searchForm.customerType"
-                   placeholder="璇烽�夋嫨"
-                   style="width: 240px"
-                   clearable
-                   @change="handleQuery">
-          <el-option label="闆跺敭瀹㈡埛"
-                     value="闆跺敭瀹㈡埛" />
-          <el-option label="杩涢攢鍟嗗鎴�"
-                     value="杩涢攢鍟嗗鎴�" />
-        </el-select>
         <el-button type="primary"
                    @click="handleQuery"
                    style="margin-left: 10px">鎼滅储</el-button>
@@ -93,7 +82,7 @@
             </el-form-item>
           </el-col>
         </el-row>
-        <el-row :gutter="30">
+        <!-- <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="閾惰鍩烘湰鎴凤細"
                           prop="basicBankAccount">
@@ -110,30 +99,7 @@
                         clearable />
             </el-form-item>
           </el-col>
-        </el-row>
-        <el-row :gutter="30">
-          <el-col :span="12">
-            <el-form-item label="寮�鎴疯鍙凤細"
-                          prop="bankCode">
-              <el-input v-model="form.bankCode"
-                        placeholder="璇疯緭鍏�"
-                        clearable />
-            </el-form-item>
-          </el-col>
-          <el-col :span="12">
-            <el-form-item label="瀹㈡埛鍒嗙被锛�"
-                          prop="customerType">
-              <el-select v-model="form.customerType"
-                         placeholder="璇烽�夋嫨"
-                         clearable>
-                <el-option label="闆跺敭瀹㈡埛"
-                           value="闆跺敭瀹㈡埛" />
-                <el-option label="杩涢攢鍟嗗鎴�"
-                           value="杩涢攢鍟嗗鎴�" />
-              </el-select>
-            </el-form-item>
-          </el-col>
-        </el-row>
+        </el-row> -->
         <el-row :gutter="30"
                 v-for="(contact, index) in formYYs.contactList"
                 :key="index">
@@ -378,16 +344,10 @@
         <h3 class="section-title">瀹㈡埛鍩烘湰淇℃伅</h3>
         <div class="info-display">
           <el-row :gutter="20">
-            <el-col :span="12">
+            <el-col :span="24">
               <div class="info-item">
                 <span class="info-label">瀹㈡埛鍚嶇О锛�</span>
                 <span class="info-value">{{ detailForm.customerName }}</span>
-              </div>
-            </el-col>
-            <el-col :span="12">
-              <div class="info-item">
-                <span class="info-label">瀹㈡埛鍒嗙被锛�</span>
-                <span class="info-value">{{ detailForm.customerType }}</span>
               </div>
             </el-col>
           </el-row>
@@ -412,14 +372,14 @@
                 <span class="info-value">{{ detailForm.companyAddress }}</span>
               </div>
             </el-col>
-            <el-col :span="12">
+            <!-- <el-col :span="12">
               <div class="info-item">
                 <span class="info-label">閾惰鍩烘湰鎴凤細</span>
                 <span class="info-value">{{ detailForm.basicBankAccount }}</span>
               </div>
-            </el-col>
+            </el-col> -->
           </el-row>
-          <el-row :gutter="20">
+          <!-- <el-row :gutter="20">
             <el-col :span="12">
               <div class="info-item">
                 <span class="info-label">閾惰璐﹀彿锛�</span>
@@ -432,7 +392,7 @@
                 <span class="info-value">{{ detailForm.bankCode }}</span>
               </div>
             </el-col>
-          </el-row>
+          </el-row> -->
           <el-row :gutter="20">
             <el-col :span="12">
               <div class="info-item">
@@ -678,7 +638,6 @@
   const detailDialogVisible = ref(false);
   const detailForm = reactive({
     customerName: "",
-    customerType: "",
     taxpayerIdentificationNumber: "",
     companyPhone: "",
     companyAddress: "",
@@ -709,11 +668,6 @@
   };
 
   const tableColumn = ref([
-    {
-      label: "瀹㈡埛鍒嗙被",
-      prop: "customerType",
-      width: 120,
-    },
     {
       label: "瀹㈡埛鍚嶇О",
       prop: "customerName",
@@ -748,21 +702,21 @@
     //   prop: "followUpTime",
     //   width: 120,
     // },
-    {
-      label: "閾惰鍩烘湰鎴�",
-      prop: "basicBankAccount",
-      width: 220,
-    },
-    {
-      label: "閾惰璐﹀彿",
-      prop: "bankAccount",
-      width: 220,
-    },
-    {
-      label: "寮�鎴疯鍙�",
-      prop: "bankCode",
-      width: 220,
-    },
+    // {
+    //   label: "閾惰鍩烘湰鎴�",
+    //   prop: "basicBankAccount",
+    //   width: 220,
+    // },
+    // {
+    //   label: "閾惰璐﹀彿",
+    //   prop: "bankAccount",
+    //   width: 220,
+    // },
+    // {
+    //   label: "寮�鎴疯鍙�",
+    //   prop: "bankCode",
+    //   width: 220,
+    // },
     {
       label: "缁存姢浜�",
       prop: "maintainer",
@@ -836,7 +790,6 @@
   const data = reactive({
     searchForm: {
       customerName: "",
-      customerType: "",
     },
     form: {
       customerName: "",
@@ -850,15 +803,14 @@
       basicBankAccount: "",
       bankAccount: "",
       bankCode: "",
-      customerType: "",
     },
     rules: {
       customerName: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
-      taxpayerIdentificationNumber: [
-        { required: true, message: "璇疯緭鍏�", trigger: "blur" },
-      ],
-      companyAddress: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
-      companyPhone: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
+      // taxpayerIdentificationNumber: [
+      //   { required: true, message: "璇疯緭鍏�", trigger: "blur" },
+      // ],
+      // companyAddress: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
+      // companyPhone: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       // contactPerson: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       // contactPhone: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       maintainer: [{ required: false, message: "璇烽�夋嫨", trigger: "change" }],
@@ -868,7 +820,6 @@
       basicBankAccount: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       bankAccount: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       bankCode: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
-      customerType: [{ required: true, message: "璇烽�夋嫨", trigger: "change" }],
     },
   });
   const upload = reactive({

--
Gitblit v1.9.3