自动化立体仓库 - WMS系统
*
lsh
1 天以前 bd1744487c58d169a0c8ceca982d1c5ae07dbce6
src/main/webapp/static/js/order/order.js
@@ -250,9 +250,10 @@
                        cols: [[
                            {type: 'numbers'},
                            {field: 'matnr', title: '规格', width: 160},
                            {field: 'maktx', title: '商品名称', width: 160},
                            {field: 'batch', title: '箱号'},
                            {field: 'anfme', title: '数量'},
                            // {field: 'maktx', title: '商品名称', width: 160},
                            {field: 'batch', align: 'center', title: '箱号'},
                            {field: 'model', align: 'center',title: '卷号'},
                            // {field: 'anfme', align: 'center', title: '数量'},
                            // {field: 'workQty', title: '作业数量'},
                            // {field: 'unit', title: '单位'},
@@ -263,9 +264,11 @@
                            // },
                            // {field: 'inQty', title: '已入库量'},
                            // {field: 'color', title: '颜色'},
                            {field: 'specs', title: '接头'},
                            {field: 'qty$', title: '状态', style: 'font-weight: bold'},
                            {field: 'source$', title: '是否确认', style: 'font-weight: bold'}
                            {field: 'specs', align: 'center', title: '接头'},
                            {field: 'danger$', align: 'center', title: '待判'},
                            {field: 'memo', align: 'center', title: '备注'},
                            {field: 'qty$', align: 'center', title: '状态', style: 'font-weight: bold'},
                            {field: 'source$', align: 'center', title: '是否确认', style: 'font-weight: bold'}
                        ]],
                        request: {
                            pageName: 'curr',