| | |
| | | base: '../../layuiadmin/' //静态资源所在路径 |
| | | }).extend({ |
| | | index: 'lib/index' //主入口模块 |
| | | }).use(['index', 'form','table', 'laypage', 'layer', 'laydate'], function () { |
| | | }).use(['index', 'form', 'table', 'laypage', 'layer', 'laydate'], function () { |
| | | |
| | | var doing = true; |
| | | |
| | |
| | | // {field: 'Money',title: '金额',align: 'center',width: 65}, |
| | | { field: 'LotText', title: '批次描述', align: 'center', width: 120 }, |
| | | { field: 'PackagName', title: '包装名称', align: 'center', width: 110, }, |
| | | { field: 'IsBale', title: '是否裹包', align: 'center', width: 150 }, |
| | | { field: 'IsBelt', title: '是否打带', align: 'center', width: 150 }, |
| | | { field: 'UDF1', title: '自定义列1', align: 'center', width: 140 }, |
| | | { field: 'UDF2', title: '自定义列2', align: 'center', width: 140 }, |
| | | { field: 'UDF3', title: '自定义列3', align: 'center', width: 140 }, |
| | | { field: 'UDF4', title: '自定义列4', align: 'center', width: 140 }, |
| | | { field: 'UDF5', title: '自定义列5', align: 'center', width: 140, templet: '#templetUDF5' }, |
| | | { field: 'Lot1', title: '生产日期', align: 'center', width: 140 }, |
| | | { field: 'Lot2', title: '过期日期', align: 'center', width: 140 }, |
| | | // { field: 'IsBale', title: '是否裹包', align: 'center', width: 150 }, |
| | | // { field: 'IsBelt', title: '是否打带', align: 'center', width: 150 }, |
| | | // { field: 'UDF1', title: '自定义列1', align: 'center', width: 140 }, |
| | | // { field: 'UDF2', title: '自定义列2', align: 'center', width: 140 }, |
| | | // { field: 'UDF3', title: '自定义列3', align: 'center', width: 140 }, |
| | | // { field: 'UDF4', title: '自定义列4', align: 'center', width: 140 }, |
| | | // { field: 'UDF5', title: '自定义列5', align: 'center', width: 140, templet: '#templetUDF5' }, |
| | | { field: 'CreateUserName', title: '创建人', align: 'center', width: 100 }, |
| | | { field: 'CreateTime', title: '创建时间', align: 'center', width: 160, templet: '#templetCreateTime2' }, |
| | | { field: 'UpdateUserName', title: '修改人', align: 'center', width: 150, }, |