| | |
| | | <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="审批状态" |
| | | width="120" |
| | | align="center" |
| | | prop="checkFlag" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_recordstatus" |
| | | :value="scope.row.recordstatus" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="经办人" |
| | | width="120" |
| | |
| | | prop="amountrequested" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column label="出差事由" align="center" prop="reason"> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="捐献者" |
| | | width="120" |
| | | align="center" |
| | | prop="donorname" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="审批状态" |
| | | width="140" |
| | | align="center" |
| | | prop="checkFlag" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_recordstatus" |
| | | :value="scope.row.recordstatus" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="预审状态" |
| | | width="140" |
| | | align="center" |
| | | prop="checkstatus" |
| | | > |
| | | <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="reason"> |
| | | </el-table-column> |
| | | <!-- |
| | | <el-table-column label="出差人" width="180" align="center" prop="travelers"> |
| | |
| | | > |
| | | <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 |
| | | > |
| | | <el-button |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-edit" |
| | | v-if="scope.row.checkFlag == 1 || scope.row.checkFlag == 0" |
| | | v-if="scope.row.checkFlag == 1" |
| | | @click="handleUpdate(scope.row)" |
| | | >审批</el-button |
| | | > |
| | |
| | | /> |
| | | <el-table-column |
| | | label="审核日期" |
| | | align="center" |
| | | align="center" |
| | | width="160" |
| | | prop="createTime" |
| | | /> |
| | |
| | | "sys_0_1", |
| | | "sys_fund_type", |
| | | "sys_financeitemtype", |
| | | "sys_travelexpensebelong" |
| | | "sys_travelexpensebelong", |
| | | "sys_stage_type", |
| | | ], |
| | | data() { |
| | | return { |
| | |
| | | this.open = true; |
| | | this.title = "添加报销申请"; |
| | | }, |
| | | beforehandCheck(row){ |
| | | this.$router.push({ |
| | | path: "/finance/travelexpenseapply/travelexpensedetail/", |
| | | query: { id: row.id, pos: 4,beforehandType:'1' } |
| | | }); |
| | | }, |
| | | /** 修改按钮操作 */ |
| | | handleUpdate(row) { |
| | | this.$router.push({ |