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
e8b276ce
Commit
e8b276ce
authored
Oct 30, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:工艺筛选长度调整
parent
51956048
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
src/views/logistics/components/LogisticsWaySelect.tsx
+5
-1
src/views/order/podCN/index.vue
+2
-1
src/views/order/podUs/index.vue
+1
-0
No files found.
src/views/logistics/components/LogisticsWaySelect.tsx
View file @
e8b276ce
...
...
@@ -91,6 +91,10 @@ export default defineComponent({
type
:
String
,
default
:
'请选择物流方式'
,
},
startWidth
:
{
type
:
String
,
default
:
'100%'
,
},
},
emits
:
[
'update:modelValue'
],
setup
(
props
,
{
emit
})
{
...
...
@@ -273,7 +277,7 @@ export default defineComponent({
reference
:
()
=>
(
<
ElInput
modelValue=
{
waysName
.
value
}
style=
{
{
width
:
'100%'
}
}
style=
{
{
width
:
props
.
startWidth
}
}
placeholder=
{
props
.
startPlaceholder
}
clearable
onClear=
{
handleClearSelection
}
...
...
src/views/order/podCN/index.vue
View file @
e8b276ce
...
...
@@ -55,6 +55,7 @@
<LogisticsWaySelect
v-model=
"searchForm.craftCode"
:company-list=
"craftList"
:start-width=
"'150px'"
search-placeholder=
"搜索工艺名称"
start-placeholder=
"请选择工艺名称"
></LogisticsWaySelect>
...
...
@@ -2537,7 +2538,7 @@ import { BaseRespData } from '@/types/api'
import
UpdateAddress
from
'./components/updateAddress.vue'
import
{
getAllCountryApi
}
from
'@/api/logistics.ts'
import
{
InterceptStateGroupData
,
IAllList
}
from
'@/types/api/podUsOrder'
import
{
InterceptStateGroupData
,
IAllList
}
from
'@/types/api/podUsOrder'
import
TableView
from
'@/components/TableView.vue'
import
{
LogListData
,
...
...
src/views/order/podUs/index.vue
View file @
e8b276ce
...
...
@@ -56,6 +56,7 @@
<LogisticsWaySelect
v-model=
"searchForm.craftCode"
:company-list=
"craftList"
:start-width=
"'178px'"
search-placeholder=
"搜索工艺名称"
start-placeholder=
"请选择工艺名称"
></LogisticsWaySelect>
...
...
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