自动化立体仓库 - WMS系统
#
1
15 小时以前 5b7ddbbd288579ccc54d1977803fcecab38e84aa
src/main/webapp/static/js/order/order.js
@@ -43,8 +43,9 @@
        cols: [[
            {type: 'numbers'},
            {field: 'orderNo', title: '单据编号', templet: '#orderNoTpl'},
            {field: 'po', title: '单据编号', templet: '#orderNoTpl'},
            // {field: 'itemName', align: 'center', title: '客户po',  minWidth: 160, width: 160},
            {field: 'docType$', align: 'center', title: '类型',  minWidth: 160, width: 160},
            {field: 'cstmrName', align: 'center', title: '货主',  minWidth: 160, width: 160},
            {align: 'center', title: '明细', toolbar: '#tbLook', minWidth: 160, width: 160},
            {field: 'createTime$', title: '创建时间', minWidth: 200, width: 200},
            {field: 'settle$', align: 'center', title: '状态', templet: '#settleTpl',  minWidth: 160, width: 160},
@@ -125,21 +126,16 @@
                        cellMinWidth: 100,
                        cols: [[
                            {type: 'numbers'},
                            {field: 'matnr', title: 'sku', width: 160},
                            {field: 'matnr', title: '商品编号', width: 160},
                            {field: 'maktx', title: '名称', width: 80},
                            {field: 'supp', title: 'po'},
                            {field: 'sku', title: 'upc'},
                            {field: 'boxType3', title: '采购单号'},
                            {field: 'standby1', title: '客户PO'},
                            {field: 'standby2', title: 'UPC'},
                            {field: 'standby3', title: '客户SKU'},
                            {field: 'boxType1', title: '货主'},
                            {field: 'anfme', title: '数量', width: 80},
                            {field: 'qty', title: '上报数量', style: 'font-weight: bold'},
                            {field: 'workQty', title: '历史上报数量'},
                            // {field: 'unit', title: '单位'},
                            // {
                            //     field: 'createTime$', title: '创建时间', sort: true, templet: function (d) {
                            //         return util.toDateString(d.createTime);
                            //     },  width: 180
                            // },
                            // {field: 'inQty', title: '已入库量'},
                            // {field: 'color', title: '颜色'}
                        ]],
                        request: {
                            pageName: 'curr',
@@ -207,6 +203,8 @@
                            orderId: Number(data.field.id),
                            docType: Number(data.field.docType),
                            orderNo: data.field.orderNo,
                            standby1: data.field.standby1,
                            ownerId: Number(data.field.owner),
                            orderDetlList: nList
                        }),
                        contentType:'application/json;charset=UTF-8',
@@ -237,12 +235,16 @@
                    cellMinWidth: 100,
                    cols: [[
                        {type: 'numbers', title: '#'},
                        {field: 'matnr', title: 'sku', width: 160},
                        {field: 'matnr', title: '商品编号', width: 160},
                        {field: 'maktx', title: '名称', width: 80},
                        // {field: 'batch', title: '批号', edit: true},
                        // {field: 'specs', title: '规格'},
                        {field: 'supp', title: 'po'},
                        {field: 'sku', title: 'upc'},
                        {field: 'standby1', title: 'po'},
                        {field: 'standby2', title: 'upc'},
                        {field: 'standby3', title: '客户SKU'},
                        {field: 'boxType1', title: '货主名称'},
                        {field: 'boxType2', title: 'upc'},
                        {field: 'boxType3', title: '客户SKU'},
                        {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},