|
@@ -109,6 +109,8 @@ export default defineComponent({
|
|
|
function submit() {
|
|
function submit() {
|
|
|
const marketInfo = getMarketRunByTradeMode(17);
|
|
const marketInfo = getMarketRunByTradeMode(17);
|
|
|
if (marketInfo) {
|
|
if (marketInfo) {
|
|
|
|
|
+
|
|
|
|
|
+ // 只有有仓单的有求购 无仓单不能求购
|
|
|
const param = {
|
|
const param = {
|
|
|
AccountID: getInTaAccount(), // 默认内部资金账号第一个
|
|
AccountID: getInTaAccount(), // 默认内部资金账号第一个
|
|
|
ClientSerialNo: uuidv4(), // 客户端流水号
|
|
ClientSerialNo: uuidv4(), // 客户端流水号
|
|
@@ -149,8 +151,7 @@ export default defineComponent({
|
|
|
WRStandardID: props.selectedRow.wrstandardid,
|
|
WRStandardID: props.selectedRow.wrstandardid,
|
|
|
HasWr: 1, // 无仓单挂牌 是否有无仓单
|
|
HasWr: 1, // 无仓单挂牌 是否有无仓单
|
|
|
};
|
|
};
|
|
|
- debugger;
|
|
|
|
|
- requestResultLoadingAndInfo(hdWROrder, param, loading, ['挂牌成功', '挂牌失败:']).then(() => {
|
|
|
|
|
|
|
+ requestResultLoadingAndInfo(hdWROrder, param, loading, ['求购成功', '求购失败:']).then(() => {
|
|
|
cancel();
|
|
cancel();
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|