PreSendStockDetail_Admin.js 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. var ExcelData, ExcelKind;
  2. function ConfirmImport() {
  3. $.ajax({
  4. type: "POST",
  5. url: "/Admin/PreSendStockDetail/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: 'date',
  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 layApplyDate = laydate.render({
  59. elem: '#ApplyDate',
  60. trigger: 'click',
  61. type: 'date',
  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. layApplyDate.hint('日期范围请不要超过1个月');
  69. setTimeout(function () {
  70. $(".laydate-btns-confirm").addClass("laydate-disabled");
  71. }, 1);
  72. }
  73. } else {
  74. op = false;
  75. layApplyDate.hint('日期范围请不要超过1个月');
  76. setTimeout(function () {
  77. $(".laydate-btns-confirm").addClass("laydate-disabled");
  78. }, 1);
  79. }
  80. if (op) {
  81. $('#ApplyDate').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/PreSendStockDetail/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/PreSendStockDetail/IndexData' //模拟接口
  113. , cols: [[
  114. { type: 'checkbox', fixed: 'left' }
  115. , { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
  116. // , { field: 'StoreIdStoreName', width: 200, title: '仓库名称', sort: true }
  117. // , { field: 'StoreIdStoreNo', width: 200, title: '仓库编号', sort: true }
  118. , { field: 'CreateDate', width: 200, title: '创建时间', sort: true }
  119. , { field: 'BrandId', width: 200, title: '产品类型', sort: true }
  120. , { field: 'SnNo', width: 200, title: 'SN编号', sort: true }
  121. // , { field: 'SnId', width: 200, title: 'SNID', sort: true }
  122. , { field: 'ToUserIdMakerCode', width: 200, title: '收货人创客编号', sort: true }
  123. , { field: 'ToUserIdRealName', width: 200, title: '收货人真实姓名', sort: true }
  124. // , { field: 'ToStoreIdStoreNo', width: 200, title: '收货仓库编号', sort: true }
  125. // , { field: 'ToStoreIdStoreName', width: 200, title: '收货仓库名称', sort: true }
  126. // , { field: 'SourceStoreIdStoreNo', width: 200, title: '源仓库编号', sort: true }
  127. // , { field: 'SourceStoreIdStoreName', width: 200, title: '源仓库名称', sort: true }
  128. , { field: 'ApplyFlagName', width: 200, title: '申请标记', sort: true }
  129. , { field: 'ApplyDate', width: 200, title: '申请时间', sort: true }
  130. , { field: 'FromUserIdMakerCode', width: 200, title: '出货创客编号', sort: true }
  131. , { field: 'FromUserIdRealName', width: 200, title: '出货创客真实姓名', sort: true }
  132. , { field: 'FromStoreIdStoreNo', width: 200, title: '出货仓库编号', sort: true }
  133. , { field: 'FromStoreIdStoreName', width: 200, title: '出货仓库名称', sort: true }
  134. , { field: 'CancelFlagName', width: 200, title: '撤回标记', sort: true }
  135. , { field: 'CancelDate', width: 200, title: '撤回时间', sort: true }
  136. // , { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }s
  137. , { title: '操作', width: 180, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
  138. ]]
  139. , where: {
  140. StoreId: StoreId
  141. }
  142. , page: true
  143. , limit: 30
  144. , height: 'full-220'
  145. , text: '对不起,加载出现异常!'
  146. , done: function (res, curr, count) {
  147. $(".layui-none").text("无数据");
  148. }
  149. });
  150. //监听工具条
  151. table.on('tool(LAY-list-manage)', function (obj) {
  152. var data = obj.data;
  153. if (obj.event === 'del') {
  154. var index = layer.confirm('确定要删除吗?删除后不能恢复!', function (index) {
  155. $.ajax({
  156. type: "POST",
  157. url: "/Admin/PreSendStockDetail/Delete?r=" + Math.random(1),
  158. data: "Id=" + data.Id,
  159. dataType: "text",
  160. success: function (data) {
  161. if (data == "success") {
  162. obj.del();
  163. layer.close(index);
  164. } else {
  165. parent.layer.msg(data);
  166. }
  167. }
  168. });
  169. });
  170. } else if (obj.event === 'edit') {
  171. var tr = $(obj.tr);
  172. var perContent = layer.open({
  173. type: 2
  174. , title: '预发货库存明细-编辑'
  175. , content: 'Edit?Id=' + data.Id + '&StoreId=' + StoreId + ''
  176. , maxmin: true
  177. , area: ['500px', '450px']
  178. , btn: ['确定', '取消']
  179. , yes: function (index, layero) {
  180. var iframeWindow = window['layui-layer-iframe' + index]
  181. , submitID = 'LAY-list-front-submit'
  182. , submit = layero.find('iframe').contents().find('#' + submitID);
  183. setTimeout(function () {
  184. layero.find('iframe').contents().find('.layui-tab-item').each(function (i) {
  185. var errObj = $(this).find('.layui-form-danger');
  186. if (errObj.length > 0) {
  187. iframeWindow.element.tabChange('mytabbar', String(i + 1));
  188. submit.click();
  189. }
  190. });
  191. }, 300);
  192. //监听提交
  193. iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) {
  194. var field = data.field; //获取提交的字段
  195. var userdata = "";
  196. for (var prop in field) {
  197. userdata += prop + "=" + encodeURIComponent(field[prop]) + "&";
  198. }
  199. //提交 Ajax 成功后,静态更新表格中的数据
  200. //$.ajax({});
  201. $.ajax({
  202. type: "POST",
  203. url: "/Admin/PreSendStockDetail/Edit?r=" + Math.random(1),
  204. data: userdata,
  205. dataType: "text",
  206. success: function (data) {
  207. layer.close(index); //关闭弹层
  208. if (data == "success") {
  209. table.reload('LAY-list-manage'); //数据刷新
  210. } else {
  211. layer.msg(data);
  212. }
  213. }
  214. });
  215. });
  216. submit.trigger('click');
  217. }
  218. , success: function (layero, index) {
  219. }
  220. });
  221. layer.full(perContent);
  222. }
  223. });
  224. //监听搜索
  225. form.on('submit(LAY-list-front-search)', function (data) {
  226. var field = data.field;
  227. //执行重载
  228. table.reload('LAY-list-manage', {
  229. where: field,
  230. page: {
  231. curr: 1
  232. }
  233. });
  234. });
  235. form.on('submit(LAY-list-front-searchall)', function (data) {
  236. table.reload('LAY-list-manage', {
  237. where: null,
  238. page: {
  239. curr: 1
  240. }
  241. });
  242. });
  243. //事件
  244. var active = {
  245. batchdel: function () {
  246. var checkStatus = table.checkStatus('LAY-list-manage')
  247. , data = checkStatus.data; //得到选中的数据
  248. if (data.length < 1) {
  249. parent.layer.msg("请选择要删除的项");
  250. } else {
  251. var ids = "";
  252. $.each(data, function (index, value) {
  253. ids += data[index].Id + ",";
  254. });
  255. ids = ids.substring(0, ids.length - 1);
  256. var index = layer.confirm('确定要删除吗?删除后不能恢复!', function (index) {
  257. $.ajax({
  258. type: "POST",
  259. url: "/Admin/PreSendStockDetail/Delete?r=" + Math.random(1),
  260. data: "Id=" + ids,
  261. dataType: "text",
  262. success: function (data) {
  263. layer.close(index);
  264. if (data == "success") {
  265. table.reload('LAY-list-manage');
  266. } else {
  267. layer.msg(data);
  268. }
  269. }
  270. });
  271. });
  272. }
  273. }
  274. , add: function () {
  275. var perContent = layer.open({
  276. type: 2
  277. , title: '预发货库存明细-添加'
  278. , content: 'Add?StoreId=' + StoreId + ''
  279. , maxmin: true
  280. , area: ['500px', '450px']
  281. , btn: ['确定', '取消']
  282. , yes: function (index, layero) {
  283. var iframeWindow = window['layui-layer-iframe' + index]
  284. , submitID = 'LAY-list-front-submit'
  285. , submit = layero.find('iframe').contents().find('#' + submitID);
  286. setTimeout(function () {
  287. layero.find('iframe').contents().find('.layui-tab-item').each(function (i) {
  288. var errObj = $(this).find('.layui-form-danger');
  289. if (errObj.length > 0) {
  290. iframeWindow.element.tabChange('mytabbar', String(i + 1));
  291. submit.click();
  292. }
  293. });
  294. }, 300);
  295. //监听提交
  296. iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) {
  297. var field = data.field; //获取提交的字段
  298. var userdata = "";
  299. for (var prop in field) {
  300. userdata += prop + "=" + encodeURIComponent(field[prop]) + "&";
  301. }
  302. //提交 Ajax 成功后,静态更新表格中的数据
  303. //$.ajax({});
  304. $.ajax({
  305. type: "POST",
  306. url: "/Admin/PreSendStockDetail/Add?r=" + Math.random(1),
  307. data: userdata,
  308. dataType: "text",
  309. success: function (data) {
  310. layer.close(index); //关闭弹层
  311. if (data == "success") {
  312. table.reload('LAY-list-manage'); //数据刷新
  313. } else {
  314. layer.msg(data);
  315. }
  316. }
  317. });
  318. });
  319. submit.trigger('click');
  320. }
  321. });
  322. layer.full(perContent);
  323. }
  324. , ImportData: function () {
  325. ExcelKind = 1;
  326. layer.open({
  327. type: 1,
  328. title: '导入',
  329. maxmin: false,
  330. area: ['460px', '280px'],
  331. content: $('#excelForm'),
  332. cancel: function () {
  333. }
  334. });
  335. $("#excelTemp").html('<a href="/excelfile/模板文件.xlsx">点击下载模板文件</a>');
  336. }
  337. , ExportExcel: function () {
  338. var userdata = '';
  339. $(".layuiadmin-card-header-auto input").each(function (i) {
  340. userdata += $(this).attr('name') + '=' + encodeURIComponent($(this).val()) + '&';
  341. });
  342. $(".layuiadmin-card-header-auto select").each(function (i) {
  343. userdata += $(this).attr('name') + '=' + encodeURIComponent($(this).val()) + '&';
  344. });
  345. $.ajax({
  346. type: "GET",
  347. url: "/Admin/PreSendStockDetail/ExportExcel?r=" + Math.random(1),
  348. data: userdata,
  349. dataType: "json",
  350. success: function (data) {
  351. data.Obj.unshift(data.Fields);
  352. excel.exportExcel(data.Obj, data.Info, 'xlsx');
  353. }
  354. });
  355. }
  356. , Open: function () {
  357. var checkStatus = table.checkStatus('LAY-list-manage')
  358. , data = checkStatus.data; //得到选中的数据
  359. if (data.length < 1) {
  360. parent.layer.msg("请选择要开启的项");
  361. } else {
  362. var ids = "";
  363. $.each(data, function (index, value) {
  364. ids += data[index].Id + ",";
  365. });
  366. ids = ids.substring(0, ids.length - 1);
  367. var index = layer.confirm('确定要开启吗?', function (index) {
  368. $.ajax({
  369. type: "POST",
  370. url: "/Admin/PreSendStockDetail/Open?r=" + Math.random(1),
  371. data: "Id=" + ids,
  372. dataType: "text",
  373. success: function (data) {
  374. layer.close(index);
  375. if (data == "success") {
  376. table.reload('LAY-list-manage');
  377. } else {
  378. layer.msg(data);
  379. }
  380. }
  381. });
  382. });
  383. }
  384. }
  385. , Close: function () {
  386. var checkStatus = table.checkStatus('LAY-list-manage')
  387. , data = checkStatus.data; //得到选中的数据
  388. if (data.length < 1) {
  389. parent.layer.msg("请选择要关闭的项");
  390. } else {
  391. var ids = "";
  392. $.each(data, function (index, value) {
  393. ids += data[index].Id + ",";
  394. });
  395. ids = ids.substring(0, ids.length - 1);
  396. var index = layer.confirm('确定要关闭吗?', function (index) {
  397. $.ajax({
  398. type: "POST",
  399. url: "/Admin/PreSendStockDetail/Close?r=" + Math.random(1),
  400. data: "Id=" + ids,
  401. dataType: "text",
  402. success: function (data) {
  403. layer.close(index);
  404. if (data == "success") {
  405. table.reload('LAY-list-manage');
  406. } else {
  407. layer.msg(data);
  408. }
  409. }
  410. });
  411. });
  412. }
  413. }
  414. };
  415. $('.layui-btn').on('click', function () {
  416. var type = $(this).data('type');
  417. active[type] ? active[type].call(this) : '';
  418. });
  419. });