Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
21240c71
Commit
21240c71
authored
May 20, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
93b6f25e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
10 deletions
+1
-10
src/api/factoryOrderNew.ts
+0
-8
src/views/order/components/FastProduction.vue
+1
-2
No files found.
src/api/factoryOrderNew.ts
View file @
21240c71
...
@@ -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
,
...
...
src/views/order/components/FastProduction.vue
View file @
21240c71
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment