自动化立体仓库 - WMS系统
wang..123
2022-02-14 9b31428152f0fc993130a9adf58f6163db9ea667
src/main/webapp/static/js/pakStore/pakStore.js
@@ -4,7 +4,11 @@
function getCol() {
    var cols = [
        {fixed: 'left', field: 'count', title: '数量(必填)', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {field: 'supplier', title: '批号', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'}
        {field: 'supplier', title: '批号', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {field: 'source', title: '来源', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {field: 'vendor', title: '供应商', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {field: 'allqty', title: '总数量', align: 'center'},
        {field: 'allweight', title: '总重量', align: 'center'}
    ];
    cols.push.apply(cols, matCols);
    cols.push(
@@ -80,7 +84,6 @@
                    }
                }
                console.log(matCodeData);
                debugger
                $.ajax({
                    url: baseUrl+"/full/store/put/start",
                    headers: {'token': localStorage.getItem('token')},