.
18516761980
2022-03-19 d2388e4d036828863788c1bdf91aa4afd279e782
src/main/webapp/static/js/receive/matRecQuery.js
File was renamed from src/main/webapp/static/js/receive/matQuery.js
@@ -5,7 +5,7 @@
function getCol() {
    var cols = [
        {field: 'count', align: 'center',title: '出库数量', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
        {field: 'count', align: 'center',title: '入库数量', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
    ];
    arrRemove(matCols,  'field', 'anfme');
    cols.push.apply(cols, matCols);
@@ -281,7 +281,7 @@
            , list: matDetls
        })
        $.ajax({
            url: baseUrl+"/work/order/init",
            url: baseUrl+"/work/receive/init",
            headers: {'token': localStorage.getItem('token')},
            data: req,
            contentType:'application/json;charset=UTF-8',