| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | |
| | | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="预审状态" |
| | | label="申请材料状态" |
| | | width="140" |
| | | align="center" |
| | | prop="checkstatus" |
| | |
| | | >修改</el-button |
| | | > |
| | | <el-button |
| | | |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-edit" |
| | |
| | | "sys_expensetype", |
| | | "sys_performance_type", |
| | | "sys_stage_type" |
| | | |
| | | ], |
| | | data() { |
| | | //这里存放数据 |
| | |
| | | query: { id: row.id, businessType: "5", operationType: "update" } |
| | | }); |
| | | }, |
| | | /** 复制按钮操作 */ |
| | | duplicationfn(row) { |
| | | /** 复制按钮操作 */ |
| | | duplicationfn(row) { |
| | | this.$router.push({ |
| | | path: "/finance/performancedetails/", |
| | | query: { id: row.id, businessType: "5", Copy: "1", operationType: "update" } |
| | | query: { |
| | | id: row.id, |
| | | businessType: "5", |
| | | Copy: "1", |
| | | operationType: "update" |
| | | } |
| | | }); |
| | | }, |
| | | |