chengsc
2024-10-17 26356a0e6472be4620651adceddda0e38c78fffa
HTML/views/ASNSetting/BoxInfo.html
@@ -36,14 +36,14 @@
   </style>
   <script>
      // 这里是需要在页面渲染之前执行的代码
      document.addEventListener("DOMContentLoaded", function() {
      document.addEventListener("DOMContentLoaded", function () {
         //获取table默认显示数
         pageCntFirst();
         //判断是否开启table列表列宽调整功能。
         GetIsSetColW();
      });
     </script>
   </script>
</head>
@@ -82,10 +82,10 @@
                  </div>
               </div>
               <div class="layui-inline" style="margin-right: 0;">
                  <label class="layui-form-label" style="width: 60px;">批次号</label>
                  <label class="layui-form-label" style="width: 60px;">进厂编号</label>
                  <div class="layui-input-inline" style="margin-right: 0;">
                     <div class="layui-input-inline" style="margin-right: 0;">
                        <input type="text" id="LotNo" name="LotNo" placeholder="批次号" autocomplete="off"
                        <input type="text" id="LotNo" name="LotNo" placeholder="进厂编号" autocomplete="off"
                           class="layui-input">
                     </div>
                  </div>
@@ -213,7 +213,7 @@
                  {{ GetBtn7(d) }}
               </script>
               <!-- #endregion -->
            </div>
            </div>
            <script type="text/html" id="toolbarDemo">
               <button style="margin-right: 5px;" class="layui-btn layui-btn-sm layuiadmin-btn-list addClass" lay-event="add" >
@@ -271,14 +271,14 @@
         // 搜索方法
         form.on('submit(LAY-app-contlist-search)', function (data) {
            bindTable();
         });
            bindTable();
         });
         // 页面加载绑定Table
         bindTable();
         // 添加导入按钮单机事件
         table.on('toolbar(Box-list)', function (obj) {
            switch (obj.event) {
@@ -300,11 +300,11 @@
                              icon: 2,
                              time: 2000 //2秒关闭(如果不配置,默认是3秒)
                           }, function () { doing = true });
                        }
                        }
                     });
                  }
                  break;
               default: break;
            }
         });
