| | |
| | | , { field: 'izReceive', align: 'center', title: '小订单', width: 80 } |
| | | , { field: 'inQty', align: 'center', title: '入库数量', width: 110 } |
| | | , { field: 'disQty', align: 'center', title: '通知单', width: 110 } |
| | | , { field: 'outQty', align: 'center', title: '出库数量', width: 110 } |
| | | , { field: 'icsbeqty', align: 'center', title: '出货通知数', width: 110 } |
| | | , { field: 'seoseqty', align: 'center', title: '实出数量', width: 110 } |
| | | , { field: 'outQty', align: 'center', title: '对账数量', width: 110 } |
| | | , { field: 'invoiceQty', align: 'center', title: '开票数量', width: 110 } |
| | | , { field: 'unInvoiceQty', align: 'center', title: '未开票数量', width: 110 } |
| | | , { field: 'deliveryDate', align: 'center', title: '交货日期', width: 110 } |
| | |
| | | tableIns = table.render({ |
| | | elem: '#salesOrder', |
| | | headers: { token: localStorage.getItem('token') }, |
| | | url: 'http://127.0.0.1:9090/api/report/getorderreport2', |
| | | url: 'http://127.0.0.1:8133/api/report/getorderreport2', |
| | | height: 650, |
| | | width: '100%', |
| | | page: true, |