UserSnDelayChange_Admin.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. var ExcelData,ExcelKind;
  2. function ConfirmImport() {
  3. $.ajax({
  4. type: "POST",
  5. url: "/Admin/UserSnDelayChange/Import?r=" + Math.random(1),
  6. data: "ExcelData=" + encodeURIComponent(JSON.stringify(ExcelData)),
  7. dataType: "text",
  8. success: function (data) {
  9. if (data == "success") {
  10. layer.msg("导入成功", { time: 2000 }, function () {
  11. window.location.reload();
  12. });
  13. } else {
  14. layer.msg(data);
  15. }
  16. }
  17. });
  18. }
  19. var excel;
  20. layui.config({
  21. base: '/layuiadmin/' //静态资源所在路径
  22. }).extend({
  23. myexcel: 'layui/lay/modules/excel',
  24. index: 'lib/index' //主入口模块
  25. }).use(['index', 'table', 'excel', 'laydate'], function () {
  26. var $ = layui.$
  27. , form = layui.form
  28. , table = layui.table;
  29. //- 筛选条件-日期
  30. var laydate = layui.laydate;
  31. var layCreateDate = laydate.render({
  32. elem: '#CreateDate',
  33. type: 'datetime',
  34. range: true,
  35. trigger: 'click',
  36. change: function (value, date, endDate) {
  37. var op = true;
  38. if (date.year == endDate.year && endDate.month - date.month <= 1) {
  39. if (endDate.month - date.month == 1 && endDate.date > date.date) {
  40. op = false;
  41. layCreateDate.hint('日期范围请不要超过1个月');
  42. setTimeout(function () {
  43. $(".laydate-btns-confirm").addClass("laydate-disabled");
  44. }, 1);
  45. }
  46. } else {
  47. op = false;
  48. layCreateDate.hint('日期范围请不要超过1个月');
  49. setTimeout(function () {
  50. $(".laydate-btns-confirm").addClass("laydate-disabled");
  51. }, 1);
  52. }
  53. if (op) {
  54. $('#CreateDate').val(value);
  55. }
  56. }
  57. });
  58. var laySourceSnShipDate = laydate.render({
  59. elem: '#SourceSnShipDate',
  60. trigger: 'click',
  61. type: 'datetime',
  62. range: true,
  63. change: function (value, date, endDate) {
  64. var op = true;
  65. if (date.year == endDate.year && endDate.month - date.month <= 1) {
  66. if (endDate.month - date.month == 1 && endDate.date > date.date) {
  67. op = false;
  68. laySourceSnShipDate.hint('日期范围请不要超过1个月');
  69. setTimeout(function () {
  70. $(".laydate-btns-confirm").addClass("laydate-disabled");
  71. }, 1);
  72. }
  73. } else {
  74. op = false;
  75. laySourceSnShipDate.hint('日期范围请不要超过1个月');
  76. setTimeout(function () {
  77. $(".laydate-btns-confirm").addClass("laydate-disabled");
  78. }, 1);
  79. }
  80. if (op) {
  81. $('#SourceSnShipDate').val(value);
  82. }
  83. }
  84. });
  85. //excel导入
  86. excel = layui.excel;
  87. $('#ExcelFile').change(function (e) {
  88. var files = e.target.files;
  89. excel.importExcel(files, { }, function (data) {
  90. ExcelData = data[0].sheet1;
  91. });
  92. });
  93. //监听单元格编辑
  94. table.on('edit(LAY-list-manage)', function(obj){
  95. var value = obj.value //得到修改后的值
  96. ,data = obj.data //得到所在行所有键值
  97. ,field = obj.field; //得到字段
  98. if(field == "Sort"){
  99. $.ajax({
  100. type: "POST",
  101. url: "/Admin/UserSnDelayChange/Sort?r=" + Math.random(1),
  102. data: "Id=" + data.Id + "&Sort=" + value,
  103. dataType: "text",
  104. success: function (data) {
  105. }
  106. });
  107. }
  108. });
  109. //列表数据
  110. table.render({
  111. elem: '#LAY-list-manage'
  112. , url: '/Admin/UserSnDelayChange/IndexData' //模拟接口
  113. , cols: [[
  114. { type: 'checkbox', fixed: 'left' }
  115. , {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
  116. ,{field:'UserId', width: 200, title:'创客', sort: true}
  117. ,{field:'CreateDate', width: 200, title:'创建时间', sort: true}
  118. ,{field:'BrandId', width: 200, title:'品牌', sort: true}
  119. ,{field:'ChangeRecordNo', width: 200, title:'变更记录单号', sort: true}
  120. ,{field:'SnNo', width: 200, title:'SN编号', sort: true}
  121. ,{field:'SnType', width: 200, title:'SN机具类型', sort: true}
  122. ,{field:'SnStoreId', width: 200, title:'发货仓库', sort: true}
  123. ,{field:'InitCycleDate', width: 200, title:'初始循环截止时间', sort: true}
  124. ,{field:'BeforeEndCycleDate', width: 200, title:'变动前循环截止时间', sort: true}
  125. ,{field:'AfterEndCycleDate', width: 200, title:'变动后循环截止时间', sort: true}
  126. ,{field:'RecUserId', width: 200, title:'招募创客', sort: true}
  127. ,{field:'SnDelayDay', width: 200, title:'机具延时天数', sort: true}
  128. ,{field:'ActivityRuleId', width: 200, title:'拉新活动', sort: true}
  129. ,{field:'SourceSnNo', width: 200, title:'源SN编号', sort: true}
  130. ,{field:'SourceSnType', width: 200, title:'源SN类型', sort: true}
  131. ,{field:'SourceSnShipDate', width: 200, title:'源SN发货时间', sort: true}
  132. ,{field:'SourceStoreId', width: 200, title:'源SN发货你仓库', sort: true}
  133. , {field:'Sort', fixed: 'right', title:'排序', width:80, edit: 'text'}
  134. , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
  135. ]]
  136. , where: {
  137. }
  138. , page: true
  139. , limit: 30
  140. , height: 'full-220'
  141. , text: '对不起,加载出现异常!'
  142. , done: function (res, curr, count) {
  143. $(".layui-none").text("无数据");
  144. }
  145. });
  146. //监听工具条
  147. table.on('tool(LAY-list-manage)', function (obj) {
  148. var data = obj.data;
  149. if (obj.event === 'del') {
  150. var index = layer.confirm('确定要删除吗?删除后不能恢复!', function (index) {
  151. $.ajax({
  152. type: "POST",
  153. url: "/Admin/UserSnDelayChange/Delete?r=" + Math.random(1),
  154. data: "Id=" + data.Id,
  155. dataType: "text",
  156. success: function (data) {
  157. if (data == "success") {
  158. obj.del();
  159. layer.close(index);
  160. } else {
  161. parent.layer.msg(data);
  162. }
  163. }
  164. });
  165. });
  166. } else if (obj.event === 'edit') {
  167. var tr = $(obj.tr);
  168. var perContent = layer.open({
  169. type: 2
  170. , title: '创客机具延迟变动明细表-编辑'
  171. , content: 'Edit?Id=' + data.Id + ''
  172. , maxmin: true
  173. , area: ['500px', '450px']
  174. , btn: ['确定', '取消']
  175. , yes: function (index, layero) {
  176. var iframeWindow = window['layui-layer-iframe' + index]
  177. , submitID = 'LAY-list-front-submit'
  178. , submit = layero.find('iframe').contents().find('#' + submitID);
  179. setTimeout(function () {
  180. layero.find('iframe').contents().find('.layui-tab-item').each(function (i) {
  181. var errObj = $(this).find('.layui-form-danger');
  182. if (errObj.length > 0) {
  183. iframeWindow.element.tabChange('mytabbar', String(i + 1));
  184. submit.click();
  185. }
  186. });
  187. }, 300);
  188. //监听提交
  189. iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) {
  190. var field = data.field; //获取提交的字段
  191. var userdata = "";
  192. for (var prop in field) {
  193. userdata += prop + "=" + encodeURIComponent(field[prop]) + "&";
  194. }
  195. //提交 Ajax 成功后,静态更新表格中的数据
  196. //$.ajax({});
  197. $.ajax({
  198. type: "POST",
  199. url: "/Admin/UserSnDelayChange/Edit?r=" + Math.random(1),
  200. data: userdata,
  201. dataType: "text",
  202. success: function (data) {
  203. layer.close(index); //关闭弹层
  204. if (data == "success") {
  205. table.reload('LAY-list-manage'); //数据刷新
  206. } else {
  207. layer.msg(data);
  208. }
  209. }
  210. });
  211. });
  212. submit.trigger('click');
  213. }
  214. , success: function (layero, index) {
  215. }
  216. });
  217. layer.full(perContent);
  218. }
  219. });
  220. //监听搜索
  221. form.on('submit(LAY-list-front-search)', function (data) {
  222. var field = data.field;
  223. //执行重载
  224. table.reload('LAY-list-manage', {
  225. where: field
  226. });
  227. });
  228. form.on('submit(LAY-list-front-searchall)', function (data) {
  229. table.reload('LAY-list-manage', {
  230. where: null
  231. });
  232. });
  233. //事件
  234. var active = {
  235. batchdel: function () {
  236. var checkStatus = table.checkStatus('LAY-list-manage')
  237. , data = checkStatus.data; //得到选中的数据
  238. if (data.length < 1) {
  239. parent.layer.msg("请选择要删除的项");
  240. } else {
  241. var ids = "";
  242. $.each(data, function (index, value) {
  243. ids += data[index].Id + ",";
  244. });
  245. ids = ids.substring(0, ids.length - 1);
  246. var index = layer.confirm('确定要删除吗?删除后不能恢复!', function (index) {
  247. $.ajax({
  248. type: "POST",
  249. url: "/Admin/UserSnDelayChange/Delete?r=" + Math.random(1),
  250. data: "Id=" + ids,
  251. dataType: "text",
  252. success: function (data) {
  253. layer.close(index);
  254. if (data == "success") {
  255. table.reload('LAY-list-manage');
  256. } else {
  257. layer.msg(data);
  258. }
  259. }
  260. });
  261. });
  262. }
  263. }
  264. , add: function () {
  265. var perContent = layer.open({
  266. type: 2
  267. , title: '创客机具延迟变动明细表-添加'
  268. , content: 'Add'
  269. , maxmin: true
  270. , area: ['500px', '450px']
  271. , btn: ['确定', '取消']
  272. , yes: function (index, layero) {
  273. var iframeWindow = window['layui-layer-iframe' + index]
  274. , submitID = 'LAY-list-front-submit'
  275. , submit = layero.find('iframe').contents().find('#' + submitID);
  276. setTimeout(function () {
  277. layero.find('iframe').contents().find('.layui-tab-item').each(function (i) {
  278. var errObj = $(this).find('.layui-form-danger');
  279. if (errObj.length > 0) {
  280. iframeWindow.element.tabChange('mytabbar', String(i + 1));
  281. submit.click();
  282. }
  283. });
  284. }, 300);
  285. //监听提交
  286. iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) {
  287. var field = data.field; //获取提交的字段
  288. var userdata = "";
  289. for (var prop in field) {
  290. userdata += prop + "=" + encodeURIComponent(field[prop]) + "&";
  291. }
  292. //提交 Ajax 成功后,静态更新表格中的数据
  293. //$.ajax({});
  294. $.ajax({
  295. type: "POST",
  296. url: "/Admin/UserSnDelayChange/Add?r=" + Math.random(1),
  297. data: userdata,
  298. dataType: "text",
  299. success: function (data) {
  300. layer.close(index); //关闭弹层
  301. if (data == "success") {
  302. table.reload('LAY-list-manage'); //数据刷新
  303. } else {
  304. layer.msg(data);
  305. }
  306. }
  307. });
  308. });
  309. submit.trigger('click');
  310. }
  311. });
  312. layer.full(perContent);
  313. }
  314. , ImportData: function () {
  315. ExcelKind = 1;
  316. layer.open({
  317. type: 1,
  318. title: '导入',
  319. maxmin: false,
  320. area: ['460px', '280px'],
  321. content: $('#excelForm'),
  322. cancel: function () {
  323. }
  324. });
  325. $("#excelTemp").html('<a href="/excelfile/模板文件.xlsx">点击下载模板文件</a>');
  326. }
  327. , ExportExcel: function () {
  328. var userdata = '';
  329. $(".layuiadmin-card-header-auto input").each(function (i) {
  330. userdata += $(this).attr('name') + '=' + encodeURIComponent($(this).val()) + '&';
  331. });
  332. $(".layuiadmin-card-header-auto select").each(function (i) {
  333. userdata += $(this).attr('name') + '=' + encodeURIComponent($(this).val()) + '&';
  334. });
  335. $.ajax({
  336. type: "GET",
  337. url: "/Admin/UserSnDelayChange/ExportExcel?r=" + Math.random(1),
  338. data: userdata,
  339. dataType: "json",
  340. success: function (data) {
  341. data.Obj.unshift(data.Fields);
  342. excel.exportExcel(data.Obj, data.Info, 'xlsx');
  343. }
  344. });
  345. }
  346. , Open: function () {
  347. var checkStatus = table.checkStatus('LAY-list-manage')
  348. , data = checkStatus.data; //得到选中的数据
  349. if(data.length < 1){
  350. parent.layer.msg("请选择要开启的项");
  351. }else{
  352. var ids = "";
  353. $.each(data, function (index, value) {
  354. ids += data[index].Id + ",";
  355. });
  356. ids = ids.substring(0, ids.length - 1);
  357. var index = layer.confirm('确定要开启吗?', function (index) {
  358. $.ajax({
  359. type: "POST",
  360. url: "/Admin/UserSnDelayChange/Open?r=" + Math.random(1),
  361. data: "Id=" + ids,
  362. dataType: "text",
  363. success: function (data) {
  364. layer.close(index);
  365. if (data == "success") {
  366. table.reload('LAY-list-manage');
  367. } else {
  368. layer.msg(data);
  369. }
  370. }
  371. });
  372. });
  373. }
  374. }
  375. , Close: function () {
  376. var checkStatus = table.checkStatus('LAY-list-manage')
  377. , data = checkStatus.data; //得到选中的数据
  378. if(data.length < 1){
  379. parent.layer.msg("请选择要关闭的项");
  380. }else{
  381. var ids = "";
  382. $.each(data, function (index, value) {
  383. ids += data[index].Id + ",";
  384. });
  385. ids = ids.substring(0, ids.length - 1);
  386. var index = layer.confirm('确定要关闭吗?', function (index) {
  387. $.ajax({
  388. type: "POST",
  389. url: "/Admin/UserSnDelayChange/Close?r=" + Math.random(1),
  390. data: "Id=" + ids,
  391. dataType: "text",
  392. success: function (data) {
  393. layer.close(index);
  394. if (data == "success") {
  395. table.reload('LAY-list-manage');
  396. } else {
  397. layer.msg(data);
  398. }
  399. }
  400. });
  401. });
  402. }
  403. }
  404. };
  405. $('.layui-btn').on('click', function () {
  406. var type = $(this).data('type');
  407. active[type] ? active[type].call(this) : '';
  408. });
  409. });