| | |
| | | mounted() { |
| | | if (grtItem("ethicalExpertFeeCheck")) { |
| | | this.queryParams = grtItem("ethicalExpertFeeCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | } |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | |
| | | mounted() { |
| | | if (grtItem("expertFeeCheck")) { |
| | | this.queryParams = grtItem("expertFeeCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | |
| | | mounted() { |
| | | if (grtItem("medicalCostCheck")) { |
| | | this.queryParams = grtItem("medicalCostCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | } |
| | | this.getlistOrganization(); |
| | | //his.getlistUser(); |
| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | v-if="scope.row.checkFlag == 1" |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | @click="beforehandCheck(scope.row)" |
| | | >预审核</el-button |
| | | > |
| | | v-if="scope.row.checkFlag == 1" |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | @click="beforehandCheck(scope.row)" |
| | | >预审核</el-button |
| | | > |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | |
| | | /> |
| | | <el-table-column |
| | | label="审核日期" |
| | | align="center" |
| | | align="center" |
| | | width="160" |
| | | prop="createTime" |
| | | /> |
| | |
| | | "sys_fund_type", |
| | | "sys_financeitemtype", |
| | | "sys_travelexpensebelong", |
| | | "sys_stage_type", |
| | | "sys_stage_type" |
| | | ], |
| | | data() { |
| | | return { |
| | |
| | | dialogType: "show" |
| | | }; |
| | | }, |
| | | created() { |
| | | }, |
| | | created() {}, |
| | | mounted() { |
| | | if (grtItem("travelexpensecheck")) { |
| | | this.queryParams = grtItem("travelexpensecheck"); |
| | | }; |
| | | } |
| | | //this.getlistDonatebaseinfo(); |
| | | this.getList(); |
| | | }, |
| | |
| | | this.open = true; |
| | | this.title = "添加报销申请"; |
| | | }, |
| | | beforehandCheck(row){ |
| | | beforehandCheck(row) { |
| | | this.$router.push({ |
| | | path: "/finance/travelexpenseapply/travelexpensedetail/", |
| | | query: { id: row.id, pos: 4,beforehandType:'1' } |
| | | query: { id: row.id, pos: 4, beforehandType: "1" } |
| | | }); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | |
| | | }, |
| | | //查看审核详情 |
| | | handleShow(row) { |
| | | this.$router.push({ |
| | | path: "/finance/travelexpenseapply/travelexpensedetail/", |
| | | query: { id: row.id, pos: 3 } |
| | | }); |
| | | |
| | | this.dialogType = "show"; |
| | | //加载审核记录 |
| | | let listFundflowparams = { |