|
|
@@ -71,7 +71,7 @@ export default defineComponent({
|
|
|
};
|
|
|
function filterBtnList(list: BtnListType[], record: WrOrderDetail) {
|
|
|
//委托状态 - 1:委托请求 2:待冻结 3:委托成功 4:委托失败 5:配对成功 6:已撤 7:已成 8:成交失败 9:委托拒绝 1number;
|
|
|
- const arr = [3, 10];
|
|
|
+ const arr = [3, 7];
|
|
|
if (!arr.includes(record.wrtradeorderstatus)) {
|
|
|
return list.filter((e) => e.code !== ModalEnum.pre_sale_warehouse_receipt_pending_order_cancel_order);
|
|
|
} else {
|