| | |
| | | {type: 'numbers'}, |
| | | {field: 'matnr', title: '商品编码', width: 160}, |
| | | {field: 'maktx', title: '商品名称', width: 160}, |
| | | {field: 'owner$', title: '货主', width: 160}, |
| | | {field: 'payment$', title: '货物特征', width: 160}, |
| | | |
| | | // {field: 'batch', title: '批号'}, |
| | | {field: 'anfme', title: '数量'}, |
| | | {field: 'workQty', title: '作业数量'}, |
| | |
| | | return false; |
| | | } |
| | | } |
| | | for (let xi = 0; xi < nList.length; xi++) { |
| | | if (nList[xi].owner <= 0){ |
| | | layer.msg('货主编号请查看货主档案', {icon: 2}); |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | layer.load(2); |
| | | $.ajax({ |
| | | url: baseUrl+"/order/form/" + (isExpAdd?"add":"modify") + "/auth", |