define(['jquery', 'bootstrap', 'backend', 'table', 'form','clipboard'],
function ($, undefined, Backend, Table, Form,clipboard) {
var Controller = {
index: async function () {
// 初始化表格参数配置
Table.api.init({
extend: {
index_url: 'Produceorder/index' + location.search,
add_url: 'Produceorder/add',
edit_url: 'Produceorder/edit',
del_url: 'Produceorder/del',
multi_url: 'Produceorder/multi',
import_url: 'Produceorder/import',
show_open_data_url: 'Produceorder/show_open_data',
detail_url: 'Produceorder/detail', // 详情
table: 'Produceorder',
multi_edit_url: 'produceorder/multi_edit',
}
});
var table = $("#table");
$('.btn-multi-edit').click(function (){
let ids=[]
$('#table').bootstrapTable('getSelections').forEach(item=>{
ids.push(item.id)
})
if(!ids.length){
layer.alert('请选择')
return
}
Fast.api.open(`${$.fn.bootstrapTable.defaults.extend.multi_edit_url}/ids/${ids.join(',')}`,'批量编辑')
})
table.on('post-common-search.bs.table', function (event, table) {
var form = $("form", table.$commonsearch);
$("input[name='s_id']", form).addClass("selectpage").data("source", "auth/admin/index2").data("primaryKey", "id").data("params",{"custom[proxy]":"0","custom[sub]":"1"}).data("field", "nickname").data("orderBy", "id asc");
Form.events.cxselect(form);
Form.events.selectpage(form);
});
let is_proxy = Config.is_proxy;
let is_proxy_operate = false;
let is_proxy_operate_eq = false;
if(is_proxy==0){
is_proxy_operate = 'LIKE';
is_proxy_operate_eq = '=';
}
let tableData=[]
let url_clip=new clipboard('.btn-copy-obj',{
text:function (a){
let idx=$(a).data('row-index'),
row=tableData[idx]
return `${location.origin}/h5/#/?id=${row.id}`
}
})
url_clip.on('success',function (){
parent.layer.msg('复制成功')
})
let clip=new clipboard('.btn-pay_link',{
text(a){
let link=$(a).data('link')
return link
}
})
clip.on('success',function (){
parent.layer.msg('复制成功')
})
//订单信息复制
let order_clip=new clipboard('.btn-order_link',{
text(a){
// let link=$(a).data('link').replace(/<[^>]*>/g, '')
let link=$(a).data('link');
// console.log(JSON.stringify(link));
return link + ''
}
})
console.log(order_clip,'22222222')
order_clip.on('success',function (){
console.log(order_clip);
parent.layer.msg('复制成功')
})
let status = await $.getJSON('Produceorder/status');
let statusColor={};
let colors=['label-daifukuan','label-info','label-danger','label-warning','label-primary','label-success','label-default','label-danger','label-info','label-warning','label-primary','label-success','label-default','label-danger','label-info','label-warning','label-primary','label-success','label-default','label-danger','label-info','label-warning','label-primary','label-success','label-default','label-danger','label-info','label-warning','label-primary','label-success'];
Object.keys(status).forEach((item,idx)=>{
statusColor[item]=colors[idx];
});
statusColor[50]='label-default';
let payType = await $.getJSON('Produceorder/pay_type');
let mobileRules = await $.getJSON('mobile/mobile_rules');
table.on('load-success.bs.table', function (_, data) {
let e=data.extend;
$('#orderAmount').html(`收入:${e.total},支付宝:${e.alipay},微信:${e.wechat},抖音:${e.dy},快手:${e.ks},成本:${e.di},利润:${e.profit},退款:${e.refund}`)
});
$(document).on('click','.btn-click-show-open',function (){
if($(this).data('open')!==1){
parent.layer.msg('该用户未上传开卡资料')
return
}
Fast.api.open($.fn.bootstrapTable.defaults.extend.show_open_data_url+'/id/'+$(this).data('id'),'查看资料',{
shade:.3,
shadeClose:false,
})
})
$(document).on('click','.btn-sub-remark',function (){
let id=$(this).data('id')
let url="produceorder/sub_remark"+`/id/${id}`
Fast.api.open(url,'备注')
})
let columns=[
{checkbox: true},
// {field: 'id', title: __('ID'),operate:false,},
{field: 'order_no', title: __('订单号'),visible:false,operate: 'like'},
{field: 'out_order_no', title: __('外部订单号'),visible:false,operate: 'like'},
// {field: 'logistics_numbers', title: __('支付单号'),visible: false,operate: '='},
// {field: 'pay_type', title: __('支付方式'),searchList: payType,visible: false, operate: is_proxy_operate},
{field: 'produce_id', title: __('商品名称'),visible: false,operate: 'LIKE', addClass: 'selectpage', extend: "data-source='produce/index' data-field='name'"},
{field: 'is_arrearage', title: __('是否欠费'), searchList: {"1":__('是'),"0":__('否')},visible: false},
{field: 'produce_activation', title: __('是否激活'), searchList: {"1":__('是'),"0":__('否')},visible: false},
{field: 'produce_is_recharge', title: __('是否首充'), searchList: {"1":__('是'),"0":__('否')},visible: false},
{field: 'flag', title: __('旗帜'), searchList: {"#FF0000":'红色',"#FFFF00":'黄色',"#00FF33":'绿色',"#0033FF":'蓝色',"#9900FF":'紫色',"#00CCFF":'青色'},visible: false},
{field: 'supplier', title: __('分销商'),visible: false,operate: 'LIKE'},
{field: 'no', title: __('生产号码'),visible: false,operate: 'LIKE'},
{field: 'phone', title: __('收货人手机'),visible: false,operate: 'LIKE'},
{field: 'name', title: __('收货人'),visible: false,operate: 'LIKE'},
{field: 'id_no', title: __('收货人身份证'),visible: false,operate: "like"},
{field: 'is_auto', title: __('是否是自动订单'),visible: false},
{field: 'no', title: __('订单来源'),visible: false,operate: 'LIKE'},
{field: 'no', title: __('外部订单号'),visible: false,operate: 'LIKE'},
{field: 'no', title: __('商品编码'),visible: false,operate: 'LIKE'},
{field: 'create_time', title: __('订单生成时间'),visible: false,operate: 'LIKE'},
// {field: 'no', title: __('订单更新时间'),visible: false,operate: 'LIKE'},
{field: 'order_no', title: __('订单信息'),operate: false,formatter(_,order){
let a=[]
a.push(`
订单号:${order.order_no}🏳
`)
a.push(`外部订单号:${order.out_order_no}
`)
a.push(`商品编码:${order.produce ? order.produce.local_code : ''}
`)
a.push(`供应商:${order.supplier}
`)
// if(order.pay_no){
// a.push(`支付单号:${order.pay_no}
`)
// }
// a.push(`商品信息:${order.no}
`)
// a.push(`归属地:${order.info.mobile.province}/${order.info.mobile.city}
`)
// if(adminInfo.is_manager){
// a.push(`供应商:${order.proxy?order.proxy.nickname:''}
`)
// }
// a.push(`运营商:${order.info?order.info.mobile.network:''}
`)
// a.push(`卡品牌:${order.brand}
`)
// if(showAmountDi && is_proxy==0) {
// a.push(`底价:${order.amount_di}
`)
// }
// a.push(`预存:${order.amount_charge}
`)
// if(is_proxy == 0 ) {
// a.push(`售价:${order.info.mobile.is_activity?order.info.mobile.amount_kill:order.info.mobile.amount_base}
`)
// a.push(`订单价格:${order.amount}
`)
// }
// a.push(`套餐:${order.info?order.info.info.describe:''}
`)
// a.push(`备注:${order.info?order.info.mobile.remark:''}
`)
// a.push(`点击复制`)
return `${a.join('')}
`
},width:'20%',valign:'top',align:'left'},
{field: 'order_no', title: __('收货人'),operate: false,formatter(_,order){
let a=[]
a.push(`收货人:${order.name}
`)
a.push(`手机号:${order.phone}(${order.phone_order_count})
`)
a.push(`地址:${order.address}
`)
if(is_proxy == 0 ) {
// a.push(`支付方式:${payType[order.pay_type]}
`)
// a.push(`微信商户号:${order.pay_mid_wechat}
`)
// a.push(`支付宝商户号:${order.pay_mid_alipay}
`)
// a.push(`抖音商户号:${order.pay_mid_dy}
`)
// a.push(`快手商户号:${order.pay_mid_ks}
`)
}
a.push(`备注:${order.remark}
`)
// a.push(`快递名称:${order.trans_name}
`)
// a.push(`快递单号:${order.trans_no}
`)
a.push(`查看资料`)
return `${a.join('')}
`
},width:'20%',valign:'top',align:'left'},
{field: 'create_time', title: __('订单状态'),operate: false,formatter(_,order){
let a=[]
a.push(`订单状态:
`)
a.push(`激活状态:
`)
a.push(`是否首充:
`)
a.push(`首充金额:
`)
a.push(`创建时间:${order.create_time}
`)
a.push(`更新时间:${order.update_time}
`)
// a.push(`查看资料`)
return `${a.join('')}
`
},width:'15%',valign:'top',align:'left'},
{field: 'create_time', title: __('生产信息'),operate: false,formatter(_,order){
let a=[]
a.push(`生产号码:
`)
a.push(`订单来源:
`)
a.push(`物流名称:
`)
a.push(`物流单号:
`)
a.push(`物流状态:
`)
// a.push(`查看资料`)
return `${a.join('')}
`
},width:'15%',valign:'top',align:'left'},
{field: 'remark', title: '备注',operate: 'false', formatter(_,order) {
let a=[]
a.push(`${order.remark}
`)
a.push(``)
return `${a.join('')}
`
},width:'10%'},
// {field: 'failure_reason', title: '失败原因',operate: 'false',width:'10%'},
{field: 'failure_reason', title: __('失败原因'), operate: false,align:'left', class: 'autocontent', formatter: Table.api.formatter.content},
// {field: 'title', title: __('Title'), operate: 'LIKE',align:'left', class: 'autocontent', formatter: Table.api.formatter.content},
// {field: 'remark', title: '失败原因&备注',formatter: Table.api.formatter.datetime,addClass:'datetimerange',operate: 'range'},
{field: 'trans_no', title: __('Trans_no'),visible: false,operate: "like"},
{
field: 'operate',
title: __('Operate'),
table: table,
width: '5%',
events: Table.api.events.buttons,
formatter: Table.api.formatter.buttons,
buttons:[
{
name: 'detail',
text: '订单详情',
title: '订单详情',
classname: 'btn btn-xs btn-info btn-dialog',
url: 'Produceorder/detail',
extend:'data-area=\'["40%","90%"]\' data-toggle=\'tooltip\'',
// icon:'fa fa-pencil',
callback: function (data) {
Layer.alert("接收到回传数据:" + JSON.stringify(data), {title: "回传数据"});
// $('.btn-refresh').trigger('click')
},
visible: function (row) {
//返回true时按钮显示,返回false隐藏
return true;
}
},
{
name: 'edie',
text: __('修改订单'),
title: __('修改订单'),
classname: 'btn btn-xs btn-info btn-dialog period',
url: 'Produceorder/edit?a=1',
callback: function (data) {
},
visible: function (row) {
if(row['is_cancel'] == '0'){
return true;
}
return false;
}
},
// {
// name:'detail',
// title:'查看物流',
// text: __('查看物流'),
// classname: 'btn btn-xs btn-danger btn-dialog',
// url: 'Produceorder/see_logistics?a=1',
// visible:(row)=>{
// return $('#table').data('see_logistics') && row.trans_id>0 && row.trans_no
// }
// },
{
name: 'copy',
title: __('上传资料链接'),
text: __('上传资料链接'),
classname: 'btn btn-xs btn-info btn-copy-obj',
click: function (data,row) {
},
visible: function (row) {
if(row['is_cancel'] == '0'){
return true;
}
return false;
}
},
{
name: 'resubmit',
title: __('再次提交'),
text: __('再次提交'),
classname: 'btn btn-xs btn-success btn-magic btn-ajax',
confirm: '确认再次提交吗?',
url: 'produceorder/resubmit',
success: function (data, ret) {
Layer.alert('操作成功');
//如果需要阻止成功提示,则必须使用return false;
//return false;
},
error: function (data, ret) {
console.log(data, ret);
Layer.alert(ret.msg);
return false;
},
visible: function (row) {
if(row['is_cancel'] == '0'){
return true;
}
return false;
}
},
{
name: 'cancel',
title: __('取消订单'),
text: __('取消订单'),
classname: 'btn btn-xs btn-success btn-magic btn-ajax',
confirm: '确定要取消订单吗?',
url: 'produceorder/cancel',
success: function (data, ret) {
Layer.alert('取消成功');
table.bootstrapTable('refresh');
//如果需要阻止成功提示,则必须使用return false;
//return false;
},
error: function (data, ret) {
console.log(data, ret);
Layer.alert(ret.msg);
return false;
},
visible: function (row) {
if(row['is_cancel'] == '0'){
return true;
}
return false;
}
},
]
}
]
if(!adminInfo.is_manager){
Table.api.removeColumn('operation_log',columns)
Table.api.removeColumn('anchor.name',columns)
Table.api.removeColumn('s_id',columns)
Table.api.removeColumn('admin.admin_id',columns)
}
// 初始化表格
table.bootstrapTable({
url: $.fn.bootstrapTable.defaults.extend.index_url,
pk: 'id',
sortName: 'id',
search:false,
searchFormVisible:true,
columns: [
columns
],
fixedColumns:true,
fixedRightNumber:1,
onLoadSuccess(a){
tableData=a.rows
$('.btn-export').attr('href',a.link).show()
// 角标
let arr1 = [];let status_all=0;
a.status_list.forEach(function(item, index) {
$(".nav li .nav_id_"+item.status).text(item.total);
arr1.push(item.status);
status_all = status_all+item.total;
});
// 全部
$(".nav li .nav_id_all").text(status_all);
// 无数据的置0
let arr2 = [0,10,15,17,20,25,30,50,60,70,80,90];
let diff=arr2.filter(item=>arr1.indexOf(item)==-1);
diff.forEach(function (i,k){
$(".nav li .nav_id_"+i).text(0);
});
$(".nav li .nav_id_10").text(a.status_10_count);
/*table.find('thead').css('position','fixed').css('background','white').css('top','370px')
table.css('margin-top',41)
table.find('tbody>tr:first-child>td').each((a,b)=>{
table.find('thead tr th').eq(a).css('width',b.offsetWidth).css('max-width',b.offsetWidth)
})*/
}
});
// 为表格绑定事件
Table.api.bindevent(table);
/* let innerHeight=window.innerHeight
$('.fixed-table-container').css('height',`${innerHeight-420}px`)
window.addEventListener('resize',function (){
let innerHeight=window.innerHeight
$('.fixed-table-container').css('height',`${innerHeight-420}px`)
})*/
},
add: function () {
Controller.api.bindevent();
},
multi_edit: function () {
Controller.api.bindevent();
},
edit: function () {
Controller.api.bindevent();
$(document).on('input propertychange','#c-trans_no',function (){
let no=$(this).val()
if(!no){
return
}
Form.api.guessLogistics(no,'#c-trans_id')
})
},
add_operation(){
Controller.api.bindevent();
$('#c-no').focus()
},
sub_remark(){
Controller.api.bindevent();
$('#c-no').focus()
},
set_anchor(){
Controller.api.bindevent();
},
refund(){
Controller.api.bindevent();
},
mobile_up(){
Controller.api.bindevent()
if(!row){
Fast.api.close({say:'此号码已被删除,无法上架'})
}else if(row.status===0){
//Fast.api.close({say:'此号码已是上架状态'})
}
},
send(){
Controller.api.bindevent();
$(document).on('input propertychange','#c-trans_no',function (){
let no=$(this).val()
if(!no){
return
}
Form.api.guessLogistics(no,'#c-trans_id')
})
},
show_open_data(){
Controller.api.bindevent()
},
api: {
bindevent: function () {
Form.api.bindevent($("form[role=form]"));
}
},
refund_log(){
Table.api.init();
var table = $("#table");
let columns=[
//{field:'id',title:'ID',operate:false},
{field:'od.mobile_id',title:'商品ID',operate:'='},
{field:'od.s_id',title:'代理商ID',operate:'='},
{field:'od.order_no',title:'订单号',operate:'='},
{field:'od.no',title:'手机号',operate:'like'},
{field:'pass',title:'审核状态',searchList:{1:'通过',0:'驳回'},formatter: Table.api.formatter.label},
{field:'reason',title:'备注',formatter: Table.api.formatter.content,width:200},
{field:'od.amount',title:'订单金额',operate:'between'},
{field:'amount_backend',title:'退款金额',operate:'between'},
{field:'create_time',title:'创建时间',operate:'range',addClass:'datetimerange',formatter:Table.api.formatter.datetime},
{field:'admin.nickname',title:' 操作员',operate:'like'},
];
if(!admin.is_manager){
Table.api.removeColumn('od.s_id',columns)
}
table.bootstrapTable({
url: 'Produceorder/refund_log',
pk: 'id',
sortName: 'id',
search:false,
searchFormVisible:true,
columns: columns,
onLoadSuccess(a){
}
});
Table.api.bindevent(table);
}
};
return Controller;
});