|
|
@@ -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;
|