Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-web-master
Commits
4bdadadf
Commit
4bdadadf
authored
Sep 09, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
合并订单编辑,fix合并冲突
parents
b63fc958
fd79416a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
600 additions
and
463 deletions
+600
-463
data.js
src/api/data.js
+9
-0
zh.js
src/lang/zh.js
+5
-5
SectionTitle.vue
src/views/jiedao/profile/components/SectionTitle.vue
+36
-0
delivery.vue
src/views/jiedao/profile/delivery.vue
+550
-458
No files found.
src/api/data.js
View file @
4bdadadf
...
...
@@ -143,3 +143,12 @@ export function getCityData(query) {
params
:
query
})
}
// 获取仓库区域并行国家、城市、仓库列表
export
function
getGuojiaAndShiAndWarehouseList
(
query
=
{})
{
return
request
({
url
:
'
/app-api/ecw/warehouse/getGuojiaAndShiAndWarehouseList
'
,
method
:
'
get
'
,
params
:
query
})
}
src/lang/zh.js
View file @
4bdadadf
...
...
@@ -568,11 +568,11 @@ export default {
consignorPhone
:
'
发货人电话
'
,
consignorEmail
:
'
发货人邮箱
'
,
consigneeName
:
'
收货人
'
,
consigneeCompany
:
'
收货人
公司名称
'
,
consigneeNameEn
:
'
收货人
英文名称
'
,
consigneeCompanyEn
:
'
收货人
公司英文名称
'
,
consigneeEmail
:
'
收货人
邮箱
'
,
consigneePhone
:
'
收货人
电话
'
,
consigneeCompany
:
'
公司名称
'
,
consigneeNameEn
:
'
英文名称
'
,
consigneeCompanyEn
:
'
公司英文名称
'
,
consigneeEmail
:
'
邮箱
'
,
consigneePhone
:
'
电话
'
,
marks
:
'
唛头
'
,
isCargoControl
:
'
是否控货
'
,
baseInfo
:
'
基础
'
,
...
...
src/views/jiedao/profile/components/SectionTitle.vue
0 → 100644
View file @
4bdadadf
<
script
>
export
default
{
props
:
{
title
:
String
,
langKey
:
String
}
}
</
script
>
<
template
>
<div
style=
"display: flex"
>
<div
style=
"
width: 6px;
height: 26px;
background: #659fd5;
border-radius: 0px 6px 6px 0px;
"
/>
<span
style=
"
font-size: 22px;
font-weight: 500;
color: #333;
line-height: 26px;
margin-left: 5px;
"
>
<slot>
{{
title
||
$t
(
langKey
)
}}
</slot>
</span>
</div>
</
template
>
<
style
scoped
>
</
style
>
src/views/jiedao/profile/delivery.vue
View file @
4bdadadf
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