From 48b2dc4df2c247d12e4dd52c3c5d290f1e026578 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 29 一月 2026 13:39:43 +0800
Subject: [PATCH] 销售订单-修复
---
src/main/webapp/static/js/salesOrder/salsesOrder.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/salesOrder/salsesOrder.js b/src/main/webapp/static/js/salesOrder/salsesOrder.js
index 4d9f470..730d107 100644
--- a/src/main/webapp/static/js/salesOrder/salsesOrder.js
+++ b/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,
--
Gitblit v1.9.1