Commit 7f6e44a9 authored by 前端-许佳敏's avatar 前端-许佳敏

物流单新增

parent fc59462d
......@@ -102,7 +102,14 @@ export const useSelfTable = () => {
]
const handleConfirm = async (record) => {
history.push(`/memberCenter/tranactionAbility/saleOrder/orderPreview?page_type=4&id=${record.id}&preview=0`)
history.push(`/memberCenter/logisticsAbility/logisticsSubmit/toOrderSubmitDetail
?orderId=${record.id}
&invoicesTypeId=2
&shipmentOrderCode=${record.invoiceNumber}
&orderDeliveryDetailsId=${record.orderDeliveryDetailsId}
&invoicesNo=${record.orderNo}
&invoicesId=${record.id}
`)
}
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment