huangbin 4 년 전
부모
커밋
6a7d582679
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_pending_order/index.vue

+ 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];