| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="金额" prop="money" style="float: left"> |
| | | <el-input |
| | | v-model="queryParams.money" |
| | | placeholder="请输入申请人金额" |
| | | clearable |
| | | size="small" |
| | | @keyup.enter.native="flowconclusion" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="经办人" prop="APPLICANT" style="float: left"> |
| | | <el-input |
| | | v-model="queryParams.APPLICANT" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <!-- <el-col :span="6"> |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-search" |
| | |
| | | <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" |
| | | >重置</el-button |
| | | > |
| | | </el-col> --> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="4"> |
| | | <div style="margin-bottom: 15px;"> |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | size="mini" |
| | | @click="flowconclusion" |
| | | >搜索</el-button |
| | | > |
| | | <el-button icon="el-icon-refresh" size="mini" @click="resetQuery" |
| | | >重置</el-button |
| | | > |
| | | </div> |
| | | </el-col> |
| | | </el-row></el-form |
| | | </el-row> |
| | | </el-form |
| | | > |
| | | <el-form ref="infoform" label-width="100px"> |
| | | <el-row> |
| | |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | | import { getUserProfile } from "@/api/system/user"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import { setItem,grtItem,removeItem } from '@/utils/storage.js'; |
| | | |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | APPLICATIONENDTIME: null, |
| | | CHECKFLAG: 1, |
| | | APPLYTYPE: 3, |
| | | donorname: null |
| | | donorname: null, |
| | | money: null |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | |
| | | this.getUsermsg(); |
| | | }, |
| | | mounted() { |
| | | if (grtItem("medicalCostCheck")) { |
| | | this.queryParams = grtItem("medicalCostCheck"); |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | //his.getlistUser(); |
| | |
| | | this.loading = true; |
| | | // this.queryParams.params = {}; |
| | | listbypower(this.queryParams).then(res => { |
| | | removeItem("medicalCostCheck"); |
| | | setItem("medicalCostCheck", this.queryParams); |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | let arr = []; |