@@ -349,195 +349,42 @@
         // 查询录入的箱支关系
         //#region 自定义表头
         var TotalColsArr = [[
                  {field: 'BoxNo',title: '箱号',align: 'center',fixed: 'left',width: 220, "disabled": true},
                  {field: 'BoxNo2',title: '盒号',align: 'center',fixed: 'left'},
                  {field: 'BoxNo3',title: '支号',align: 'center',fixed: 'left',width: 220, "disabled": true},
                  {field: 'SkuNo',title: '物料编码',align: 'center',fixed: 'left',width: 140, "disabled": true},
                  {field: 'SkuName',title: '物料名称',align: 'center',fixed: 'left',width: 240, "disabled": true},
                  {field: 'LotNo',title: '批次号',align: 'center',width: 155,},
                  {field: 'Qty',title: '数量',align: 'center',width: 100,},
                  {field: 'LotText',title: '批次描述',align: 'center',width: 165},
                  {field: 'ProductionTime',title: '生产日期',align: 'center',width: 160,templet: '#templetProductionTime'},
                  {field: 'ExpirationTime',title: '过期日期',align: 'center',width: 160,templet: '#templetExpirationTime'},
                  {field: 'SupplierLot',title: '供货批次',align: 'center',width: 155},
                  {field: 'InspectMark',title: '抽检标记',align: 'center',templet: '#templetInspectMark',width: 90},
                  {field: 'BitBoxMark',title: '零箱标记',align: 'center',templet: '#templetBitBoxMark',width: 90},
                  {field: 'Origin',title: '来源',align: 'center',},
                  {field: 'CreateUserName',title: '创建人',align: 'center',width: 100},
                  {field: 'CreateTime',title: '创建时间',align: 'center',width: 160,templet: '#templetCreateTime'},
                  {field:'caozuo',title: '操作',fixed: 'right',width: 100,align: 'center',toolbar: '#toolbarDemoList', "disabled": true}
               ]];
         var TotalColsSysArr=encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
            { field: 'BoxNo', title: '箱号', align: 'center', fixed: 'left', width: 220, "disabled": true },
            { field: 'BoxNo2', title: '盒号', align: 'center', fixed: 'left' },
            { field: 'BoxNo3', title: '支号', align: 'center', fixed: 'left', width: 220, "disabled": true },
            { field: 'SkuNo', title: '物料编码', align: 'center', fixed: 'left', width: 140, "disabled": true },
            { field: 'SkuName', title: '物料名称', align: 'center', fixed: 'left', width: 240, "disabled": true },
            { field: 'LotNo', title: '进厂编号', align: 'center', width: 155, },
            { field: 'Qty', title: '数量', align: 'center', width: 100, },
            { field: 'LotText', title: '批次描述', align: 'center', width: 165 },
            { field: 'ProductionTime', title: '生产日期', align: 'center', width: 160, templet: '#templetProductionTime' },
            { field: 'ExpirationTime', title: '过期日期', align: 'center', width: 160, templet: '#templetExpirationTime' },
            { field: 'SupplierLot', title: '原厂批号', align: 'center', width: 155 },
            { field: 'InspectMark', title: '抽检标记', align: 'center', templet: '#templetInspectMark', width: 90 },
            { field: 'BitBoxMark', title: '零箱标记', align: 'center', templet: '#templetBitBoxMark', width: 90 },
            { field: 'Origin', title: '来源', align: 'center', },
            { field: 'CreateUserName', title: '创建人', align: 'center', width: 100 },
            { field: 'CreateTime', title: '创建时间', align: 'center', width: 160, templet: '#templetCreateTime' },
            { field: 'caozuo', title: '操作', fixed: 'right', width: 100, align: 'center', toolbar: '#toolbarDemoList', "disabled": true }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
         //#endregion
         function bindTable() {
            //#region 原始非自定义列
            // var param = {
            //    BoxNo: $("#BoxNo").val(),
            //    // BoxNo2: $("#BoxNo2").val(),
            //    BoxNo3: $("#BoxNo3").val(),
            //    SkuNo: $("#SkuNo").val(),
            //    LotNo: $("#LotNo").val(),
            //    LotText: $("#LotText").val(),
            //    ProductionTime: $("#ProductionTime").val(),
            //    InspectMark: $("#InspectMark").val(),
            //    BitBoxMark: $("#BitBoxMark").val(),
            //    // Origin: "录入",
            // };
            // table.render({
            //    elem: '#Box-list',
            //    url: IP + "/BllAsn/GetBllBoxInfoList",
            //    method: 'POST',
            //    height: 'full-136',
            //    id: 'Box-list',
            //    where: param,
            //    contentType: 'application/json',
            //    toolbar: '#toolbarDemo',
            //    defaultToolbar: [], //'filter','print', 'exports'
            //    headers: { ToKen: $.cookie('token') },
            //    page: true,
            //    even: true,
            //    limit: pageCnt,
            //    limits: pageLimits,
            //    cellMinWidth: 60, //全局定义常规单元格的最小宽度,layui 2.2.1 新增
            //    done: function (res) {
            //       setRight();
            //    },
            //    cols: [
            //       [{
            //          field: 'BoxNo',
            //          title: '箱号',
            //          align: 'center',
            //          fixed: 'left',
            //          width: 220
            //       }, {
            //          field: 'BoxNo2',
            //          title: '盒号',
            //          align: 'center',
            //          fixed: 'left',
            //          hide:true
            //       }, {
            //          field: 'BoxNo3',
            //          title: '支号',
            //          align: 'center',
            //          fixed: 'left',
            //          width: 220
            //       }, {
            //          field: 'SkuNo',
            //          title: '物料编码',
            //          align: 'center',
            //          fixed: 'left',
            //          width: 140
            //       }, {
            //          field: 'SkuName',
            //          title: '物料名称',
            //          align: 'center',
            //          fixed: 'left',
            //          width: 240
            //       }, {
            //          field: 'LotNo',
            //          title: '批次号',
            //          align: 'center',
            //          width: 155,
            //       }, {
            //          field: 'Qty',
            //          title: '数量',
            //          align: 'center',
            //          width: 100,
            //       }, {
            //          field: 'LotText',
            //          title: '批次描述',
            //          align: 'center',
            //          width: 165
            //       }, {
            //          field: 'ProductionTime',
            //          title: '生产日期',
            //          align: 'center',
            //          width: 160,
            //          templet: function (d) {
            //             return formatDate2(d.ProductionTime);
            //          }
            //       }, {
            //          field: 'ExpirationTime',
            //          title: '过期日期',
            //          align: 'center',
            //          width: 160,
            //          templet: function (d) {
            //             return formatDate2(d.ExpirationTime);
            //          }
            //       }, {
            //          field: 'SupplierLot',
            //          title: '供货批次',
            //          align: 'center',
            //          width: 155
            //       }, {
            //          field: 'InspectMark',
            //          title: '抽检标记',
            //          align: 'center',
            //          templet: function (d) {
            //             switch (d.InspectMark) {
            //                case "0": return '<button class="layui-btn layui-btn-radius layui-btn-xs">否</button>';
            //                case "1": return '<button class="layui-btn layui-btn-radius layui-btn-xs layui-btn-danger ">是</button>';
            //                default: return "";
            //             }
            //          },
            //          width: 90
            //       }, {
            //          field: 'BitBoxMark',
            //          title: '零箱标记',
            //          align: 'center',
            //          templet: function (d) {
            //             switch (d.BitBoxMark) {
            //                case "0": return '<button class="layui-btn layui-btn-radius layui-btn-xs">否</button>';
            //                case "1": return '<button class="layui-btn layui-btn-radius layui-btn-xs layui-btn-danger">是</button>';
            //                default: return "";
            //             }
            //          },
            //          width: 90
            //       }, {
            //          field: 'Origin',
            //          title: '来源',
            //          align: 'center',
            //       }, {
            //          field: 'CreateUserName',
            //          title: '创建人',
            //          align: 'center',
            //          width: 100
            //       }, {
            //          field: 'CreateTime',
            //          title: '创建时间',
            //          align: 'center',
            //          width: 160,
            //          templet: function (d) {
            //             return formatDate(d.CreateTime);
            //          }
            //       }, {
            //          title: '操作',
            //          fixed: 'right',
            //          width: 100,
            //          align: 'center',
            //          toolbar: '#toolbarDemoList'
            //       }]
            //    ],
            // });
            //#endregion
            //#region 自定义表头
            var colsJson
            var param1={
               Href:'BllAsn/GetBllBoxInfoList'
            var param1 = {
               Href: 'BllAsn/GetBllBoxInfoList'
            };
            sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function(res) {
               if (res.code == 0){
                  if(res.data=='' || res.data==undefined || res.data==null){
                     colsJson=TotalColsArr
                  }else{
                     colsJson= eval(res.data);
            sendData(IP + "/Sys/GetTableColsByUserId", param1, 'post', function (res) {
               if (res.code == 0) {
                  if (res.data == '' || res.data == undefined || res.data == null) {
                     colsJson = TotalColsArr
                  } else {
                     colsJson = eval(res.data);
                  }
               }else{
                  colsJson=TotalColsArr
               } else {
                  colsJson = TotalColsArr
               }
               var param = {
                  BoxNo: $("#BoxNo").val(),
@@ -549,7 +396,7 @@
                  ProductionTime: $("#ProductionTime").val(),
                  InspectMark: $("#InspectMark").val(),
                  BitBoxMark: $("#BitBoxMark").val(),
                  // Origin: "录入",
                  Origin: "录入;导入;赋码",
               };
               table.render({
                  elem: '#Box-list',
@@ -570,7 +417,7 @@
                  done: function (res) {
                     setRight();
                     //自定义列宽
                     SetTableColW('Box-list','BllAsn/GetBllBoxInfoList',TotalColsSysArr);
                     SetTableColW('Box-list', 'BllAsn/GetBllBoxInfoList', TotalColsSysArr);
                  },
                  cols: colsJson
               });
@@ -616,7 +463,7 @@
            $(function () {
               $(".addClass").hide();
               $(".DaoRuClass").hide();
               $(".delClass").hide();
               $(".delClass").hide();
            });
            sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function (res) {
               if (res.code == 0) { //成功 
@@ -633,7 +480,7 @@
                     }
                     if (res.data[k].MenuName == "删除箱支录入") {
                        $(function () {
                           $(".delClass").show();
                           $(".delClass").show();
                        });
                     }
                  }
@@ -678,7 +525,7 @@
               return msg;
            }
            if ($("#LotNo").val() == "") {
               layer.msg("请输入批次号!", {
               layer.msg("请输入进厂编号!", {
                  icon: 2,
                  time: 2000 //2秒关闭(如果不配置,默认是3秒)
               });
@@ -723,7 +570,7 @@
                     'BoxNo3': 'C', //支号
                     'Qty': 'D', //数量
                     'SkuNo': 'E', //物料号
                     'LotNo': 'F', //批次
                     'LotNo': 'F', //进厂编号
                     'LotText': 'G', //批次描述
                     'ProductionTime': 'H', //生产日期
                     'InspectMark': 'I',  //检验标记
@@ -782,17 +629,17 @@
                              doing = true
                           });
                        } else { //不成功
                           if(res.msg==undefined){
                           if (res.msg == undefined) {
                              layer.msg("后台正在导入中,请稍后查看结果", {
                                 icon: 2,
                                 time: 3000 //2秒关闭(如果不配置,默认是3秒)
                              }, function () { bindTable();doing = true });
                           }else{
                              }, function () { bindTable(); doing = true });
                           } else {
                              layer.msg(res.msg, {
                                 icon: 2,
                                 time: 2000 //2秒关闭(如果不配置,默认是3秒)
                              }, function () { bindTable();doing = true });
                           }
                              }, function () { bindTable(); doing = true });
                           }
                        }
                     });
                  });
@@ -806,18 +653,18 @@
         //#region 自定义表头
         //自定义表头         
         active = {
            customCols: function(){
            customCols: function () {
               layer.open({
                  type: 2,
                  title: '自定义列',
                  content: '../SystemSettings/HeaderSetting.html?Href=BllAsn/GetBllBoxInfoList&ColsSysArr='+TotalColsSysArr,
                  content: '../SystemSettings/HeaderSetting.html?Href=BllAsn/GetBllBoxInfoList&ColsSysArr=' + TotalColsSysArr,
                  maxmin: false,
                  resize: false,
                  area: ['970px', '650px']
               });
            },
         };
         $('.layui-btn').on('click', function() {
         $('.layui-btn').on('click', function () {
            var type = $(this).data('type');
            active[type] ? active[type].call(this) : '';
         });