yuyou_x
2024-03-26 5b4f00ff3ea04a3246a8f6f86bdefe749fcfd0c4
HTML/views/SOSetting/ComBoxInfo.html
@@ -97,6 +97,7 @@
                // 表单需要的变量
            var infoOptions = {
               elem: '#LAY-app-content-list',
               // height: h1,
               height: 'full-100',
               id: 'LAY-app-content-list',
               page: true,
@@ -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);
                     },