自动化立体仓库 - WMS系统
#
vincent
2020-05-25 dd0b01f3be85e9d8783e7266ffe6dee50dace7cd
#
6个文件已修改
29 ■■■■ 已修改文件
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/css/common.css 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/operateLog/operateLog.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/stkPlcm/stkPlcm.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/user/user.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -3,8 +3,8 @@
spring:
  application:
    name: @pom.artifactId@
#    name:
#    name: @pom.artifactId@
    name:
  datasource:
    # mysql
#    driver-class-name: com.mysql.jdbc.Driver
src/main/webapp/static/css/common.css
@@ -79,6 +79,7 @@
.layui-table-tool {
    /*background-color: #fff;*/
}
/* table (换行/详情)显示控制 */
.layui-table-cell {
    font-size:14px;
    padding:0 5px;
@@ -87,6 +88,9 @@
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;
}
.layui-table-grid-down {
    display: none;
}
/*详情*/
@@ -172,11 +176,6 @@
    display: none;
}
#btn-into {
    display: none;
}
/*layui table 详情按钮*/
.layui-table-grid-down {
    display: none;
}
src/main/webapp/static/js/common.js
@@ -1,7 +1,7 @@
// 生产
var baseUrl = "/asrs";
// var baseUrl = "/asrs";
// 测试
// var baseUrl = "";
var baseUrl = "";
// 详情窗口-高度
src/main/webapp/static/js/operateLog/operateLog.js
@@ -17,8 +17,8 @@
        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'}
src/main/webapp/static/js/stkPlcm/stkPlcm.js
@@ -21,7 +21,7 @@
            ,{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: '工作档时间'}
src/main/webapp/static/js/user/user.js
@@ -18,12 +18,12 @@
        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: '状态'}