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
b7f24f11
Commit
b7f24f11
authored
Oct 22, 2025
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
feat:设置菜单放到系统设置下,运费试算添加订单号查询条件 See merge request
!92
parents
b67e1eb9
b9d7b2a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
src/router/menu.ts
+4
-5
src/views/logistics/logisticsCalculate.vue
+8
-1
No files found.
src/router/menu.ts
View file @
b7f24f11
...
@@ -205,14 +205,13 @@ const menu: MenuItem[] = [
...
@@ -205,14 +205,13 @@ const menu: MenuItem[] = [
id
:
6
,
id
:
6
,
label
:
'客户管理'
,
label
:
'客户管理'
,
},
},
],
},
{
{
index
:
'/setting/settingIndex'
,
index
:
'/setting/settingIndex'
,
id
:
7
,
id
:
8
,
label
:
'设置'
,
label
:
'工厂设置'
,
},
],
},
},
// {
// {
// index: '',
// index: '',
// id: 3,
// id: 3,
...
...
src/views/logistics/logisticsCalculate.vue
View file @
b7f24f11
...
@@ -57,7 +57,6 @@ const searchConfig = ref<ISeachFormConfig[]>([
...
@@ -57,7 +57,6 @@ const searchConfig = ref<ISeachFormConfig[]>([
prop
:
'code'
,
prop
:
'code'
,
type
:
'input'
,
type
:
'input'
,
label
:
'邮编'
,
label
:
'邮编'
,
attrs
:
{
attrs
:
{
clearable
:
true
,
clearable
:
true
,
placeholder
:
'请输入邮编'
,
placeholder
:
'请输入邮编'
,
...
@@ -73,6 +72,14 @@ const searchConfig = ref<ISeachFormConfig[]>([
...
@@ -73,6 +72,14 @@ const searchConfig = ref<ISeachFormConfig[]>([
hasUnit
:
true
,
hasUnit
:
true
,
suffix
:
'g'
,
suffix
:
'g'
,
},
},
},{
prop
:
'orderNumber'
,
type
:
'input'
,
label
:
'订单号'
,
attrs
:
{
clearable
:
true
,
placeholder
:
'请输入订单号'
,
},
},
},
])
])
...
...
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