+
详情
@@ -287,7 +314,10 @@
@@ -332,6 +362,7 @@ import { formatDate } from '@/utils/formatTime'
import { floatToFixed2 } from '@/utils'
import { createImageViewer } from '@/components/ImageViewer'
import * as DeliveryExpressApi from '@/api/mall/trade/delivery/express'
+import { DeliveryTypeEnum, TradeOrderStatusEnum } from '@/utils/constants'
defineOptions({ name: 'TradeOrder' })
@@ -352,7 +383,8 @@ const queryParams = ref({
type: null, // 订单类型
deliveryType: null, // 配送方式
logisticsId: null, // 快递公司
- pickUpStoreId: null // 自提门店
+ pickUpStoreId: null, // 自提门店
+ pickUpVerifyCode: null // 自提核销码
})
const queryType = reactive({ k: '' }) // 订单搜索类型 k