自动化立体仓库 - WMS系统
李天宇
2024-10-25 c560649e37ab5a5bc29c47a3fa7309dc912b48cb
src/main/webapp/static/js/picking/pickingOrder.js
@@ -115,8 +115,8 @@
                            cellMinWidth: 100,
                            cols: [[
                                {type: 'numbers'},
                                {field: 'matnr', title: '物料号', width: 160},
                                {field: 'maktx', title: '品号', width: 160},
                                {field: 'matnr', title: '品号', width: 160},
                                {field: 'maktx', title: '品名', width: 160},
                                {field: 'batch', title: '批号'},
                                {field: 'anfme', title: '数量'},
                                // {field: 'workQty', title: '作业数量'},
@@ -305,8 +305,8 @@
                    cellMinWidth: 100,
                    cols: [[
                        {type: 'numbers', title: '#'},
                        {field: 'matnr', title: '物料号', width: 160},
                        {field: 'maktx', title: '品号', width: 200},
                        {field: 'matnr', title: '品号', width: 160},
                        {field: 'maktx', title: '品名', width: 200},
                        {field: 'batch', title: '批号', edit: true},
                        {field: 'specs', title: '规格'},
                        {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},