| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="预审状态" |
| | | width="140" |
| | | align="center" |
| | | prop="checkFlag" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_stage_type" |
| | | :value="scope.row.checkstatus" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="捐献者" |
| | | align="center" |
| | | prop="donorname" |
| | |
| | | v-if="scope.row.checkFlag == 0" |
| | | @click="handleDetail(scope.row)" |
| | | >详情</el-button |
| | | > |
| | | <el-button |
| | | v-if="scope.row.checkFlag == 1" |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | @click="beforehandCheck(scope.row)" |
| | | >预审核</el-button |
| | | > |
| | | <el-button |
| | | v-if="scope.row.checkFlag == 1" |
| | |
| | | "sys_ConsolationType", |
| | | "sys_fund_type", |
| | | "sys_finsubject", |
| | | "sys_financeitemtype" |
| | | "sys_financeitemtype", |
| | | "sys_stage_type" |
| | | ], |
| | | data() { |
| | | return { |
| | |
| | | label: "全部" |
| | | } |
| | | ], |
| | | // 审批单流程 |
| | | checkFlagOptionsbar: [ |
| | | { |
| | | value: 1, |
| | | label: "待预审" |
| | | }, |
| | | { |
| | | value: 2, |
| | | label: "预算通过,等待纸质报销材料" |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: "收到纸质报销材料" |
| | | } |
| | | ], |
| | | // 查询参数 |
| | | queryParams: { |
| | | pageNum: 1, |
| | |
| | | mounted() { |
| | | if (grtItem("ethicalExpertFeeCheck")) { |
| | | this.queryParams = grtItem("ethicalExpertFeeCheck"); |
| | | }; |
| | | } |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | //this.getlistUser(); |
| | |
| | | isopenvalue(index) { |
| | | this.isopen = index; |
| | | }, |
| | | |
| | | tojust(e) { |
| | | let username = "111"; |
| | | getFund(e).then(res => { |
| | |
| | | }); |
| | | } |
| | | }, |
| | | beforehandCheck(row) { |
| | | this.$router.push({ |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: row.id, |
| | | beforehandType: "1", |
| | | businessType: "2", |
| | | operationType: "check", |
| | | } |
| | | }); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | | handleCheck(row) { |
| | | this.$router.push({ |