#
Junjie
8 小时以前 a04cf13778894c438211c1b115e5f201a6ee2fe4
#
2个文件已修改
22 ■■■■■ 已修改文件
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/wrkMastLog/wrkMastLog.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
@@ -1338,7 +1338,7 @@
            minWidth: 110
        },
        wmsWrkNo: {
            label: 'WMS工作号',
            label: 'WMS任务号',
            searchable: true,
            quickSearch: true,
            minWidth: 140
@@ -1354,7 +1354,7 @@
            minWidth: 160
        },
        ioType: {
            label: '入出库类型',
            label: '任务类型',
            kind: 'enum',
            tableProp: 'ioType$',
            exportField: 'ioType$',
@@ -1368,8 +1368,8 @@
            tableProp: 'ioTime$',
            exportField: 'ioTime$',
            kind: 'date',
            searchable: true,
            quickSearch: true,
            searchable: false,
            quickSearch: false,
            defaultVisible: false,
            minWidth: 300
        },
@@ -1388,30 +1388,35 @@
            label: '源站',
            kind: 'enum',
            enumOptions: [],
            searchable: true,
            searchable: false,
            minWidth: 120
        },
        staNo: {
            label: '目标站',
            kind: 'enum',
            enumOptions: [],
            searchable: true,
            searchable: false,
            minWidth: 120
        },
        sourceLocNo: {
            label: '源库位',
            searchable: true,
            minWidth: 120
        },
        locNo: {
            label: '目标库位',
            searchable: true,
            quickSearch: true,
            minWidth: 120
        },
        crnNo: {
            label: '堆垛机',
            searchable: true,
            minWidth: 100
        },
        dualCrnNo: {
            label: '双工位堆垛机',
            searchable: true,
            minWidth: 140
        },
        batch: {
@@ -1423,8 +1428,9 @@
            minWidth: 110
        },
        barcode: {
            label: '条码',
            label: '托盘码',
            searchable: true,
            quickSearch: true,
            minWidth: 140
        },
        modiUser: {
src/main/webapp/views/wrkMastLog/wrkMastLog.html
@@ -591,6 +591,6 @@
<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
<script type="text/javascript" src="../../static/vue/js/vue.min.js"></script>
<script type="text/javascript" src="../../static/vue/element/element.js"></script>
<script type="text/javascript" src="../../static/js/wrkMastLog/wrkMastLog.js?v=20260310" charset="utf-8"></script>
<script type="text/javascript" src="../../static/js/wrkMastLog/wrkMastLog.js?v=20260401_same_filters_as_wrk_mast" charset="utf-8"></script>
</body>
</html>