From 3e04c2102a31ea3306277203449097cb027215ae Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 13 二月 2025 15:23:11 +0800
Subject: [PATCH] 客户管理页面联调
---
src/views/business/rawMaterialInspection/index.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/views/business/rawMaterialInspection/index.vue b/src/views/business/rawMaterialInspection/index.vue
index 4eaa8af..be961bc 100644
--- a/src/views/business/rawMaterialInspection/index.vue
+++ b/src/views/business/rawMaterialInspection/index.vue
@@ -4,7 +4,7 @@
<el-row class="title">
<el-col :span="12" style="text-align: left;">鍘熸潗鏂欐姤妫�</el-col>
<el-col :span="12" style="text-align: right;">
- <el-button v-show="tabIndex === 4" :loading="outLoading" size="medium" type="primary" @click="handleDown">瀵煎嚭</el-button>
+ <el-button v-show="tabIndex === 4" :loading="outLoading" size="small" type="primary" @click="handleDown">瀵煎嚭</el-button>
<el-button v-if="isShowIFS && tabIndex === 0" :loading="btnLoading" size="small" type="primary" @click="openIFS">鑾峰彇IFS璁㈠崟</el-button>
<el-button v-if="tabIndex === 0" size="small" type="primary" @click="declareS">鎶ユ</el-button>
<el-button v-if="tabIndex === 0" size="small" type="primary" @click="addDeclare">鏂板鎶ユ淇℃伅</el-button>
@@ -37,11 +37,9 @@
@keyup.enter.native="refreshTable">
</el-input>
</el-form-item>
-<!-- <div class="search_thing" style="padding-left: 30px;">-->
- <el-button v-if="tabIndex === 3 || tabIndex === 4" :icon="!more?'el-icon-arrow-down':'el-icon-arrow-up'" style="color: #3A7BFA;" type="text" @click="more=!more">{{!more?'鏇村':'鏀惰捣'}}</el-button>
+ <el-button v-if="tabIndex === 3 || tabIndex === 4" :icon="!more?'el-icon-arrow-down':'el-icon-arrow-up'" style="color: #3A7BFA;" type="text" @click="more=!more">{{!more?'鏇村':'鏀惰捣'}}</el-button>
<el-button size="small" icon="el-icon-search" type="primary" @click="refreshTable()">鏌� 璇�</el-button>
<el-button size="small" @click="refresh()" icon="el-icon-refresh">閲� 缃�</el-button>
-<!-- </div>-->
</el-row>
<el-row>
<el-form-item label="妫�楠岀姸鎬�" prop="menuName" v-if="(tabIndex === 3 || tabIndex === 4) && more">
@@ -625,7 +623,7 @@
this.$refs['ValueTable4'].selectList(e)
}
},
- // 閲嶇疆
+ // 閲� 缃�
refresh() {
this.entity.date = null
this.componentData.entity = this.HaveJson(this.entityCopy)
--
Gitblit v1.9.3