| | |
| | | ], |
| | | }); |
| | | </script>
|
| | | |
| | | <style>
|
| | | .layui-table[lay-skin=row] td, .layui-table[lay-skin=row] th {
|
| | | border-width: 1px 1px 1px 1px;
|
| | | }
|
| | | </style>
|
| | | |
| | | </head> |
| | | <body>
|
| | | <div id="orderInfo" >
|
| | | <div id="orderInfo" style="text-align: center;">
|
| | | <table class="layui-table" lay-skin="row">
|
| | | <colgroup>
|
| | | <col width="50">
|
| | |
| | | <col width="50">
|
| | | <col width="50">
|
| | | </colgroup>
|
| | | <thead>
|
| | | <thead> |
| | | <tr>
|
| | | <th>状态</th>
|
| | | <th>自购订单</th>
|
| | | <th>自购分享</th>
|
| | | <th>总数</th>
|
| | | <th style="text-align: center;">状态</th>
|
| | | <th style="text-align: center;">自购</th>
|
| | | <th style="text-align: center;">分享</th>
|
| | | <th style="text-align: center;">总计</th>
|
| | | </tr>
|
| | | </thead>
|
| | | <tbody>
|
| | | <tr>
|
| | | <td>已到账</td>
|
| | | <td>{{selfNumEnd}}</td>
|
| | | <td>{{shareNumEnd}}</td>
|
| | | <td>{{selfNumEnd + shareNumEnd}}</td>
|
| | | </tr>
|
| | | <tr>
|
| | | <td>未到账</td>
|
| | | <td>{{selfNum}}</td>
|
| | | <td>{{shareNum}}</td>
|
| | | <td>{{selfNum + shareNum}}</td>
|
| | | </tbody>
|
| | | </tr>
|
| | | <tr>
|
| | | <td>已到账</td>
|
| | | <td>{{selfNumEnd}}</td>
|
| | | <td>{{shareNumEnd}}</td>
|
| | | <td>{{selfNumEnd + shareNumEnd}}</td>
|
| | | </tr>
|
| | | <tr style="background-color: #00C5CD;">
|
| | | <td>总计</td>
|
| | | <td>{{selfNum + selfNumEnd}}</td>
|
| | | <td>{{shareNum + shareNumEnd}}</td>
|
| | | <td>{{selfNumEnd + shareNumEnd + selfNum + shareNum}}</td>
|
| | | </tr>
|
| | | </tbody>
|
| | | </table>
|
| | | |
| | | <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
| | | <legend>等级升级 (付款金额大于1元订单)</legend>
|
| | | </fieldset>
|
| | | |
| | | <table class="layui-table" lay-skin="row">
|
| | | <colgroup>
|
| | | <col width="50">
|
| | | <col width="50">
|
| | | <col width="50">
|
| | | <col width="50">
|
| | | </colgroup>
|
| | | <thead> |
| | | <tr>
|
| | | <th style="text-align: center;">状态</th>
|
| | | <th style="text-align: center;">自购</th>
|
| | | <th style="text-align: center;">分享</th>
|
| | | <th style="text-align: center;">总计</th>
|
| | | </tr> |
| | | </thead>
|
| | | <tbody>
|
| | | <tr>
|
| | | <td>未到账</td>
|
| | | <td>{{selfAccount}}</td>
|
| | | <td>{{shareAccount}}</td>
|
| | | <td>{{selfAccount + shareAccount}}</td>
|
| | | </tr>
|
| | | <tr>
|
| | | <td>已到账</td>
|
| | | <td>{{selfAccountEnd}}</td>
|
| | | <td>{{shareAccountEnd}}</td>
|
| | | <td>{{selfAccountEnd + shareAccountEnd}}</td>
|
| | | </tr>
|
| | | <tr style="background-color: #00C5CD;">
|
| | | <td>总计</td>
|
| | | <td>{{selfAccount + selfAccountEnd}}</td>
|
| | | <td>{{shareAccount + shareAccountEnd}}</td>
|
| | | <td>{{selfAccount + shareAccount + selfAccountEnd + shareAccountEnd}}</td>
|
| | | </tr>
|
| | | </tbody>
|
| | | </table> |
| | | </div>
|
| | | </body> |
| | | </html>
|
| | |
| | | shareNum: 0,
|
| | | selfNumEnd: 0,
|
| | | shareNumEnd: 0,
|
| | | selfAccount: 0,
|
| | | shareAccount: 0,
|
| | | selfAccountEnd: 0,
|
| | | shareAccountEnd: 0,
|
| | | },
|
| | | });
|
| | |
|
| | |
| | | vm.shareNum = res.data.shareNum;
|
| | | vm.selfNumEnd = res.data.selfNumEnd;
|
| | | vm.shareNumEnd = res.data.shareNumEnd;
|
| | | vm.selfAccount = res.data.selfAccount;
|
| | | vm.shareAccount = res.data.shareAccount;
|
| | | vm.selfAccountEnd = res.data.selfAccountEnd;
|
| | | vm.shareAccountEnd = res.data.shareAccountEnd;
|
| | | }
|
| | | }
|
| | | });
|