liuhj 4 hafta önce
ebeveyn
işleme
456d8bcb73

+ 12 - 7
src/components/Finance/ExpenseReview.vue

@@ -9,14 +9,22 @@
                             unlink-panels range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"
                             :picker-options="pickerOptions">
                         </el-date-picker>
-                        <el-input
+                        <el-select size="small" style="width:300px;margin-left: 10px;" v-model="teamName" clearable filterable remote :remote-method="GroupItemKeywordSearch" :loading="selectLoading" @change="inquirebtn" placeholder="请选择">
+                            <el-option
+                            v-for="item in inputArr"
+                            :key="item.id"
+                            :label="item.teamName+' '+item.clientUnit+' '+item.clientName"
+                            :value="item.teamName">
+                            </el-option>
+                        </el-select>
+                        <!-- <el-input
                         size="small"
                         style="width:250px"
                         placeholder="请输入团组名称"
                         v-model="teamName"
                         clearable>
-                        </el-input>
-                        <el-button size="small" @click="inquirebtn" type="primary">查 询</el-button>
+                        </el-input> -->
+                        <!-- <el-button size="small" @click="inquirebtn" type="primary">查 询</el-button> -->
                     </div>
                     <div v-if="jurisdiction">
                         <el-button size="small" @click="examinebtn(1)" type="primary">审核通过</el-button>
@@ -93,6 +101,7 @@
                 </el-select>
                 <el-button 
                 v-if="jurisdiction&&userid==21"
+                size="medium"
                 style="margin-right: 10px;"
                 type="primary"
                 title="最近费用"
@@ -539,12 +548,8 @@ export default {
         justify-content: space-between;
         align-items: center;
     }
-    .group-box{
-        display: flex;
-    }
     .group-box>button{
         margin-left: 10px;
-        padding: 8px 20px;
     }
     .group-list .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
         text-align: center;

+ 1 - 1
src/components/OP/OPgroup.vue

@@ -35,7 +35,7 @@
                             :value="item.id">
                         </el-option>
                     </el-select>
-                    <el-select  v-model="input" clearable filterable remote :remote-method="GroupItemKeywordSearch" :loading="selectLoading" @change="Inquireclick()" placeholder="请选择">
+                    <el-select style="width:300px"  v-model="input" clearable filterable remote :remote-method="GroupItemKeywordSearch" :loading="selectLoading" @change="Inquireclick()" placeholder="请选择">
                         <el-option
                         v-for="item in inputArr"
                         :key="item.id"

+ 1 - 1
src/components/OP/performanceanalysis.vue

@@ -288,7 +288,7 @@ export default {
                     let inif= JSON.parse(res.data.data.jsonResult)
                     if (that.$marked && typeof that.$marked === 'function') {
                         that.marktext = that.$marked(inif.Answer+that.texehr);
-                        that.marktexts = that.$marked(that.texehr + inif.kaoqinAnswer);
+                        that.marktexts = that.$marked(that.texehr + inif.KaoqinAnswer);
                     }
                 }else{
                     that.performanLoading=false;

+ 1 - 1
src/components/statistics/Groupreports.vue

@@ -2,7 +2,7 @@
     <div v-loading="fullscreenLoading">
         <div class="reports-list">
             <div class="reports-box">
-                <el-select v-model="value" clearable placeholder="请选择" @change="filterStatus(value)">
+                <el-select style="width:100px" v-model="value" clearable placeholder="请选择" @change="filterStatus(value)">
                     <el-option
                     v-for="item in options"
                     :key="item.value"