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
1
Merge Requests
1
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
c9d64291
Commit
c9d64291
authored
Mar 08, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 工厂端修改
parent
4765943b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
src/api/podOrder.ts
+3
-3
src/views/order/fastProduction.vue
+2
-3
src/views/order/pod/index.vue
+0
-0
No files found.
src/api/podOrder.ts
View file @
c9d64291
...
@@ -26,12 +26,12 @@ export function getOrderDetail(id: number) {
...
@@ -26,12 +26,12 @@ export function getOrderDetail(id: number) {
},
},
)
)
}
}
export
function
getSubOrderBySubOrderNumber
(
factory
SubOrderNumber
:
string
)
{
export
function
getSubOrderBySubOrderNumber
(
third
SubOrderNumber
:
string
)
{
return
axios
.
get
<
never
,
BaseRespData
<
PodProductList
>>
(
return
axios
.
get
<
never
,
BaseRespData
<
PodProductList
>>
(
'factory/podJomallOrderProduct/getSubOrderBySubOrderNumber'
,
'factory/podJomallOrderProduct/getSubOrderBy
Third
SubOrderNumber'
,
{
{
params
:
{
params
:
{
factory
SubOrderNumber
,
third
SubOrderNumber
,
},
},
},
},
)
)
...
...
src/views/order/fastProduction.vue
View file @
c9d64291
...
@@ -346,10 +346,10 @@ watch(
...
@@ -346,10 +346,10 @@ watch(
isAutoSure
.
value
=
false
isAutoSure
.
value
=
false
if
(
props
.
type
===
1
)
{
if
(
props
.
type
===
1
)
{
placeholderText
.
value
=
placeholderText
.
value
=
'扫描枪输入
生产
单号,录入下一单本单自动生产完成,最后一单扫两次完成生产'
'扫描枪输入
第三方订
单号,录入下一单本单自动生产完成,最后一单扫两次完成生产'
}
else
if
(
props
.
type
===
2
)
{
}
else
if
(
props
.
type
===
2
)
{
placeholderText
.
value
=
placeholderText
.
value
=
'扫描枪输入
生产
单号,录入下一单本单自动发货完成,最后一单扫两次完成发货'
'扫描枪输入
第三方订
单号,录入下一单本单自动发货完成,最后一单扫两次完成发货'
}
}
sendNum
.
value
=
0
sendNum
.
value
=
0
// canlogisticsList('GNKD').then((res) => {
// canlogisticsList('GNKD').then((res) => {
...
@@ -625,7 +625,6 @@ const trackcodeInput = async () => {
...
@@ -625,7 +625,6 @@ const trackcodeInput = async () => {
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
error
(
e
)
console
.
error
(
e
)
productInfo
.
value
=
{}
productInfo
.
value
=
{}
playAudio
(
'weight_search_error'
)
nextTick
(()
=>
{
nextTick
(()
=>
{
if
(
trackingNumberRef
.
value
)
{
if
(
trackingNumberRef
.
value
)
{
;(
trackingNumberRef
.
value
as
HTMLInputElement
).
focus
()
;(
trackingNumberRef
.
value
as
HTMLInputElement
).
focus
()
...
...
src/views/order/pod/index.vue
View file @
c9d64291
This diff is collapsed.
Click to expand it.
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