自动化立体仓库 - WMS系统
李天宇
2024-10-25 c560649e37ab5a5bc29c47a3fa7309dc912b48cb
src/main/webapp/static/js/order/order.js
@@ -132,8 +132,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: 'supp', title: '立库库存', templet: function (item){
@@ -258,8 +258,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},