|
@@ -33,8 +33,8 @@ export function addContractReq() {
|
|
|
SpotGoodsDesc: form.SpotGoodsDesc, // 商品规格
|
|
SpotGoodsDesc: form.SpotGoodsDesc, // 商品规格
|
|
|
PriceType: form.PriceType,// 定价类型
|
|
PriceType: form.PriceType,// 定价类型
|
|
|
CurrencyID: form.CurrencyID as number,// 结算币种
|
|
CurrencyID: form.CurrencyID as number,// 结算币种
|
|
|
- Qty: Number(form.Qty as number), // 数量
|
|
|
|
|
- Price: Number(form.Price as number), // 价格
|
|
|
|
|
|
|
+ Qty: Number(form.Qty), // 数量
|
|
|
|
|
+ Price: Number(form.Price), // 价格
|
|
|
TradeDate: moment().format("YYYYMMDD"),// 交易日
|
|
TradeDate: moment().format("YYYYMMDD"),// 交易日
|
|
|
SignDate: moment().format("YYYY-MM-DD HH:mm:ss"), // 签订日期
|
|
SignDate: moment().format("YYYY-MM-DD HH:mm:ss"), // 签订日期
|
|
|
// 以上必填
|
|
// 以上必填
|