自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 f1f174293165c27573a9f7515ca15c8592efa143
#
1个文件已修改
5 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/pakStore.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/pakStore.js
@@ -7,10 +7,12 @@
    tableIns = table.render({
        elem: '#chooseData',
        data: [],
        even: true,
        limit: 500,
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox', fixed: 'left'},
            {type: 'checkbox'},
            {field: 'matNo', align: 'center', title: '物料编码', sort: 'true'},
            {field: 'barcode', align: 'center', title: '条码'},
            {field: 'matName', align: 'center', title: '物料名称'},
@@ -27,6 +29,7 @@
// 提取物料
var matCodeLayerIdx;
function getMat() {
    tableIns.reload({data: []})
    matCodeLayerIdx = layer.open({
        type: 2,
        title: '库位物料',