From 9ec715d2deb18a269dd49c48da91a36632d08c81 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 18 六月 2025 00:56:26 +0800 Subject: [PATCH] 最新代码上传,优化功能等 --- 代码管理/WMS/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js" index 24e1d94..2e7a2f2 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/inbound/inboundOrder.js" @@ -19,6 +19,16 @@ onInit() { }, onInited() { + this.detailOptions.summary = true; + this.detailOptions.columns.forEach(x => { + if (x.field == 'orderQuantity') { + x.summary = true; + //璁$畻骞冲潎鍊� + // x.summary = 'avg';//2023.05.03鏇存柊voltable鏂囦欢鍚庢墠鑳戒娇鐢� + //璁剧疆灏忔暟鏄剧ず浣嶆暟(榛樿2浣�) + // x.numberLength = 4; + } + }); //妗嗘灦鍒濆鍖栭厤缃悗 //濡傛灉瑕侀厤缃槑缁嗚〃,鍦ㄦ鏂规硶鎿嶄綔 //this.detailOptions.columns.forEach(column=>{ }); -- Gitblit v1.9.3