| | |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="经办人" prop="APPLICANT" style="float: left"> |
| | | <el-input v-model="queryParams.APPLICANT" placeholder="请输入经办人" clearable size="small" |
| | | <el-input v-model="queryParams.APPLICANT" placeholder="请输入申请人姓名" clearable size="small" |
| | | @keyup.enter.native="handleQuery" /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | this.getCurFundType(); |
| | | this.getUsermsg(); |
| | | }, |
| | | |
| | | mounted() { |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | //his.getlistUser(); |
| | | this.getlistbypower(); |
| | | }, |
| | | |
| | | methods: { |
| | | selectapplication() { |
| | | this.queryParams.APPLICATIONBEGTIME = this.createTime[0]; |
| | |
| | | |
| | | //获取费用类型 |
| | | getCurFundType() { |
| | | getFundTypeAll(3).then((res) => { |
| | | getFundTypeAll(4).then((res) => { |
| | | let dataList = res.data; |
| | | this.fundtypeArrAll = dataList; |
| | | this.fundtypeArr = []; |