From 1811d693013942d9b2e61ca4b04b7a8500a4e047 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 20 十一月 2024 11:40:03 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
---
_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchCC.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchCC.qbl b/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchCC.qbl
index 965aa8d..1ac9bef 100644
--- a/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchCC.qbl
+++ b/_Main/BL/Type_DispatchShiftSchedulingInformation/StaticMethod_DispatchCC.qbl
@@ -26,7 +26,7 @@
traverse( product,DispatchShiftSchedulingDetail,detail ){
detail_Json := JSON::Object();
detail_Json.Add( "ShiftName",detail.SingleShiftName() );
- detail_Json.Add( "Quantity",detail.ShiftVolume() );
+ detail_Json.Add( "Quantity",detail.ShiftVolume().Format( "N(Dec)" ) );
detail_Json.Add( "ProductNo",detail.DispatchShiftSchedulingProduct().ProductID() );
details_Json.Add( detail_Json );
--
Gitblit v1.9.3