chengsc
2024-10-18 f2b3c45b78bb9fc021869c4ae35e6de039b50bbf
HTML/views/SOSetting/ComBoxInfo.html
@@ -83,7 +83,7 @@
                                infoOptions.page = {
                                    curr: 1
                                }
                                tableIns = table.render(infoOptions);
                                table.render(infoOptions);
                            }
                            else { //不成功
                                layer.msg('获取箱码明细列表信息失败!', {
@@ -97,7 +97,8 @@
                // 表单需要的变量
            var infoOptions = {
               elem: '#LAY-app-content-list',
               height: h1,
               // height: h1,
               height: 'full-100',
               id: 'LAY-app-content-list',
               page: true,
               limit: pageCnt,
@@ -131,7 +132,7 @@
                     field: 'CreateUserName', align: 'center', title: '创建人', width: 120,
                  },
                  {
                     field: 'CreateTime', align: 'center', title: '创建时间', width: 165,
                     field: 'CreateTime', align: 'center', title: '拣货时间', width: 165,
                     templet: function (d) {
                        return formatDate(d.CreateTime);
                     },