自动化立体仓库 - WMS系统
skyouc
8 天以前 e350fc16a0655dee101b3198cfa6bd6a6b56877c
src/main/webapp/static/js/orderPakin/order.js
@@ -121,13 +121,18 @@
                        page: true,
                        cellMinWidth: 100,
                        cols: [[
                            {type: 'numbers'},
                            {field: 'matnr', title: '商品编码', width: 160},
                            {field: 'maktx', title: '商品名称', width: 160},
                            {field: 'barcode', title: 'SN'},
                            {field: 'anfme', title: '数量'},
                            {field: 'workQty', title: '作业数量'},
                            {field: 'qty', title: '完成数量', style: 'font-weight: bold'},
                            { type: 'numbers' },
                            { field: 'matnr', title: '商品编码', width: 160 },
                            { field: 'maktx', title: '商品名称', width: 160 },
                            {field: 'barcode', title: 'SN', width: 140 },
                            {field: 'brand', title: '品牌' },
                            { field: 'batch', title: '批号' },
                            { field: 'specs', title: '规格' },
                            { field: 'unit', title: '单位' },
                            { field: 'anfme', title: '待完结数量' },
                            { field: 'qty', title: '待上报数量', style: 'font-weight: bold' },
                            { field: 'workQty', title: '已上报数量' }
                            // {field: 'unit', title: '单位'},
                            // {
                            //     field: 'createTime$', title: '创建时间', sort: true, templet: function (d) {
@@ -136,7 +141,6 @@
                            // },
                            // {field: 'inQty', title: '已入库量'},
                            // {field: 'color', title: '颜色'},
                            {field: 'specs', title: '规格'}
                        ]],
                        request: {
                            pageName: 'curr',