自动化立体仓库 - WMS系统
#
LSH
2024-03-12 74a7cebb0cff795a79078756bc36c14ea14318f4
#
3个文件已修改
10 ■■■■■ 已修改文件
src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/rowLastno/rowLastno.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/rowLastno/rowLastno_detail.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -10,7 +10,7 @@
    enabled: false
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://192.168.4.15:1433;databasename=gdykasrs
    url: jdbc:sqlserver://127.0.0.1:1433;databasename=ahyxasrs
    username: sa
    password: sa@123
  mvc:
src/main/webapp/static/js/rowLastno/rowLastno.js
@@ -26,6 +26,7 @@
            ,{field: 'currentRow', align: 'center',title: '当前排号', style: 'color: #AA3130;font-weight: bold'}
            ,{field: 'eRow', align: 'center',title: '终止排号'}
            ,{field: 'crnQty', align: 'center',title: '堆垛机数量'}
            ,{field: 'staNoList', align: 'center',title: '站点集合'}
            ,{field: 'memo', align: 'center',title: '备注'}
            ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
            ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true}
@@ -327,6 +328,7 @@
            sRow: $('#sRow').val(),
            eRow: $('#eRow').val(),
            crnQty: $('#crnQty').val(),
            staNoList: $('#staNoList').val(),
            memo: $('#memo').val(),
            modiUser: $('#modiUser').val(),
            modiTime: top.strToDate($('#modiTime\\$').val()),
src/main/webapp/views/rowLastno/rowLastno_detail.html
@@ -60,6 +60,12 @@
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">站点集合(;):</label>
            <div class="layui-input-inline">
                <input id="staNoList" class="layui-input" type="text">
            </div>
        </div>
        <div class="layui-inline"  style="width:31%;">
            <label class="layui-form-label">备  注:</label>
            <div class="layui-input-inline">
                <input id="memo" class="layui-input" type="text">