huangbin 4 vuotta sitten
vanhempi
commit
6a7d582679

+ 1 - 1
src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_pending_order/index.vue

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