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
855bac29
Commit
855bac29
authored
Aug 20, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 配货分拣修改配货区名称展示
parent
e11d0ead
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/types/api/order.ts
+1
-0
src/views/order/factoryOrderNew/component/InventorySorting.vue
+3
-6
No files found.
src/types/api/order.ts
View file @
855bac29
...
...
@@ -306,6 +306,7 @@ export interface SortingList {
defaultWarehouse
:
0
|
1
matchType
:
1
|
2
// 匹配类型:1=所有条件(且) 2=任一条件(或)
conditions
:
SortingRuleCondition
[]
// 配货规则
name
?:
string
// 配货区名称
}
// 配货分拣 详情
...
...
src/views/order/factoryOrderNew/component/InventorySorting.vue
View file @
855bac29
...
...
@@ -57,7 +57,7 @@
<ElOption
v-for=
"item in sortingAreaList"
:key=
"item.id"
:label=
"item.
areaName + ' - ' + item.warehouseN
ame"
:label=
"item.
n
ame"
:value=
"item.id"
/>
</ElSelect>
...
...
@@ -153,11 +153,8 @@
<div
class=
"right-panel"
>
<div
class=
"sorting-area-content"
>
{{
(sortingAreaList.find((item) => item.id === sortingAreaId)
?.areaName || '') +
' - ' +
(sortingAreaList.find((item) => item.id === sortingAreaId)
?.warehouseName || '')
sortingAreaList.find((item) => item.id === sortingAreaId)?.name ||
''
}}
</div>
<div
class=
"platform-filter"
>
...
...
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