Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-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-app-customer-new-master
Commits
5308ea53
Commit
5308ea53
authored
Sep 06, 2024
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情ui更改
parent
8c4de867
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
251 additions
and
149 deletions
+251
-149
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+175
-136
orderInfo.css
src/static/css/orderInfo.css
+40
-11
addicon.png
src/static/img/addicon.png
+0
-0
en.js
src/static/lang/en.js
+18
-1
zh.js
src/static/lang/zh.js
+18
-1
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
5308ea53
This diff is collapsed.
Click to expand it.
src/static/css/orderInfo.css
View file @
5308ea53
...
...
@@ -13,10 +13,10 @@ page{
font-size
:
var
(
--f30
);
margin-bottom
:
10
upx
;
}
.order-title
text
{
/*
.order-title text{
font-size: var(--f24);
color: var(--c6);
}
}
*/
.items1
{
background-image
:
url(@/static/img/info_bg.png)
!important
;
background-repeat
:
no-repeat
;
...
...
@@ -111,12 +111,12 @@ page{
align-items
:
center
;
justify-content
:
space-between
;
}
.order-info-txt
view
{
/* margin-bottom: 20upx; */
}
.order-info-txt
view
:last-child
{
/*
.order-info-txt view{
margin-bottom: 20upx;
}
*/
/*
.order-info-txt view:last-child{
margin-bottom: 0;
}
}
*/
.order-info-line
{
display
:
flex
;
...
...
@@ -125,11 +125,20 @@ page{
}
.order-info-line-v
{
flex
:
1
;
border
:
1px
solid
#333
;
}
.order-info-line
.order-info-line-v
:last-child
{
border-left
:
none
!important
;
}
.order-info-line-v
view
{
margin-bottom
:
20
upx
;
display
:
flex
;
align-items
:
center
;
padding-left
:
8
rpx
;
border-bottom
:
1px
solid
#333
;
}
.order-info-line-v
view
:last-child
{
border-bottom
:
none
!important
;
}
.order-nav
{
width
:
90%
;
...
...
@@ -218,6 +227,7 @@ page{
.order-table-v
{
/* display: flex; */
height
:
70
upx
;
display
:
flex
;
}
.order-table-v
text
{
display
:
inline-block
;
...
...
@@ -226,10 +236,10 @@ page{
height
:
auto
;
line-height
:
32
upx
;
}
.order-table-v
:nth-child
(
2n
)
{
/*
.order-table-v:nth-child(2n){
background-color: var(--ce9);
color: var(--c6);
}
}
*/
.order-table-v1
{
width
:
20%
;
display
:
flex
;
...
...
@@ -321,3 +331,22 @@ page{
.hideInfoClass
{
display
:
none
;
}
.addicon
{
width
:
60
rpx
;
height
:
60
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.addicon
image
{
width
:
48
rpx
;
height
:
48
rpx
;
}
.number_shop
{
background-color
:
#80ffff
;
border
:
1px
solid
#333
;
border-bottom
:
none
;
margin-bottom
:
-20
upx
;
padding-left
:
8
rpx
;
}
\ No newline at end of file
src/static/img/addicon.png
0 → 100644
View file @
5308ea53
532 Bytes
src/static/lang/en.js
View file @
5308ea53
...
...
@@ -724,7 +724,7 @@ export default {
toRoom
:
"
to door
"
,
consigneeCity
:
"
consignee's city
"
,
consigneeAdd
:
"
consignee's address
"
,
logistics
:
"
logistics information
"
,
logistics
:
"
transport
"
,
endCity
:
"
destination cargo
"
,
startCity
:
"
departure cargo
"
,
address
:
"
address
"
,
...
...
@@ -779,6 +779,23 @@ export default {
loans
:
"
Collection of loans
"
,
showInfo
:
"
Show
"
,
hiddenInfo
:
"
Hide
"
,
copy
:
"
copy
"
,
typeName
:
"
value-added services
"
,
objectport
:
'
Destination port customs clearance
'
,
ourUndertakes
:
'
Our company undertakes
'
,
customerUndertakes
:
'
Customer Undertaking
'
,
creator
:
'
creator
'
,
warehouseName
:
'
Warehouse
'
,
externalWarehouse
:
'
External warehouse
'
,
estLoading
:
"
Loading time
"
,
loadingAddress
:
"
Loading address
"
,
tidanPrice
:
"
Bill of lading Price
"
,
show
:
"
display
"
,
noShow
:
"
Do not display
"
,
createTime
:
"
Creation time
"
,
inWarehouseInfo
:
"
Warehouse entry information
"
,
quickNos
:
"
prefill express tracking number
"
,
unitType
:
"
Packaging type
"
},
price
:
{
startCity
:
"
place of departure
"
,
...
...
src/static/lang/zh.js
View file @
5308ea53
...
...
@@ -717,7 +717,7 @@ export default {
toRoom
:
"
送货上门
"
,
consigneeCity
:
"
收货地区
"
,
consigneeAdd
:
"
收货地址
"
,
logistics
:
"
物流信息
"
,
logistics
:
"
运输
"
,
endCity
:
"
目的仓
"
,
startCity
:
"
始发仓
"
,
address
:
"
地址
"
,
...
...
@@ -772,6 +772,23 @@ export default {
loans
:
"
代收贷款
"
,
showInfo
:
"
展示
"
,
hiddenInfo
:
"
隐藏
"
,
copy
:
"
复制
"
,
typeName
:
"
增值服务
"
,
objectport
:
'
目的港清关
'
,
ourUndertakes
:
'
我司承接
'
,
customerUndertakes
:
'
客户承接
'
,
creator
:
'
创建人
'
,
warehouseName
:
'
仓库
'
,
externalWarehouse
:
'
外部仓
'
,
estLoading
:
"
装柜时间
"
,
loadingAddress
:
"
装柜地址
"
,
tidanPrice
:
"
提单价格
"
,
show
:
"
显示
"
,
noShow
:
"
不显示
"
,
createTime
:
"
创建时间
"
,
inWarehouseInfo
:
"
入仓信息
"
,
quickNos
:
"
填单快递单号
"
,
unitType
:
"
包装类型
"
},
price
:
{
startCity
:
"
始发地
"
,
...
...
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