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
4e7cec1f
Commit
4e7cec1f
authored
Oct 28, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
Dev See merge request
!95
parents
3ea071f0
64ed1a8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
5 deletions
+24
-5
src/types/api/podUsOrder.ts
+1
-0
src/views/order/podCN/PodDistributionOrder.vue
+2
-2
src/views/order/podUs/index.vue
+21
-3
No files found.
src/types/api/podUsOrder.ts
View file @
4e7cec1f
...
@@ -41,6 +41,7 @@ export interface SearchForm {
...
@@ -41,6 +41,7 @@ export interface SearchForm {
trackRegisterSelect
?:
string
|
number
trackRegisterSelect
?:
string
|
number
sizeType
?:
number
|
null
sizeType
?:
number
|
null
tagsId
?:
string
tagsId
?:
string
size
?:
string
tagsIdArr
?:
(
number
|
null
)[]
tagsIdArr
?:
(
number
|
null
)[]
replaceShipment
?:
number
|
null
replaceShipment
?:
number
|
null
}
}
...
...
src/views/order/podCN/PodDistributionOrder.vue
View file @
4e7cec1f
...
@@ -72,10 +72,10 @@
...
@@ -72,10 +72,10 @@
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-input
<el-input
ref=
"testingInput"
ref=
"testingInput
Ref
"
v-model=
"barcode"
v-model=
"barcode"
style=
"width: 400px"
style=
"width: 400px"
placeholder=
"
'请输入生产单号/ 主SKU'
"
placeholder=
"
请输入生产单号/ 主SKU
"
@
keyup
.
enter=
"barcodeInput"
@
keyup
.
enter=
"barcodeInput"
></el-input>
></el-input>
</el-form-item>
</el-form-item>
...
...
src/views/order/podUs/index.vue
View file @
4e7cec1f
...
@@ -133,8 +133,8 @@
...
@@ -133,8 +133,8 @@
v-model=
"searchForm.customizedQuantity"
v-model=
"searchForm.customizedQuantity"
@
click
.
stop=
"(e: Event) => handleRadioGroupClick(e)"
@
click
.
stop=
"(e: Event) => handleRadioGroupClick(e)"
>
>
<el-radio-button
label=
"single"
>
单面
</el-radio-button>
<el-radio-button
label=
"single"
>
单面
</el-radio-button>
<el-radio-button
label=
"multiple"
>
多面
</el-radio-button>
<el-radio-button
label=
"multiple"
>
多面
</el-radio-button>
</el-radio-group>
</el-radio-group>
</ElFormItem>
</ElFormItem>
<ElFormItem
label=
"数量"
>
<ElFormItem
label=
"数量"
>
...
@@ -329,7 +329,7 @@
...
@@ -329,7 +329,7 @@
style=
"width: 150px"
style=
"width: 150px"
>
>
<ElOption
<ElOption
v-for=
"(item, index) in logisticsWayList
"
v-for=
"(item, index) in logisticsWayList"
:key=
"index"
:key=
"index"
:value=
"item.id"
:value=
"item.id"
:label=
"item.name"
:label=
"item.name"
...
@@ -352,6 +352,23 @@
...
@@ -352,6 +352,23 @@
></ElOption>
></ElOption>
</ElSelect>
</ElSelect>
</ElFormItem>
</ElFormItem>
<ElFormItem
label=
"尺码筛选"
>
<ElSelect
v-model=
"searchForm.size"
placeholder=
"请选择"
clearable
filterable
:teleported=
"false"
style=
"width: 150px"
>
<ElOption
v-for=
"(item, index) in sizes"
:key=
"index"
:value=
"item"
:label=
"item"
></ElOption>
</ElSelect>
</ElFormItem>
</ElForm>
</ElForm>
<template
#
reference
>
<template
#
reference
>
<el-button
type=
"warning"
@
click=
"searchVisible = !searchVisible"
>
<el-button
type=
"warning"
@
click=
"searchVisible = !searchVisible"
>
...
@@ -2988,6 +3005,7 @@ const sourceList = [
...
@@ -2988,6 +3005,7 @@ const sourceList = [
id
:
'third-party'
,
id
:
'third-party'
,
}
,
}
,
]
]
const
sizes
=
[
'FS'
,
'XS'
,
'S'
,
'M'
,
'L'
,
'XL'
,
'XXL'
,
'3XL'
,
'4XL'
,
'5XL'
]
const
tabsNav
=
ref
<
Tab
[]
>
()
const
tabsNav
=
ref
<
Tab
[]
>
()
const
isAuto
=
ref
(
true
)
const
isAuto
=
ref
(
true
)
const
countryList
=
ref
([])
const
countryList
=
ref
([])
...
...
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