|
|
@@ -159,7 +159,7 @@ export default defineComponent({
|
|
|
// MatchUserIDs: 0, // 仓单贸易对手资金账号ID集合(指定对手时填写) uint32
|
|
|
OrderQty: res.OrderQty, // 委托数量(可挂部分数据量) ======
|
|
|
DeliveryGoodsID: props.selectedRow.deliverygoodsid, // 交割商品商品ID // 有仓单求购
|
|
|
- WRPriceType: 1, // 价格方式 1:固定价 2:浮动价
|
|
|
+ WRPriceType: isFixed() ? 1 : 2, // 价格方式 1:固定价 2:浮动价
|
|
|
FixedPrice: res.FixedPrice, // 固定价格
|
|
|
PriceFactor: 1, // 价格系数(浮动价时填写)
|
|
|
PriceMove: res.PriceMove, // 升贴水(浮动价时填写)
|