From 304aaa5134f783cd6d35a21a3d968faf8492fd9c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 08 十二月 2025 18:01:43 +0800
Subject: [PATCH] 数采调整2

---
 src/views/business/outsourcingFinishProduct/index.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/business/outsourcingFinishProduct/index.vue b/src/views/business/outsourcingFinishProduct/index.vue
index ae67b91..89be8bc 100644
--- a/src/views/business/outsourcingFinishProduct/index.vue
+++ b/src/views/business/outsourcingFinishProduct/index.vue
@@ -23,6 +23,11 @@
                       @keyup.enter.native="goSearch">
             </el-input>
           </el-form-item>
+          <el-form-item label="渚涘簲鍟嗗悕绉�" prop="supplierName" >
+            <el-input v-model="entity.supplierName" clearable placeholder="璇疯緭鍏�" size="small"
+                      @keyup.enter.native="goSearch">
+            </el-input>
+          </el-form-item>
           <el-form-item>
             <el-button v-if="tabIndex === 2 || tabIndex === 3 || tabIndex === 4"
                        :icon="!more ? 'el-icon-arrow-down' : 'el-icon-arrow-up'" style="color: #3A7BFA;" type="text"
@@ -30,12 +35,7 @@
             <el-button size="mini" type="primary" @click="goSearch">鏌ヨ</el-button>
             <el-button size="mini" @click="refresh()">閲嶇疆</el-button>
           </el-form-item>
-          <el-form-item label="渚涘簲鍟嗗悕绉�" prop="supplierName"
-                        v-if="(tabIndex === 2 || tabIndex === 3 || tabIndex === 4) && more">
-            <el-input v-model="entity.supplierName" clearable placeholder="璇疯緭鍏�" size="small"
-                      @keyup.enter.native="goSearch">
-            </el-input>
-          </el-form-item>
+
           <el-form-item label="鏍峰搧鍨嬪彿" prop="sampleModel"
                         v-if="(tabIndex === 2 || tabIndex === 3 || tabIndex === 4) && more">
             <el-input v-model="entity.sampleModel" clearable placeholder="璇疯緭鍏�" size="small"
@@ -1184,10 +1184,11 @@
       } else {
         params = {...this.entity}
       }
+      params.orderType = "02wg";
       rawAllExport(params).then(res => {
         this.outLoading = false
         const blob = new Blob([res], { type: 'application/octet-stream' });
-        this.$download.saveAs(blob, '鍘熸潗鏂欐娴嬩俊鎭鍑�.xlsx');
+        this.$download.saveAs(blob, '澶栬喘鎴愬搧妫�娴嬩俊鎭鍑�.xlsx');
       })
     },
     // 鎻愪氦淇敼濮旀墭缂栧彿淇℃伅

--
Gitblit v1.9.3