Commit cb54c3db authored by honghy's avatar honghy Committed by wux

控货订单多国语,订单明细

parent eebb00a3
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<view class="lending_content"> <view class="lending_content">
<view class="title"> <view class="title">
<text>{{$lang.lang.docException.customsType}}{{orderNo}}</text> <text>{{$lang.lang.docException.customsType}}{{orderNo}}</text>
<view class="btns" @click="$refs.file.close()">{{$lang.lang.login.close}}</view>
</view> </view>
<view class="btns" @click="$refs.file.close()">{{$lang.lang.login.close}}</view>
<view class="file-lists"> <view class="file-lists">
<view class="file-list" v-for="item in fileList" :key="item.id"> <view class="file-list" v-for="item in fileList" :key="item.id">
<text>{{getFileName(item.url)}}</text> <text>{{getFileName(item.url)}}</text>
...@@ -259,8 +259,8 @@ ...@@ -259,8 +259,8 @@
border-radius: 12upx; border-radius: 12upx;
} }
.title{ .title{
margin: 50upx;
width: 100%; width: 100%;
position: relative;
left: 10upx; left: 10upx;
color: #333; color: #333;
} }
...@@ -270,8 +270,8 @@ ...@@ -270,8 +270,8 @@
} }
.btns{ .btns{
position: absolute; position: absolute;
right:0; right:5upx;
top:-10upx; top:5upx;
padding: 12upx 24upx; padding: 12upx 24upx;
color: #fff; color: #fff;
font-size: 28upx; font-size: 28upx;
......
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
</view> </view>
<image class="type-bg" src="../../static/img/type-1.png"></image> <image class="type-bg" src="../../static/img/type-1.png"></image>
<view class="transport-info"> <view class="transport-info">
<view v-for="item in transType" @click="toCreatOrder(item.value)" :class="'type'+item.value">{{$lang.locale=='zh'?item.label:item.labelEn}}</view> <view v-for="item in transType" @click="toCreatOrder(item.value)" :class="'type'+item.value">{{$lang.locale=='zh'?item.label:$lang.locale=='en'?item.labelEn:item.labelFr}}</view>
</view> </view>
</view> </view>
</uni-popup> </uni-popup>
...@@ -460,8 +460,8 @@ ...@@ -460,8 +460,8 @@
<text>{{$lang.lang.order.addtime}}{{$request.getLocalTime(item.createTime)}}</text> <text>{{$lang.lang.order.addtime}}{{$request.getLocalTime(item.createTime)}}</text>
<text style="width: 100%;">{{$lang.lang.order.operation}}{{item.creatorName}}</text> <text style="width: 100%;">{{$lang.lang.order.operation}}{{item.creatorName}}</text>
<text>{{$lang.lang.order.operatorType}}{{item.userType==1?$lang.lang.order.member:$lang.lang.order.manager}}</text> <text>{{$lang.lang.order.operatorType}}{{item.userType==1?$lang.lang.order.member:$lang.lang.order.manager}}</text>
<text>{{$lang.lang.order.operateType}}{{item.type}}</text> <text>{{$lang.lang.order.operateType}}{{$lang.locale=='zh'?item.type:$lang.locale=='en'?item.typeEn:item.typeFr}}</text>
<text>{{$lang.lang.order.remark}}{{item.msg}}</text> <text>{{$lang.lang.order.remark}}{{$lang.locale=='zh'?item.msg:$lang.locale=='en'?item.msgEn:item.msgFr}}</text>
</view> </view>
</view> </view>
<view class="lending_btns"> <view class="lending_btns">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment