自动化立体仓库 - WMS系统
skyouc
8 天以前 c4c82d17fed4f68562650e000c23e3eef8db8f43
src/main/webapp/static/js/order/order.js
@@ -130,6 +130,7 @@
                            {field: 'brand', title: '品牌' },
                            { field: 'batch', title: '批号' },
                            { field: 'specs', title: '规格' },
                            {field: 'model', title: '型号' },
                            { field: 'unit', title: '单位' },
                            { field: 'anfme', title: '待完结数量' },
                            { field: 'qty', title: '待上报数量', style: 'font-weight: bold' },
@@ -245,6 +246,7 @@
                        { field: 'batch', title: '批号', edit: true },
                        { field: 'specs', title: '规格' },
                        {field: 'brand', title: '品牌' },
                        {field: 'model', title: '型号' },
                        { field: 'unit', title: '单位' },
                        { field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110 },
                        { field: 'workQty', title: '作业数量', minWidth: 100, width: 100 },