| | |
| | | ref="queryForm" |
| | | :inline="true" |
| | | v-show="showSearch" |
| | | label-width="68px" |
| | | label-width="80px" |
| | | > |
| | | <el-row> |
| | | <el-col :span="5"> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item align="left" label="业务组" prop="deptnos"> |
| | | <el-select |
| | | v-model="queryParams.deptnos" |
| | | placeholder="请选择案例状态" |
| | | > |
| | | <el-option |
| | | v-for="item in deptList" |
| | | :label="item.deptName" |
| | | :value="item.deptId" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="5"> |
| | | <el-form-item label="经办人" prop="username"> |
| | | <el-input |
| | | v-model="queryParams.username" |
| | |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | </el-col> |
| | | <el-col :span="5"> |
| | | <el-form-item label="报销金额" prop="money" style="float: left"> |
| | | <el-input |
| | |
| | | align="center" |
| | | prop="donorname" |
| | | /> |
| | | <!-- |
| | | <!-- |
| | | <el-table-column label="出差人" width="180" align="center" prop="travelers"> |
| | | </el-table-column> |
| | | <el-table-column label="联系电话" width="120" align="center" prop="phone"> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="银行卡号" width="180" align="center" prop="bankcardno"> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="组长审批" align="center" prop="managername"/> |
| | | <el-table-column label="业务核对" align="center" prop="opochecher"/> |
| | | <el-table-column label="业务审批" align="center" prop="officedirector"/> |
| | | |
| | | <el-table-column label="组长审批" align="center" prop="managername"/> |
| | | <el-table-column label="业务核对" align="center" prop="opochecher"/> |
| | | <el-table-column label="业务审批" align="center" prop="officedirector"/> |
| | | <el-table-column label="财务核对" align="center" prop="financechecher"/> |
| | | <el-table-column label="财务审核" width="120" align="center" prop="financedirector"/> |
| | | --> |
| | |
| | | <el-form-item label="联系电话" prop="phone"> |
| | | <el-input v-model="form.phone" placeholder="联系电话" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | </el-row> |
| | | --> |
| | | <el-row> |
| | |
| | | :disabled="true" |
| | | /> |
| | | </el-form-item> </el-col |
| | | ><!-- |
| | | ><!-- |
| | | <el-col :span="6"> |
| | | <el-form-item label="领款金额" prop="amountrequested"> |
| | | <el-input v-model="form.amountrequested" placeholder="领款金额" /> |
| | |
| | | listbypowerone, |
| | | addShareData |
| | | } from "@/api/project/reimbursement"; |
| | | import { listDept } from "@/api/system/dept"; |
| | | import { |
| | | provinceAndCityData, |
| | | regionData, |
| | |
| | | APPLICANT: null, |
| | | APPLICATIONBEGTIME: null, |
| | | APPLICATIONENDTIME: null, |
| | | CHECKFLAG: 1 |
| | | }, |
| | | CHECKFLAG: 1, |
| | | money: null, |
| | | deptnos: null |
| | | }, |
| | | deptList: [], |
| | | //查询付款 |
| | | queryParamsPayee: { |
| | | rbid: null |
| | |
| | | dialogType: "show" |
| | | }; |
| | | }, |
| | | created() {}, |
| | | created() { |
| | | this.listDept(); |
| | | }, |
| | | mounted() { |
| | | if (grtItem("travelexpensecheck")) { |
| | | this.queryParams = grtItem("travelexpensecheck"); |
| | |
| | | selectapplication() { |
| | | this.queryParams.APPLICATIONBEGTIME = this.applyTime[0]; |
| | | this.queryParams.APPLICATIONENDTIME = this.applyTime[1]; |
| | | }, |
| | | listDept() { |
| | | listDept({}).then(response => { |
| | | this.deptList = response.data; |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | getList() { |
| | | this.loading = true; |
| | |
| | | } |
| | | |
| | | checkfund(checkfundobj).then(res => { |
| | | this.reset(); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.$modal.msgSuccess("审核完成!"); |
| | | if (res.code == 200) { |
| | | this.reset(); |
| | | this.open = false; |
| | | this.getList(); |
| | | this.$modal.msgSuccess("审核完成!"); |
| | | } else { |
| | | this.open = false; |
| | | if (res.msg) { |
| | | this.$modal.msgError("操作失误"); |
| | | } else { |
| | | this.$modal.msgError(res.msg); |
| | | } |
| | | } |
| | | }); |
| | | }, |
| | | |
| | |
| | | console.log(url); |
| | | const link = document.createElement("a"); |
| | | link.href = url; |
| | | const name=fileUrl["downloadName"] |
| | | const name = fileUrl["downloadName"]; |
| | | link.setAttribute("download", name); // 替换file.pdf为实际的文件名 |
| | | document.body.appendChild(link); |
| | | link.click(); |
| | |
| | | APPLICANT: null, |
| | | APPLICATIONBEGTIME: null, |
| | | APPLICATIONENDTIME: null, |
| | | CHECKFLAG: 1 |
| | | CHECKFLAG: 1, |
| | | deptnos: null |
| | | }), |
| | | this.handleQuery(); |
| | | }, |