自动化立体仓库 - WMS系统
skyouc
2026-01-13 075d19c410180b7cee4068ecc75ddcc09c8a49d8
src/main/webapp/static/js/orderPakin/order.js
@@ -121,13 +121,20 @@
                        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: 'model', title: '型号' },
                            { field: 'specs', title: '规格' },
                            { field: 'unit', title: '单位' },
                            { field: 'anfme', title: '数量' },
                            { field: 'workQty', title: '执行中' },
                            { field: 'qty', title: '已完成', style: 'font-weight: bold' }
                            // {field: 'unit', title: '单位'},
                            // {
                            //     field: 'createTime$', title: '创建时间', sort: true, templet: function (d) {
@@ -136,7 +143,6 @@
                            // },
                            // {field: 'inQty', title: '已入库量'},
                            // {field: 'color', title: '颜色'},
                            {field: 'specs', title: '规格'}
                        ]],
                        request: {
                            pageName: 'curr',
@@ -237,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},