chen.lin
7 天以前 48b2dc4df2c247d12e4dd52c3c5d290f1e026578
src/main/webapp/static/js/salesOrder/salsesOrder.js
@@ -17,7 +17,9 @@
        , { 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 }
@@ -44,7 +46,7 @@
    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,