ÎļþÃû´Ó src/views/project/fund/medicalCostFundApply/index.vue ÐÞ¸Ä |
| | |
| | | }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="ç³è¯·äºº" align="center" prop="username" width="150px" /> |
| | | <el-table-column label="å®¡æ ¸ç¶æ" width="150" align="center" prop="recordstatus"> |
| | | <el-table-column label="ç³è¯·äºº" align="center" prop="username" width="120px" /> |
| | | <el-table-column label="ç³è¯·éé¢" align="center" prop="pretaxcost" width="200px" /> |
| | | <el-table-column label="æå±ç»å«" align="center" prop="deptmentname" width="220px" /> |
| | | <el-table-column label="ç»é¿" align="center" prop="managername" width="200px" /> |
| | | <el-table-column label="å®¡æ ¸ç¶æ" align="center" prop="recordstatus"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="ç³è¯·éé¢" align="center" prop="amountrequested" width="150px" /> |
| | | <el-table-column label="æå±ç»å«" align="center" prop="deptmentname" width="150px" /> |
| | | <el-table-column label="ç»é¿" align="center" prop="managername" width="220px" /> |
| | | <!-- |
| | | <el-table-column label="èç³»çµè¯" align="center" prop="phone" width="150px" /> |
| | | <el-table-column label="å·¥ä½åä½" align="center" prop="unitname" width="150px" /> |
| | |
| | | /** æ°å¢æé®æä½ */ |
| | | handleAdd() { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: 0, |
| | | businessType: "3", |
| | |
| | | /** ä¿®æ¹æé®æä½ */ |
| | | handleUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: row.id, |
| | | businessType: "3", |
| | |
| | | /** æ¥çæé®æä½ */ |
| | | handleDetail(row) { |
| | | this.$router.push({ |
| | | path: "/finance/fundcontext/", |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: row.id, |
| | | businessType: "3", |
| | |
| | | this.curCase = row; |
| | | this.getfundList(); |
| | | }, |
| | | |
| | | getfundList() { |
| | | this.loading = true; |
| | | this.reset(); |
| | |
| | | listFund(this.fundQueryParam).then(response => { |
| | | this.loading = false; |
| | | this.donateconsolationfundList = response.rows; |
| | | console.log("donateconsolationfundList",this.donateconsolationfundList); |
| | | }); |
| | | }, |
| | | |