|
@@ -128,9 +128,11 @@
|
|
|
<!-- <th class="align-center">失败订单数量</th>-->
|
|
|
<!-- <th class="align-center">成功占比</th>-->
|
|
|
<th class="align-center">上游成功单量</th>
|
|
|
- <th class="align-center">上游成功金额</th>
|
|
|
+ <th class="align-center">上游成功扣款金额</th>
|
|
|
+ <th class="align-center">上游成功面值</th>
|
|
|
<th class="align-center">单量误差</th>
|
|
|
- <th class="align-center">金额误差</th>
|
|
|
+ <th class="align-center">扣款金额误差</th>
|
|
|
+ <th class="align-center">面值误差</th>
|
|
|
<th class="align-center">备注</th>
|
|
|
<th class="align-center">匹配状态</th>
|
|
|
<th class="align-center">统计日期类型</th>
|
|
@@ -154,8 +156,10 @@
|
|
|
<!-- <td class="align-center">--><?php //echo $v['success_ratio']; ?><!--</td>-->
|
|
|
<td class="align-center"><?php echo $v['corder_success_count']; ?></td>
|
|
|
<td class="align-center"><?php echo $v['corder_success_amounts']; ?></td>
|
|
|
+ <td class="align-center"><?php echo $v['corder_success_refill_amounts']; ?></td>
|
|
|
<td class="align-center"><?php echo $v['gap_order_count']; ?></td>
|
|
|
<td class="align-center"><?php echo $v['gap_success_amounts']; ?></td>
|
|
|
+ <td class="align-center"><?php echo $v['gap_success_refill_amounts']; ?></td>
|
|
|
<td class="align-center"><?php echo $v['remark']; ?></td>
|
|
|
<td class="align-center">
|
|
|
<?php if($v['check_status'] == 1){?>
|
|
@@ -345,80 +349,80 @@
|
|
|
// console.log('data', data);
|
|
|
})
|
|
|
})
|
|
|
- $('.examine').click(function() {
|
|
|
- layer.open({
|
|
|
- type: 1,
|
|
|
- title: "对账",
|
|
|
- area: ['900px', '500px'],
|
|
|
- shadeClose: true, //点击遮罩关闭
|
|
|
- content: `<form id="user_form" enctype="multipart/form-data" method="post">
|
|
|
- <input type="hidden" name="form_submit" value="ok"/>
|
|
|
- <input type="hidden" name="stat_id" value="<?php echo $_GET['stat_id'];?>"/>
|
|
|
- <table class="table tb-type2">
|
|
|
- <tbody>
|
|
|
- <tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label class="validation" for="corder_success_count"><?php echo $output['stats_type'];?>成功订单数量:</label></td>
|
|
|
- </tr>
|
|
|
- <tr class="noborder">
|
|
|
- <td class="vatop rowform"><input type="text" value="" name="corder_success_count" id="corder_success_count" class="txt"></td>
|
|
|
- <td class="vatop tips"></td>
|
|
|
- </tr>
|
|
|
- <tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label class="validation" for="name"><?php echo $output['stats_type'];?>成功订单金额:</label></td>
|
|
|
- </tr>
|
|
|
- <tr class="noborder">
|
|
|
- <td class="vatop rowform"><input type="text" value="" name="corder_success_amounts" id="corder_success_amounts" class="txt"></td>
|
|
|
- <td class="vatop tips"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td colspan="2" class="required"><label>备注信息:</label></td>
|
|
|
- </tr>
|
|
|
- <tr class="noborder">
|
|
|
- <td class="vatop rowform"><textarea name="remark" rows="6" class="tarea"></textarea></td>
|
|
|
- <td class="vatop tips"></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- <tfoot>
|
|
|
- <tr class="tfoot">
|
|
|
- <td colspan="15"><a href="JavaScript:void(0);" class="btn" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
|
|
|
- </tr>
|
|
|
- </tfoot>
|
|
|
- </table>
|
|
|
- </form>`,
|
|
|
+ // $('.examine').click(function() {
|
|
|
+ // layer.open({
|
|
|
+ // type: 1,
|
|
|
+ // title: "对账",
|
|
|
+ // area: ['900px', '500px'],
|
|
|
+ // shadeClose: true, //点击遮罩关闭
|
|
|
+ // content: `<form id="user_form" enctype="multipart/form-data" method="post">
|
|
|
+ // <input type="hidden" name="form_submit" value="ok"/>
|
|
|
+ // <input type="hidden" name="stat_id" value="<?php echo $_GET['stat_id'];?>"/>
|
|
|
+ // <table class="table tb-type2">
|
|
|
+ // <tbody>
|
|
|
+ // <tr class="noborder">
|
|
|
+ // <td colspan="2" class="required"><label class="validation" for="corder_success_count"><?php echo $output['stats_type'];?>成功订单数量:</label></td>
|
|
|
+ // </tr>
|
|
|
+ // <tr class="noborder">
|
|
|
+ // <td class="vatop rowform"><input type="text" value="" name="corder_success_count" id="corder_success_count" class="txt"></td>
|
|
|
+ // <td class="vatop tips"></td>
|
|
|
+ // </tr>
|
|
|
+ // <tr class="noborder">
|
|
|
+ // <td colspan="2" class="required"><label class="validation" for="name"><?php echo $output['stats_type'];?>成功订单金额:</label></td>
|
|
|
+ // </tr>
|
|
|
+ // <tr class="noborder">
|
|
|
+ // <td class="vatop rowform"><input type="text" value="" name="corder_success_amounts" id="corder_success_amounts" class="txt"></td>
|
|
|
+ // <td class="vatop tips"></td>
|
|
|
+ // </tr>
|
|
|
+ // <tr>
|
|
|
+ // <td colspan="2" class="required"><label>备注信息:</label></td>
|
|
|
+ // </tr>
|
|
|
+ // <tr class="noborder">
|
|
|
+ // <td class="vatop rowform"><textarea name="remark" rows="6" class="tarea"></textarea></td>
|
|
|
+ // <td class="vatop tips"></td>
|
|
|
+ // </tr>
|
|
|
+ // </tbody>
|
|
|
+ // <tfoot>
|
|
|
+ // <tr class="tfoot">
|
|
|
+ // <td colspan="15"><a href="JavaScript:void(0);" class="btn" id="submitBtn"><span><?php echo $lang['nc_submit']; ?></span></a></td>
|
|
|
+ // </tr>
|
|
|
+ // </tfoot>
|
|
|
+ // </table>
|
|
|
+ // </form>`,
|
|
|
|
|
|
|
|
|
|
|
|
- //按钮先执行验证再提交表单
|
|
|
- $("#submitBtn").click(function () {
|
|
|
- if ($("#user_form").valid()) {
|
|
|
- $("#user_form").submit();
|
|
|
- }
|
|
|
- });
|
|
|
- $('#user_form').validate({
|
|
|
- errorPlacement: function (error, element) {
|
|
|
- error.appendTo(element.parent().parent().prev().find(td:first));
|
|
|
- },
|
|
|
- rules: {
|
|
|
- corder_success_count: {
|
|
|
- required: true,
|
|
|
- },
|
|
|
- corder_success_amounts: {
|
|
|
- required: true,
|
|
|
- },
|
|
|
- },
|
|
|
- messages: {
|
|
|
- corder_success_count: {
|
|
|
- required: '不能为空',
|
|
|
- },
|
|
|
- corder_success_amounts: {
|
|
|
- required: '不能为空',
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
+ // //按钮先执行验证再提交表单
|
|
|
+ // $("#submitBtn").click(function () {
|
|
|
+ // if ($("#user_form").valid()) {
|
|
|
+ // $("#user_form").submit();
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ // $('#user_form').validate({
|
|
|
+ // errorPlacement: function (error, element) {
|
|
|
+ // error.appendTo(element.parent().parent().prev().find(td:first));
|
|
|
+ // },
|
|
|
+ // rules: {
|
|
|
+ // corder_success_count: {
|
|
|
+ // required: true,
|
|
|
+ // },
|
|
|
+ // corder_success_amounts: {
|
|
|
+ // required: true,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // messages: {
|
|
|
+ // corder_success_count: {
|
|
|
+ // required: '不能为空',
|
|
|
+ // },
|
|
|
+ // corder_success_amounts: {
|
|
|
+ // required: '不能为空',
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // });
|
|
|
|
|
|
|
|
|
- });
|
|
|
+ // });
|
|
|
|
|
|
- });
|
|
|
+ // });
|
|
|
});
|
|
|
</script>
|