Commit 21240c71 by qinjianhui

fix: 问题修改

parent 93b6f25e
......@@ -6,7 +6,6 @@ import type {
LogListData,
operateOrderListData,
PickCompleteData,
PickFailData,
ProductListData,
RestockData,
SearchForm,
......@@ -268,13 +267,6 @@ export function replenishmentCompleteApi(ids: (number | string)[]) {
)
}
export function pickFailApi(ids: (number | string)[]) {
return axios.post<never, BaseRespData<PickFailData[]>>(
'factory/podOrderOperation/listByIds',
{ ids },
)
}
export function getCardLayoutListApi(
data: Record<string, unknown>,
currentPage: number,
......
......@@ -73,7 +73,6 @@
<div
:title="String(detail?.factoryOrderNumber)"
class="div-item"
style="margin-top: 14px"
>
<span class="div-item-label" style="font-size: 18px"
>订单号:</span
......@@ -83,9 +82,9 @@
</div>
</div>
<div
v-if="fastKey === 'fastReceipt'"
:title="String(detail?.shopNumber)"
class="div-item"
style="margin-top: 14px"
>
<span class="div-item-label" style="font-size: 18px"
>店铺单号:</span
......
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