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

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

parent eebb00a3
......@@ -4,8 +4,8 @@
<view class="lending_content">
<view class="title">
<text>{{$lang.lang.docException.customsType}}{{orderNo}}</text>
<view class="btns" @click="$refs.file.close()">{{$lang.lang.login.close}}</view>
</view>
<view class="btns" @click="$refs.file.close()">{{$lang.lang.login.close}}</view>
<view class="file-lists">
<view class="file-list" v-for="item in fileList" :key="item.id">
<text>{{getFileName(item.url)}}</text>
......@@ -259,8 +259,8 @@
border-radius: 12upx;
}
.title{
margin: 50upx;
width: 100%;
position: relative;
left: 10upx;
color: #333;
}
......@@ -270,8 +270,8 @@
}
.btns{
position: absolute;
right:0;
top:-10upx;
right:5upx;
top:5upx;
padding: 12upx 24upx;
color: #fff;
font-size: 28upx;
......
......@@ -447,7 +447,7 @@
</view>
<image class="type-bg" src="../../static/img/type-1.png"></image>
<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>
</uni-popup>
......@@ -460,8 +460,8 @@
<text>{{$lang.lang.order.addtime}}{{$request.getLocalTime(item.createTime)}}</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.operateType}}{{item.type}}</text>
<text>{{$lang.lang.order.remark}}{{item.msg}}</text>
<text>{{$lang.lang.order.operateType}}{{$lang.locale=='zh'?item.type:$lang.locale=='en'?item.typeEn:item.typeFr}}</text>
<text>{{$lang.lang.order.remark}}{{$lang.locale=='zh'?item.msg:$lang.locale=='en'?item.msgEn:item.msgFr}}</text>
</view>
</view>
<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