| | |
| | | </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> |
| | |
| | | APPLICATIONBEGTIME: null, |
| | | APPLICATIONENDTIME: null, |
| | | CHECKFLAG: 1, |
| | | APPLYTYPE: 3, |
| | | APPLYTYPE: 4, |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | |
| | | this.getCurFundType(); |
| | | this.getUsermsg(); |
| | | }, |
| | | |
| | | mounted() { |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | //his.getlistUser(); |
| | | this.getlistbypower(); |
| | | }, |
| | | |
| | | methods: { |
| | | selectapplication() { |
| | | this.queryParams.APPLICATIONBEGTIME = this.createTime[0]; |
| | |
| | | getlistbypower() { |
| | | this.loading = true; |
| | | // this.queryParams.params = {}; |
| | | console.log("this.queryParams",this.queryParams); |
| | | listbypower(this.queryParams).then((res) => { |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | let arr = []; |
| | | this.total = res.total; |
| | | this.donateconsolationfundList = list; |
| | | }); |
| | |
| | | |
| | | //获取费用类型 |
| | | getCurFundType() { |
| | | getFundTypeAll(3).then((res) => { |
| | | getFundTypeAll(4).then((res) => { |
| | | let dataList = res.data; |
| | | this.fundtypeArrAll = dataList; |
| | | this.fundtypeArr = []; |