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
fd79416a
Commit
fd79416a
authored
Sep 08, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单编辑
parent
d1d18c7e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
602 additions
and
465 deletions
+602
-465
data.js
src/api/data.js
+9
-0
zh.js
src/lang/zh.js
+7
-7
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 @
fd79416a
...
...
@@ -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 @
fd79416a
...
...
@@ -387,11 +387,11 @@ export default {
consignorPhone
:
'
发货人电话
'
,
consignorEmail
:
'
发货人邮箱
'
,
consigneeName
:
'
收货人
'
,
consigneeCompany
:
'
收货人
公司名称
'
,
consigneeNameEn
:
'
收货人
英文名称
'
,
consigneeCompanyEn
:
'
收货人
公司英文名称
'
,
consigneeEmail
:
'
收货人
邮箱
'
,
consigneePhone
:
'
收货人
电话
'
,
consigneeCompany
:
'
公司名称
'
,
consigneeNameEn
:
'
英文名称
'
,
consigneeCompanyEn
:
'
公司英文名称
'
,
consigneeEmail
:
'
邮箱
'
,
consigneePhone
:
'
电话
'
,
marks
:
'
唛头
'
,
isCargoControl
:
'
是否控货
'
,
baseInfo
:
'
基础
'
,
...
...
@@ -815,7 +815,7 @@ export default {
openConsignee
:
'
选择收货人
'
,
consigneePhone
:
'
电话
'
,
consigneePhoneNotice
:
'
请输入电话
'
,
consigneeCompany
:
'
收货人
公司名称
'
,
consigneeCompany
:
'
公司名称
'
,
consigneeCompanyNotice
:
'
请输入公司名称
'
,
consigneeCompanyNoticeEn
:
'
请输入公司英文名称
'
,
emailNotice
:
'
请输入邮箱
'
,
...
...
@@ -831,7 +831,7 @@ export default {
objectiveNotice
:
'
请选择目的地
'
,
router
:
'
请选择线路
'
,
routerNotice
:
'
请在右侧选择线路
'
,
goods
:
'
商品
信息
'
,
goods
:
'
商品
'
,
addPro
:
'
添加货物
'
,
addPros
:
'
批量添加货物
'
,
index
:
'
序号
'
,
...
...
src/views/jiedao/profile/components/SectionTitle.vue
0 → 100644
View file @
fd79416a
<
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 @
fd79416a
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