自动化立体仓库 - WMS系统
#
zwl
2 天以前 8ce4dcbd701b40165b0dbf365f667932cf2a8916
src/main/webapp/static/js/orderPakout/order.js
@@ -126,19 +126,13 @@
                            {field: 'maktx', title: '商品名称', width: 160},
                            {field: 'batch', title: '批号'},
                            {field: 'brand', title: '品牌'},
                            {field: 'model', title: '型号'},
                            {field: 'specs', title: '规格'},
                            {field: 'standby1', title: '机台'},
                            {field: 'unit', title: '单位'},
                            {field: 'anfme', title: '数量'},
                            {field: 'workQty', title: '作业数量'},
                            {field: 'qty', title: '完成数量', style: 'font-weight: bold'},
                            // {
                            //     field: 'createTime$', title: '创建时间', sort: true, templet: function (d) {
                            //         return util.toDateString(d.createTime);
                            //     },  width: 180
                            // },
                            // {field: 'inQty', title: '已入库量'},
                            // {field: 'color', title: '颜色'},
                        ]],
                        request: {
                            pageName: 'curr',
@@ -197,6 +191,7 @@
                            layer.msg('数量不能小于已作业数量', {icon: 2});
                            return false;
                        }
                        console.log(nList[xi]);
                    }
                    layer.load(2);
                    $.ajax({
@@ -240,10 +235,12 @@
                        {field: 'maktx', title: '商品名称', width: 200},
                        {field: 'batch', title: '批号', edit: true},
                        {field: 'specs', title: '规格'},
                        {field: 'model', title: '型号'},
                        {field: 'brand', title: '品牌'},
                        {field: 'unit', title: '单位', width: 80},
                        {field: 'standby1', title: '机台', edit: true},
                        {field: 'anfme', title: '数量(修改)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},
                        {field: 'workQty', title: '作业数量',  minWidth: 100, width: 100},
                        // {field: 'unit', title: '单位', width: 80},
                        {field: 'memo', title: '备注' , edit: true},
                        {align: 'center', title: '操作', toolbar: '#formSSXMTableBar', minWidth: 80, width: 80, fixed: 'right'}
                    ]],