自动化立体仓库 - WMS系统
skyouc
2026-01-15 029ffbf20db7196d4f460bc741fd5f36a80689ae
src/main/webapp/static/js/orderPakin/order.js
@@ -127,11 +127,13 @@
                            {field: 'barcode', title: 'SN', width: 140 },
                            {field: 'brand', title: '品牌' },
                            { field: 'batch', title: '批号' },
                            {field: 'model', title: '型号' },
                            { field: 'specs', title: '规格' },
                            { field: 'unit', title: '单位' },
                            { field: 'anfme', title: '待完结数量' },
                            { field: 'qty', title: '待上报数量', style: 'font-weight: bold' },
                            { field: 'workQty', title: '已上报数量' }
                            { field: 'anfme', title: '数量' },
                            { field: 'workQty', title: '执行中' },
                            { field: 'qty', title: '已完成', style: 'font-weight: bold' }
                            // {field: 'unit', title: '单位'},
                            // {
@@ -241,6 +243,7 @@
                        {field: 'matnr', title: '商品编码', width: 160},
                        {field: 'maktx', title: '商品名称', width: 200},
                        {field: 'batch', title: '批号', edit: true},
                        {field: 'model', title: '型号' },
                        {field: 'barcode', title: 'SN', edit: true},
                        {field: 'specs', title: '规格'},
                        {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},