| | |
| | | |
| | | spring: |
| | | application: |
| | | name: @pom.artifactId@ |
| | | # name: |
| | | # name: @pom.artifactId@ |
| | | name: |
| | | datasource: |
| | | # mysql |
| | | # driver-class-name: com.mysql.jdbc.Driver |
| | |
| | | .layui-table-tool { |
| | | /*background-color: #fff;*/ |
| | | } |
| | | /* table (换行/详情)显示控制 */ |
| | | .layui-table-cell { |
| | | font-size:14px; |
| | | padding:0 5px; |
| | |
| | | text-overflow:inherit; |
| | | white-space:normal; |
| | | word-break: break-all; |
| | | } |
| | | .layui-table-grid-down { |
| | | display: none; |
| | | } |
| | | |
| | | /*详情*/ |
| | |
| | | display: none; |
| | | } |
| | | #btn-into { |
| | | display: none; |
| | | } |
| | | |
| | | /*layui table 详情按钮*/ |
| | | .layui-table-grid-down { |
| | | display: none; |
| | | } |
| | | |
| | |
| | | // 生产 |
| | | var baseUrl = "/asrs"; |
| | | // var baseUrl = "/asrs"; |
| | | // 测试 |
| | | // var baseUrl = ""; |
| | | var baseUrl = ""; |
| | | |
| | | |
| | | // 详情窗口-高度 |
| | |
| | | toolbar: '#toolbar', |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox', fixed: 'left'} |
| | | ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80} |
| | | ,{field: 'action', align: 'center',title: '访问地址'} |
| | | ,{field: 'userId$', align: 'center',title: '用户',event: 'userId', style: 'text-decoration: underline;cursor:pointer'} |
| | | ,{field: 'ip', edit:'text', align: 'center',title: '客户端IP'} |
| | |
| | | ,{field: 'ioTime$', align: 'center',title: '日期'} |
| | | ,{field: 'wrkNo', align: 'center',title: '工作号'} |
| | | ,{field: 'locNo$', align: 'center',title: '库位号',event: 'locNo', style: 'cursor:pointer'} |
| | | ,{field: 'crnError$', align: 'center',title: '异常码',event: 'crnError', style: 'cursor:pointer'} |
| | | ,{field: 'crnError$', align: 'center',title: '异常码'} |
| | | ,{field: 'modiTime$', align: 'center',title: '异常时间'} |
| | | ,{field: 'devNo$', align: 'center',title: '堆垛机号',event: 'devNo', style: 'cursor:pointer'} |
| | | ,{field: 'wrkTime$', align: 'center',title: '工作档时间'} |
| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | ,{field: 'hostName', align: 'center',title: '授权商户',event: 'Host', style: 'text-decoration: underline;cursor:pointer'} |
| | | ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80} |
| | | ,{field: 'hostName', align: 'center',title: '授权商户'} |
| | | ,{field: 'username', align: 'center',title: '账号'} |
| | | ,{field: 'mobile', align: 'center',title: '手机号'} |
| | | ,{field: 'password', align: 'center',title: '密码'} |
| | | ,{field: 'roleName', align: 'center',title: '角色',event: 'Role', style: 'text-decoration: underline;cursor:pointer'} |
| | | ,{field: 'roleName', align: 'center',title: '角色'} |
| | | ,{field: 'createTime$', align: 'center',title: '注册时间'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | | |