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 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/salesOrder/salsesOrder.js b/src/main/webapp/static/js/salesOrder/salsesOrder.js
index f825f52..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 }
--
Gitblit v1.9.1