| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="5"> |
| | | <el-form-item |
| | | label-width="120px" |
| | | label-width="120px" |
| | | label="申请材料状态" |
| | | prop="checkstatus" |
| | | style="float: left" |
| | |
| | | :data="donateconsolationfundList" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="45"> </el-table-column> |
| | | <el-table-column |
| | | label="个税计算情况" |
| | | align="center" |
| | | prop="recordstatus" |
| | | width="200" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="申请日期" |
| | | width="180" |
| | |
| | | "sys_finsubject", |
| | | "sys_financeitemtype", |
| | | "sys_consolationfundlevel", |
| | | "sys_stage_type" |
| | | "sys_stage_type", |
| | | "sys_performance_type", |
| | | "sys_tax" |
| | | ], |
| | | data() { |
| | | return { |
| | |
| | | } |
| | | ], |
| | | checkmaterials: [ |
| | | { |
| | | { |
| | | value: 1, |
| | | label: "材料待审核" |
| | | }, |
| | |
| | | }, |
| | | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | if (grtItem("performanceCheck")) { |
| | | this.queryParams = grtItem("performanceCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ""; |
| | | this.queryParams.APPLICATIONENDTIME = ""; |
| | | } |
| | |
| | | // this.queryParams.params = {}; |
| | | console.log("this.queryParams", this.queryParams); |
| | | listbypower(this.queryParams).then(res => { |
| | | removeItem("officeExpenseCheck"); |
| | | setItem("officeExpenseCheck", this.queryParams); |
| | | removeItem("performanceCheck"); |
| | | setItem("performanceCheck", this.queryParams); |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | this.total = res.total; |