From e4bf1b2abf8c59bbcc9f9ccbaef3e672c667c59e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 19:53:25 +0800
Subject: [PATCH] 1.海川开心-仓储物流查询条件修改

---
 src/views/inventoryManagement/issueManagement/index.vue |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/views/inventoryManagement/issueManagement/index.vue b/src/views/inventoryManagement/issueManagement/index.vue
index 57ac9be..e4f5bd0 100644
--- a/src/views/inventoryManagement/issueManagement/index.vue
+++ b/src/views/inventoryManagement/issueManagement/index.vue
@@ -69,7 +69,7 @@
 					 <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="150"></el-table-column>
            <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
              <template #default="scope">
-               <el-button link type="primary" size="small" @click="openForm(scope.row);">棰嗙敤</el-button>
+               <el-button link type="primary" size="small" @click="openForm(scope.row);">鍙戞枡</el-button>
              </template>
            </el-table-column>
          </el-table>
@@ -108,7 +108,7 @@
 						<el-table-column label="鍓╀綑搴撳瓨" prop="inboundNum0" width="90" show-overflow-tooltip />
             <el-table-column fixed="right" label="鎿嶄綔" width="100" align="center">
               <template #default="scope">
-                <el-button link type="primary" size="small" @click="openForm(scope.row);">棰嗙敤</el-button>
+                <el-button link type="primary" size="small" @click="openForm(scope.row);">鍙戞枡</el-button>
               </template>
             </el-table-column>
           </el-table>
@@ -222,6 +222,7 @@
     params.timeStr = searchForm.value.timeStr
   }
   params.productCategory = searchForm.value.productCategory
+  params.flag = true
   let apiCall
   if (activeTab.value === 'production') {
     apiCall = getStockInPageByProduction(params)
@@ -399,8 +400,8 @@
 const getDialogTitle = () => {
   const titleMap = {
     production: '鏂板鍙戣揣',
-    purchase: '鏂板棰嗙敤',
-    manual: '鏂板棰嗙敤'
+    purchase: '鏂板鍙戞枡',
+    manual: '鏂板鍙戞枡'
   };
   return titleMap[activeTab.value] || '鏂板鍑哄簱';
 };
@@ -409,8 +410,8 @@
 const getAvailableQuantityText = () => {
   const textMap = {
     production: '鍙彂璐ф暟閲�',
-    purchase: '鍙鐢ㄦ暟閲�',
-    manual: '鍙鐢ㄦ暟閲�'
+    purchase: '鍙彂鏂欐暟閲�',
+    manual: '鍙彂鏂欐暟閲�'
   };
   return textMap[activeTab.value] || '鍙嚭搴撴暟閲�';
 };
@@ -419,8 +420,8 @@
 const getQuantityLabel = () => {
   const labelMap = {
     production: '鍙戣揣鏁伴噺锛�',
-    purchase: '棰嗙敤鏁伴噺锛�',
-    manual: '棰嗙敤鏁伴噺锛�'
+    purchase: '鍙戞枡鏁伴噺锛�',
+    manual: '鍙戞枡鏁伴噺锛�'
   };
   return labelMap[activeTab.value] || '鍑哄簱鏁伴噺锛�';
 };
@@ -429,8 +430,8 @@
 const getDateLabel = () => {
   const labelMap = {
     production: '鍙戣揣鏃ユ湡锛�',
-    purchase: '棰嗙敤鏃ユ湡锛�',
-    manual: '棰嗙敤鏃ユ湡锛�'
+    purchase: '鍙戞枡鏃ユ湡锛�',
+    manual: '鍙戞枡鏃ユ湡锛�'
   };
   return labelMap[activeTab.value] || '鍑哄簱鏃ユ湡锛�';
 };
@@ -439,8 +440,8 @@
 const getPersonLabel = () => {
   const labelMap = {
     production: '鍙戣揣浜猴細',
-    purchase: '棰嗙敤浜猴細',
-    manual: '棰嗙敤浜猴細'
+    purchase: '鍙戞枡浜猴細',
+    manual: '鍙戞枡浜猴細'
   };
   return labelMap[activeTab.value] || '鍑哄簱浜猴細';
 };

--
Gitblit v1.9.3