| | |
| | | fetchData() { |
| | | this.listLoading = true; |
| | | getData(this.data).then((response) => { |
| | | this.list = response.data.findOrderByOrgId.ls; |
| | | this.total = response.data.findOrderByOrgId.pageOut.total; |
| | | this.list = response.data.findOrderVoByOrgId.ls; |
| | | this.total = response.data.findOrderVoByOrgId.pageOut.total; |
| | | this.listLoading = false; |
| | | }); |
| | | }, |
| | |
| | | <th width="140px" nowradiv>科目</th> |
| | | <th width="80px" nowradiv>数量</th> |
| | | <th width="80px" nowradiv>赠送</th> |
| | | <th width="100px" nowradiv>余额</th> |
| | | <th width="100px" nowradiv>金额</th> |
| | | <th>课程顾问</th> |
| | | </tr> |
| | | ${detail} |
| | |
| | | })</td> |
| | | </tr> |
| | | </table> |
| | | <div> 校区地址:${row.org.address||row.org.addressDetail}</div> |
| | | <div> 备注:${row.message || ""} </div> |
| | | <br> |
| | | <br> |