|
|
@@ -122,13 +122,13 @@ export default defineComponent({
|
|
|
// OperateSrc: 2,
|
|
|
ClientType: 4,
|
|
|
// MarketID: 17201,
|
|
|
- LadingBillId: props.selectedRow.ladingbillid.toString(), // 提单id(wrholdlb的LadingBillId字段),卖的时候填写 uint64
|
|
|
+ LadingBillId: 0, // 提单id(wrholdlb的LadingBillId字段),卖的时候填写 uint64
|
|
|
// LadingBillId: 'uint642081626946446000001', // 提单id(wrholdlb的LadingBillId字段),卖的时候填写 uint64
|
|
|
TradeDate: moment('20210727').format('YYYYMMDD'), // 交易日 string
|
|
|
// SubNum: '0', // 提单子单号
|
|
|
SubNum: props.selectedRow.subnum,
|
|
|
// WRFactorTypeId: '2121626946446000001', // 仓单要素ID(wrholdlb的WRFactorTypeId字段),卖的时候填写 uint64
|
|
|
- WRFactorTypeId: props.selectedRow.wrfactortypeid, // 仓单要素ID(wrholdlb的WRFactorTypeId字段),卖的时候填写 uint64
|
|
|
+ WRFactorTypeId: 0, // 仓单要素ID(wrholdlb的WRFactorTypeId字段),卖的时候填写 uint64
|
|
|
IsSpecified: 0, // 是否指定对手 0:不指定 1:指定 uint32
|
|
|
// MatchUserIDs: 0, // 仓单贸易对手资金账号ID集合(指定对手时填写) uint32
|
|
|
OrderQty: 1, // 委托数量(可挂部分数据量) ======
|
|
|
@@ -154,7 +154,7 @@ export default defineComponent({
|
|
|
CanPart: 1, // 是否允许部份摘牌0:不允许;1:允许
|
|
|
WRTradeGoods: [],
|
|
|
wrstandardid: 1,
|
|
|
- HasWr: 1,
|
|
|
+ HasWr: 0, // 0 无仓单 1: 有仓单
|
|
|
};
|
|
|
console.log(param);
|
|
|
|