Commit 21240c71 by qinjianhui

fix: 问题修改

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