2024-11-06 19:09:37 +08:00
|
|
|
define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefined, Backend, Table, Form) {
|
|
|
|
|
|
|
|
var Controller = {
|
|
|
|
index: function () {
|
|
|
|
// 初始化表格参数配置
|
|
|
|
Table.api.init({
|
|
|
|
extend: {
|
|
|
|
index_url: 'school/classes/classes_lib/index' + location.search,
|
|
|
|
add_url: 'school/classes/classes_lib/add',
|
|
|
|
edit_url: 'school/classes/classes_lib/edit',
|
|
|
|
del_url: 'school/classes/classes_lib/del',
|
|
|
|
multi_url: 'school/classes/classes_lib/multi',
|
|
|
|
import_url: 'school/classes/classes_lib/import',
|
|
|
|
table: 'school_classes_lib',
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
var table = $("#table");
|
|
|
|
|
|
|
|
// 初始化表格
|
|
|
|
table.bootstrapTable({
|
|
|
|
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
|
|
|
pk: 'id',
|
|
|
|
sortName: 'weigh',
|
|
|
|
fixedColumns: true,
|
|
|
|
fixedRightNumber: 1,
|
|
|
|
columns: [
|
|
|
|
[
|
2024-11-14 18:40:04 +08:00
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
{checkbox: true},
|
2024-11-14 18:40:04 +08:00
|
|
|
{field: 'operate', title: __('Operate'), table: table , buttons: [
|
|
|
|
{
|
|
|
|
name: 'classes_spec',
|
|
|
|
text: __('设置课程规格'),
|
|
|
|
title: __('设置课程规格'),
|
|
|
|
classname: 'btn btn-xs btn-primary btn-dialog',
|
|
|
|
icon: 'fa fa-list',
|
|
|
|
url: classes_spec_url,
|
|
|
|
callback: function (data) {
|
|
|
|
|
|
|
|
},
|
|
|
|
// visible: function (row) {
|
|
|
|
// return row.status == '2'||row.status == '3';
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'virtual_user',
|
|
|
|
text: __('设置虚拟参与者'),
|
|
|
|
title: __('设置虚拟参与者'),
|
|
|
|
classname: 'btn btn-xs btn-primary btn-dialog',
|
|
|
|
icon: 'fa fa-list',
|
|
|
|
url: virtual_user_url,
|
|
|
|
callback: function (data) {
|
|
|
|
|
|
|
|
},
|
|
|
|
// visible: function (row) {
|
|
|
|
// return row.status == '2'||row.status == '3';
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'teacher',
|
|
|
|
text: __('主讲老师信息'),
|
|
|
|
title: __('主讲老师信息'),
|
|
|
|
classname: 'btn btn-xs btn-primary btn-dialog',
|
|
|
|
icon: 'fa fa-list',
|
|
|
|
url: teacher_url,
|
|
|
|
callback: function (data) {
|
|
|
|
|
|
|
|
},
|
|
|
|
// visible: function (row) {
|
|
|
|
// return row.status == '2'||row.status == '3';
|
|
|
|
// }
|
|
|
|
},
|
|
|
|
//
|
|
|
|
// {name: 'unsetmockauth',
|
|
|
|
// text: '取消加圈资格',
|
|
|
|
// icon: 'fa fa-sign-in',
|
|
|
|
// classname: 'btn btn-xs btn-danger btn-magic btn-ajax',
|
|
|
|
// url: $.fn.bootstrapTable.defaults.extend.unsetmockauth_url,
|
|
|
|
// confirm: '(分车版本)确认取消用户加圈资格!',
|
|
|
|
// success: function (data, ret) {
|
|
|
|
// Layer.alert(ret.msg );
|
|
|
|
// $(".btn-refresh").trigger("click");
|
|
|
|
// },
|
|
|
|
// error: function (data, ret) {
|
|
|
|
// Layer.alert(ret.msg);
|
|
|
|
// return false;
|
|
|
|
// },
|
|
|
|
// visible: function (row) {
|
|
|
|
// //显示条件 只能待入住订单
|
|
|
|
// if((row.status == 2 || row.status == 3) && row.mock_type == "base" && row.add_mock_status == "2"){
|
|
|
|
// return true;
|
|
|
|
// }
|
|
|
|
// return false;
|
|
|
|
// }},
|
|
|
|
|
|
|
|
], events: Table.api.events.operate, formatter: Table.api.formatter.operate},
|
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'id', title: __('Id')},
|
2024-11-14 18:40:04 +08:00
|
|
|
{field: 'feel', title: __('是否免费'), searchList: {"0":__('付费课程'),"1":__('免费课程')}, formatter: Table.api.formatter.normal},
|
|
|
|
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'classes_cate_title', title: __('Classes_cate_ids'), operate: false, formatter: Table.api.formatter.flag},
|
|
|
|
{field: 'classes_label_title', title: __('Classes_label_ids'), operate: false, formatter: Table.api.formatter.flag},
|
|
|
|
{field: 'classes_cate_ids', title: __('Classes_cate_ids'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content,visible:false},
|
|
|
|
{field: 'classes_label_ids', title: __('Classes_label_ids'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content,visible:false},
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'self_label_tag', title: __('Self_label_tag'), operate: 'LIKE', formatter: Table.api.formatter.flag},
|
2024-11-13 19:04:06 +08:00
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
{field: 'headimage', title: __('Headimage'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
|
{field: 'images', title: __('Images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'status', title: __('Status'), searchList: {"1":__('Status 1'),"2":__('Status 2'),"3":__('Status 3')}, formatter: Table.api.formatter.status},
|
|
|
|
{field: 'auth_status', title: __('Auth_status'), searchList: {"0":__('Auth_status 0'),"1":__('Auth_status 1'),"2":__('Auth_status 2')}, formatter: Table.api.formatter.status},
|
|
|
|
{field: 'reason', title: __('Reason'), operate: 'LIKE' },
|
|
|
|
{field: 'auth_time', title: __('Auth_time'), operate:'RANGE',visible:false, addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'type', title: __('Type'), searchList: {"out":__('Type out'),"in":__('Type in')}, formatter: Table.api.formatter.normal},
|
|
|
|
{field: 'classes_num', title: __('Classes_num')},
|
2024-11-15 18:26:03 +08:00
|
|
|
|
|
|
|
{field: 'limit_num', title: __('Limit_num')},
|
|
|
|
{field: 'sign_num', title: __('Sign_num')},
|
|
|
|
{field: 'verification_num', title: __('Verification_num')},
|
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'address_type', title: __('Address_type'), searchList: {"1":__('Address_type 1'),"2":__('Address_type 2')}, formatter: Table.api.formatter.normal},
|
|
|
|
{field: 'sale', title: __('Sale')},
|
|
|
|
{field: 'price', title: __('Price'), operate:'BETWEEN'},
|
|
|
|
{field: 'underline_price', title: __('Underline_price'), operate:'BETWEEN'},
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'admin_id', title: __('Admin_id'),visible:false},
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'weigh', title: __('Weigh'), operate: false},
|
|
|
|
{field: 'recommend', title: __('Recommend'), searchList: {"0":__('Recommend 0'),"1":__('Recommend 1')}, formatter: Table.api.formatter.normal},
|
|
|
|
{field: 'hot', title: __('Hot'), searchList: {"0":__('Hot 0'),"1":__('Hot 1')}, formatter: Table.api.formatter.normal},
|
|
|
|
{field: 'new', title: __('New'), searchList: {"0":__('New 0'),"1":__('New 1')}, formatter: Table.api.formatter.normal},
|
|
|
|
{field: 'selfhot', title: __('Selfhot'), searchList: {"0":__('Selfhot 0'),"1":__('Selfhot 1')}, formatter: Table.api.formatter.normal},
|
2024-11-13 19:04:06 +08:00
|
|
|
|
|
|
|
{field: 'manystore_id', title: __('Manystore_id'),visible:false},
|
|
|
|
{field: 'shop_id', title: __('Shop_id'),visible:false},
|
|
|
|
{field: 'user_id', title: __('User_id'),visible:false},
|
|
|
|
{field: 'add_type', title: __('Add_type'), searchList: {"1":__('Add_type 1'),"2":__('Add_type 2')}, formatter: Table.api.formatter.normal,visible:false},
|
|
|
|
{field: 'add_id', title: __('Add_id'),visible:false},
|
|
|
|
{field: 'address_city', title: __('Address_city'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content,visible:false},
|
|
|
|
{field: 'province', title: __('Province'),visible:false},
|
|
|
|
{field: 'city', title: __('City'),visible:false},
|
|
|
|
{field: 'district', title: __('District'),visible:false},
|
|
|
|
{field: 'address', title: __('Address'), operate: 'LIKE',visible:false},
|
|
|
|
{field: 'address_detail', title: __('Address_detail'), operate: 'LIKE',visible:false},
|
|
|
|
{field: 'longitude', title: __('Longitude'), operate: 'LIKE',visible:false},
|
|
|
|
{field: 'latitude', title: __('Latitude'), operate: 'LIKE',visible:false},
|
|
|
|
{field: 'classes_date_text', title: __('Classes_date_text'),visible:false, operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
{field: 'classes_time_text', title: __('Classes_time_text'),visible:false, operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
{field: 'virtual_num', title: __('Virtual_num')},
|
|
|
|
|
|
|
|
|
|
|
|
{field: 'virtual_collect', title: __('Virtual_collect')},
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'updatetime', title: __('Updatetime'),visible:false, operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'manystore.nickname', title: __('Manystore.nickname'), operate: 'LIKE'},
|
|
|
|
{field: 'shop.name', title: __('Shop.name'), operate: 'LIKE'},
|
|
|
|
{field: 'shop.image', title: __('Shop.image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'shop.address_city', title: __('Shop.address_city'),visible:false, operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
{field: 'shop.province', title: __('Shop.province'),visible:false},
|
|
|
|
{field: 'shop.city', title: __('Shop.city'),visible:false},
|
|
|
|
{field: 'shop.district', title: __('Shop.district'),visible:false},
|
|
|
|
{field: 'shop.address', title: __('Shop.address'),visible:false, operate: 'LIKE'},
|
|
|
|
{field: 'shop.address_detail', title: __('Shop.address_detail'),visible:false, operate: 'LIKE'},
|
|
|
|
{field: 'user.nickname', title: __('User.nickname'),visible:false, operate: 'LIKE'},
|
|
|
|
{field: 'user.realname', title: __('User.realname'),visible:false, operate: 'LIKE'},
|
2024-11-06 19:09:37 +08:00
|
|
|
{field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
2024-11-13 19:04:06 +08:00
|
|
|
{field: 'user.avatar', title: __('User.avatar'),visible:false, operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
|
{field: 'admin.nickname', title: __('Admin.nickname'),visible:false, operate: 'LIKE'},
|
2024-11-14 18:40:04 +08:00
|
|
|
// {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
2024-11-06 19:09:37 +08:00
|
|
|
]
|
|
|
|
]
|
|
|
|
});
|
|
|
|
|
|
|
|
// 为表格绑定事件
|
|
|
|
Table.api.bindevent(table);
|
|
|
|
},
|
|
|
|
recyclebin: function () {
|
|
|
|
// 初始化表格参数配置
|
|
|
|
Table.api.init({
|
|
|
|
extend: {
|
|
|
|
'dragsort_url': ''
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
var table = $("#table");
|
|
|
|
|
|
|
|
// 初始化表格
|
|
|
|
table.bootstrapTable({
|
|
|
|
url: 'school/classes/classes_lib/recyclebin' + location.search,
|
|
|
|
pk: 'id',
|
|
|
|
sortName: 'id',
|
|
|
|
columns: [
|
|
|
|
[
|
|
|
|
{checkbox: true},
|
|
|
|
{field: 'id', title: __('Id')},
|
|
|
|
{field: 'title', title: __('Title'), align: 'left'},
|
|
|
|
{
|
|
|
|
field: 'deletetime',
|
|
|
|
title: __('Deletetime'),
|
|
|
|
operate: 'RANGE',
|
|
|
|
addclass: 'datetimerange',
|
|
|
|
formatter: Table.api.formatter.datetime
|
|
|
|
},
|
|
|
|
{
|
|
|
|
field: 'operate',
|
|
|
|
width: '140px',
|
|
|
|
title: __('Operate'),
|
|
|
|
table: table,
|
|
|
|
events: Table.api.events.operate,
|
|
|
|
buttons: [
|
|
|
|
{
|
|
|
|
name: 'Restore',
|
|
|
|
text: __('Restore'),
|
|
|
|
classname: 'btn btn-xs btn-info btn-ajax btn-restoreit',
|
|
|
|
icon: 'fa fa-rotate-left',
|
|
|
|
url: 'school/classes/classes_lib/restore',
|
|
|
|
refresh: true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Destroy',
|
|
|
|
text: __('Destroy'),
|
|
|
|
classname: 'btn btn-xs btn-danger btn-ajax btn-destroyit',
|
|
|
|
icon: 'fa fa-times',
|
|
|
|
url: 'school/classes/classes_lib/destroy',
|
|
|
|
refresh: true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
formatter: Table.api.formatter.operate
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
});
|
|
|
|
|
|
|
|
// 为表格绑定事件
|
|
|
|
Table.api.bindevent(table);
|
|
|
|
},
|
|
|
|
|
|
|
|
add: function () {
|
|
|
|
Controller.api.bindevent();
|
2024-11-13 19:04:06 +08:00
|
|
|
generrate.setOfflineType($("input:radio[name='row[address_type]']").val());
|
2024-11-06 19:09:37 +08:00
|
|
|
},
|
|
|
|
edit: function () {
|
|
|
|
Controller.api.bindevent();
|
|
|
|
},
|
|
|
|
api: {
|
|
|
|
bindevent: function () {
|
2024-11-13 19:04:06 +08:00
|
|
|
$("#c-address_city").on("cp:updated", function() {
|
|
|
|
var citypicker = $(this).data("citypicker");
|
|
|
|
var province = citypicker.getCode("province");
|
|
|
|
var city = citypicker.getCode("city");
|
|
|
|
var district = citypicker.getCode("district");
|
|
|
|
if(province){
|
|
|
|
$("#province").val(province);
|
|
|
|
}
|
|
|
|
if(city){
|
|
|
|
$("#city").val(city);
|
|
|
|
}
|
|
|
|
if(district){
|
|
|
|
$("#district").val(district);
|
|
|
|
}
|
|
|
|
$(this).blur();
|
|
|
|
});
|
|
|
|
|
|
|
|
generrate.listen();
|
|
|
|
|
|
|
|
|
|
|
|
//老师必须是上面机构中的
|
|
|
|
$("#c-teacher_id").data("params", function (obj) {
|
|
|
|
//obj为SelectPage对象
|
|
|
|
return {custom: {shop_id: $("#c-shop_id").val()}};
|
|
|
|
});
|
|
|
|
//机构清除老师也要清除
|
|
|
|
$("#c-shop_id").change(function () {
|
|
|
|
$("#c-teacher_id").selectPageClear();
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
Form.api.bindevent($("form[role=form]"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
2024-11-13 19:04:06 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var generrate = {
|
|
|
|
listen:function () {
|
|
|
|
this.offlineListen();
|
|
|
|
},
|
|
|
|
offlineListen:function () {
|
|
|
|
var that = this;
|
|
|
|
// console.log($("input:radio[name='row[address_type]']").val())
|
|
|
|
// this.setOfflineType($("input:radio[name='row[address_type]']").val());
|
|
|
|
$("input:radio[name='row[address_type]']").change(function (){
|
|
|
|
that.setOfflineType($(this).val());
|
|
|
|
});
|
|
|
|
},
|
|
|
|
setOfflineType:function (val) {
|
|
|
|
switch (val) {
|
|
|
|
case '1':
|
|
|
|
$('#c_position').hide();
|
|
|
|
break;
|
|
|
|
case '2':
|
|
|
|
$('#c_position').show();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-11-14 18:40:04 +08:00
|
|
|
var classes_spec_url = function (row,dom) {
|
|
|
|
return 'school/classes/classes_spec/index?classes_lib_id='+row.id;
|
|
|
|
}
|
|
|
|
|
|
|
|
var virtual_user_url = function (row,dom) {
|
|
|
|
return 'school/classes/virtual_user/index?classes_lib_id='+row.id;
|
|
|
|
}
|
|
|
|
var teacher_url = function (row,dom) {
|
|
|
|
return 'school/classes/teacher/index?id='+row.teacher_id +'&shop_id='+row.shop_id;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-11-06 19:09:37 +08:00
|
|
|
return Controller;
|
|
|
|
});
|