| | |
| | | <title>分销商订单记录表</title> |
| | | <title>经销商订单记录表</title> |
| | | <!--当前位置开始--> |
| | | <div class="layui-card layadmin-header"> |
| | | <div class="layui-breadcrumb" lay-filter="breadcrumb"> |
| | |
| | | <div class="layui-form-item"> |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" name="distributorName" placeholder="请输入用户分销商" class="layui-input"> |
| | | <input type="text" name="distributorName" placeholder="请输入用户经销商" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | |
| | | <div class="layui-inline"> |
| | | <div class="layui-input-inline"> |
| | | <select name="isDelete"> |
| | | <option value="">请选择分销用户层级</option> |
| | | <option value="">请选择经销用户层级</option> |
| | | <option value="1">一级用户</option> |
| | | <option value="2">二级用户</option> |
| | | <option value="3">三级用户</option> |
| | |
| | | [ |
| | | //{ type: "checkbox", fixed: "left" }, |
| | | { field: 'id', title: '序列', width: 60, sort: false }, |
| | | { field: 'userId', title: '用户分销商', sort: false, templet: function (data) { return data.distributorName + "(" + data.userId + ")" } }, |
| | | { field: 'userId', title: '用户经销商', sort: false, templet: function (data) { return data.distributorName + "(" + data.userId + ")" } }, |
| | | { field: 'buyUserId', title: '下单用户', sort: false, templet: function (data) { return data.buyUserNickName + "(" + data.buyUserId + ")" } }, |
| | | { field: 'orderId', title: '订单编号', sort: false }, |
| | | { field: 'amount', title: '结算金额', sort: false, width: 105, templet: function (data) { return '¥' + data.amount } }, |
| | |
| | | } |
| | | } |
| | | }, |
| | | { field: 'level', title: '分销用户层级', sort: false, width: 105 }, |
| | | { field: 'level', title: '经销用户层级', sort: false, width: 105 }, |
| | | { field: 'createTime', title: '创建时间', width: 130, sort: false }, |
| | | { field: 'updateTime', title: '更新时间', width: 130, sort: false }, |
| | | //{ field: 'isDelete', title: '是否删除', width: 95, templet: '#switch_isDelete', sort: false, unresize: true }, |