自动化立体仓库 - WMS系统
#
mrzhssss
2022-10-28 25bd8e7a6437bc1b66c6fee2f99d9cb2e3117acd
src/main/webapp/static/js/order/order.js
@@ -241,6 +241,7 @@
                        {field: 'batch', title: '序列码', edit: true},
                        {field: 'specs', title: '规格'},
                        {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},
                        {field: 'sum', title: '库存数量', style: 'color: red;font-weight: bold',  minWidth: 110, width: 110},
                        // {field: 'inQty', title: '已入库量',  minWidth: 100, width: 100},
                        // {field: 'unit', title: '单位', width: 80},
                        {field: 'memo', title: '备注' , edit: true},