From 6c0711ef3200ebcb2bdd35b9826eebcd02e2aec7 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 26 三月 2026 16:59:00 +0800
Subject: [PATCH] fix: 将表格列标签从“出库数量”更正为“发货数量”

---
 src/views/basicData/customerFile/index.vue |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 59f0002..d3cd6b0 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -9,17 +9,17 @@
                   @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>
+<!--        <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>
@@ -633,7 +633,7 @@
       label: "鑱旂郴鐢佃瘽",
       prop: "contactPhone",
     },
-    
+
     {
       dataType: "action",
       label: "鎿嶄綔",
@@ -923,10 +923,10 @@
       const unauthorizedData = selectedRows.value.filter(
         item => item.maintainer !== userStore.nickName
       );
-      if (unauthorizedData.length > 0) {
-        proxy.$modal.msgWarning("涓嶅彲鍒犻櫎浠栦汉缁存姢鐨勬暟鎹�");
-        return;
-      }
+      // if (unauthorizedData.length > 0) {
+      //   proxy.$modal.msgWarning("涓嶅彲鍒犻櫎浠栦汉缁存姢鐨勬暟鎹�");
+      //   return;
+      // }
       ids = selectedRows.value.map(item => item.id);
     } else {
       proxy.$modal.msgWarning("璇烽�夋嫨鏁版嵁");

--
Gitblit v1.9.3