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
0
Merge Requests
0
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
6669ae67
Commit
6669ae67
authored
Sep 06, 2024
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情修改
parent
79ebf587
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
266 additions
and
62 deletions
+266
-62
.env.dev
.env.dev
+3
-3
.env.development
.env.development
+3
-3
data.js
src/api/data.js
+8
-0
en.js
src/lang/en.js
+23
-2
zh.js
src/lang/zh.js
+23
-2
orderdetail.vue
src/views/jiedao/profile/orderdetail.vue
+206
-52
No files found.
.env.dev
View file @
6669ae67
...
...
@@ -2,7 +2,7 @@
NODE_ENV = 'development'
# base api
#VUE_APP_BASE_API = 'https://api
.jd.jdshangmen.com
'
VUE_APP_BASE_API = 'http://
127.0.0.1:48080
'
#VUE_APP_BASE_API = 'https://api
test.groupage.cn
'
VUE_APP_BASE_API = 'http://
apitest.groupage.cn
'
VUE_APP_HOME_API = 'https://www.groupage.cn'
\ No newline at end of file
VUE_APP_HOME_API = 'https://apitest.groupage.cn'
.env.development
View file @
6669ae67
...
...
@@ -3,7 +3,7 @@ ENV = 'development'
NODE_ENV = 'development'
# base api
#VUE_APP_BASE_API = 'https://api
.jd.jdshangmen.com
'
VUE_APP_BASE_API = 'http://
127.0.0.1:48080
'
#VUE_APP_BASE_API = 'https://api
test.groupage.cn
'
VUE_APP_BASE_API = 'http://
apitest.groupage.cn
'
VUE_APP_HOME_API = 'https://
www
.groupage.cn'
VUE_APP_HOME_API = 'https://
apitest
.groupage.cn'
src/api/data.js
View file @
6669ae67
...
...
@@ -135,3 +135,11 @@ export function checkKycStatus(query) {
params
:
query
})
}
// 获取城市
export
function
getCityData
(
query
)
{
return
request
({
url
:
'
/app-api/ecw/region/get
'
,
method
:
'
get
'
,
params
:
query
})
}
src/lang/en.js
View file @
6669ae67
...
...
@@ -409,8 +409,29 @@ export default {
showLadingBill
:
'
showLadingBill
'
,
hiddenText
:
'
Show
'
,
showText
:
'
Hide
'
,
transInfo
:
'
Transportation information
'
transInfo
:
'
Transportation information
'
,
own
:
"
selp pickup
"
,
toRoom
:
"
to door
"
,
typeName
:
"
value-added services
"
,
service
:
"
Gether transpotation
"
,
oversears
:
"
overseas cargo
"
,
consignor
:
"
consignor
"
,
consignee
:
"
consignee
"
,
objectport
:
'
Destination port customs clearance
'
,
ourUndertakes
:
'
Our company undertakes
'
,
customerUndertakes
:
'
Customer Undertaking
'
,
tiedanPrice
:
"
Does the bill of lading display the price
"
,
warehouseName
:
"
Warehouse
"
,
externalWarehouse
:
'
External warehouse
'
,
estLoading
:
"
Loading time
"
,
loadingAddress
:
"
Loading address
"
,
creator
:
'
creator
'
,
customerManage
:
"
Customer Manager
"
,
prodTitle
:
"
item name
"
,
inWarehouseInfo
:
"
Warehouse entry information
"
,
packing
:
"
packing
"
,
tiandanExpressNO
:
"
prefill express tracking number
"
,
feeData
:
'
Fee data
'
},
customer
:
{
none
:
'
none
'
,
...
...
src/lang/zh.js
View file @
6669ae67
...
...
@@ -424,8 +424,29 @@ export default {
showLadingBill
:
'
查看提货单
'
,
hiddenText
:
'
隐藏
'
,
showText
:
'
展示
'
,
transInfo
:
'
运输信息
'
transInfo
:
'
运输信息
'
,
own
:
"
自提
"
,
toRoom
:
"
送货上门
"
,
typeName
:
"
增值服务
"
,
service
:
"
集运
"
,
oversears
:
"
海外仓
"
,
consignor
:
"
发货人
"
,
consignee
:
"
收货人
"
,
objectport
:
'
目的港清关
'
,
ourUndertakes
:
'
我司承接
'
,
customerUndertakes
:
'
客户承接
'
,
tiedanPrice
:
"
提单是否显示价格
"
,
warehouseName
:
"
仓库
"
,
externalWarehouse
:
'
外部仓
'
,
estLoading
:
"
装柜时间
"
,
loadingAddress
:
"
装柜地址
"
,
creator
:
'
创建人
'
,
customerManage
:
"
客户经理
"
,
prodTitle
:
"
品名
"
,
inWarehouseInfo
:
"
入仓信息
"
,
packing
:
"
包装
"
,
tiandanExpressNO
:
"
填单快递单号
"
,
feeData
:
'
收费数据
'
},
customer
:
{
none
:
'
无
'
,
...
...
src/views/jiedao/profile/orderdetail.vue
View file @
6669ae67
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