自动化立体仓库 - WMS系统
cl
6 天以前 7092fb3ca5c5a59fc31fe3bd8ae575542d91e806
明细创建时间
14个文件已修改
16 ■■■■■ 已修改文件
src/main/webapp/static/js/agvLocDetl/locDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/agvStoMan/stoQue.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/agvWrkDetl/wrkDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/agvWrkMast/wrkMast.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/allLocDetl/locDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/saas/locDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/stoMan/stoQue.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkDetl/wrkDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkMast/wrkMast.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/orderSettle/orderSettle.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/agvLocDetl/locDetl.js
@@ -57,6 +57,7 @@
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员',hide: true}
        ,{field: 'proddate$', align: 'center',title: '生产日期', hide:false}
        ,{field: 'deadline$', align: 'center',title: '到期日期', hide:false}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
        ,{field: 'modiTime$', align: 'center',title: '修改时间'}
        ,{field: 'stockFreeze', align: 'center',title: '库存冻结', templet: '#stockFreezeTpl'}
    )
src/main/webapp/static/js/agvStoMan/stoQue.js
@@ -204,6 +204,7 @@
            cols: [[
                // {type: 'checkbox'}
                {field: 'locNo$', align: 'center',title: '库位号'}
                ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
                ,{field: 'matnr', align: 'center',title: '物料'}
                ,{field: 'lgnum', align: 'center',title: '仓库号'}
                ,{field: 'tbnum', align: 'center',title: '转储请求编号'}
src/main/webapp/static/js/agvWrkDetl/wrkDetl.js
@@ -3,6 +3,7 @@
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
        ,{field: 'ioTime$', align: 'center',title: '工作时间', width: 160}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
    cols.push(
        //{field: 'suppCode', align: 'center',title: '料箱码'},
src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
@@ -3,6 +3,7 @@
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
        ,{field: 'ioTime$', align: 'center',title: '工作时间'}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
    cols.push(
        //{field: 'suppCode', align: 'center',title: '料箱码'},
src/main/webapp/static/js/agvWrkMast/wrkMast.js
@@ -614,6 +614,7 @@
                {type: 'checkbox'}
                ,{field: 'wrkNo', align: 'center',title: '工作号'}
                ,{field: 'ioTime$', align: 'center',title: '工作时间'}
                ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
                ,{field: 'matnr', align: 'center',title: '物料'}
                ,{field: 'lgnum', align: 'center',title: '仓库号'}
                ,{field: 'tbnum', align: 'center',title: '转储请求编号'}
src/main/webapp/static/js/allLocDetl/locDetl.js
@@ -20,6 +20,7 @@
        ,{field: 'price', align: 'center',title: '进项税', hide: true}
        ,{field: 'units', align: 'center',title: '销项税', hide: true}
        ,{field: 'memo', align: 'center',title: '备注', hide: true}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
src/main/webapp/static/js/common.js
@@ -249,6 +249,7 @@
    ,{field: 'dInvCreateDatetime', align: 'center',title: '建档日期', hide: true}
    ,{field: 'proddate$', align: 'center',title: '生产日期', hide:false}
    ,{field: 'deadline$', align: 'center',title: '到期日期', hide:false}
    ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    // ,{field: 'specs', align: 'center',title: '规格'}
    // ,{field: 'anfme', align: 'center',title: '数量'}
    // ,{field: 'name', align: 'center',title: '移动类型', hide: true}
src/main/webapp/static/js/locDetl/locDetl.js
@@ -22,6 +22,7 @@
        ,{field: 'memo', align: 'center',title: '备注', hide: true}
        ,{field: 'proddate$', align: 'center',title: '生产日期', hide:false}
        ,{field: 'deadline$', align: 'center',title: '到期日期', hide:false}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
src/main/webapp/static/js/saas/locDetl.js
@@ -34,6 +34,7 @@
        ,{field: 'source$', align: 'center',title: '制购', hide: true}
        ,{field: 'check$', align: 'center',title: '要求检验', hide: true}
        ,{field: 'danger$', align: 'center',title: '危险品', hide: true}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
src/main/webapp/static/js/stoMan/stoQue.js
@@ -202,6 +202,7 @@
            cols: [[
                // {type: 'checkbox'}
                {field: 'locNo$', align: 'center',title: '库位号'}
                ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
                ,{field: 'matnr', align: 'center',title: '物料'}
                ,{field: 'lgnum', align: 'center',title: '仓库号'}
                ,{field: 'tbnum', align: 'center',title: '转储请求编号'}
src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -3,6 +3,7 @@
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
        ,{field: 'ioTime$', align: 'center',title: '工作时间', width: 160}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
    cols.push.apply(cols, detlCols);
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide:true}
src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js
@@ -3,6 +3,7 @@
    var cols = [
        {field: 'wrkNo', align: 'center',title: '工作号'}
        ,{field: 'ioTime$', align: 'center',title: '工作时间'}
        ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
    ];
    cols.push.apply(cols, detlCols);
    cols.push({field: 'modiUser$', align: 'center',title: '修改人员',hide: true}
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -610,6 +610,7 @@
                {type: 'checkbox'}
                ,{field: 'wrkNo', align: 'center',title: '工作号'}
                ,{field: 'ioTime$', align: 'center',title: '工作时间'}
                ,{field: 'appeTime$', align: 'center',title: '创建时间', width: 160}
                ,{field: 'matnr', align: 'center',title: '物料'}
                ,{field: 'lgnum', align: 'center',title: '仓库号'}
                ,{field: 'tbnum', align: 'center',title: '转储请求编号'}
src/main/webapp/views/orderSettle/orderSettle.html
@@ -20,7 +20,8 @@
                    <div class="layui-inline">
                        <label class="layui-form-label">状态描述:</label>
                        <div class="layui-input-inline">
                            <input class="layui-input" type="text" name="order_name" placeholder="状态描述" autocomplete="off">
                            <!-- name 与表字段 settle_name 一致,勿用 order_name -->
                            <input class="layui-input" type="text" name="settle_name" placeholder="状态描述" autocomplete="off">
                        </div>
                    </div>
                    <div class="layui-inline">&emsp;