|
|
@@ -1033,7 +1033,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
{
|
|
|
name: "Num",
|
|
|
value: data.quantity,
|
|
|
- type:TYPE.DECIMAL
|
|
|
+ type: TYPE.DECIMAL,
|
|
|
+ toFix:3
|
|
|
},
|
|
|
{
|
|
|
name: "QtyFormula",
|
|
|
@@ -1042,7 +1043,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
{
|
|
|
name: "Price",
|
|
|
value: 0,//data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderUnitFee : "",
|
|
|
- type:TYPE.DECIMAL
|
|
|
+ type: TYPE.DECIMAL,
|
|
|
+ toFix:2
|
|
|
},
|
|
|
{
|
|
|
name: "Rate",
|
|
|
@@ -1051,7 +1053,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
{
|
|
|
name: "Sum",
|
|
|
value: 0,//data.feesIndex && data.feesIndex.common ? data.feesIndex.common.tenderTotalFee : "",
|
|
|
- type:TYPE.DECIMAL
|
|
|
+ type: TYPE.DECIMAL,
|
|
|
+ toFix:2
|
|
|
},
|
|
|
{
|
|
|
name: "ChapterKind",
|