|
|
|
|
@ -19,8 +19,9 @@
|
|
|
|
|
<view class="detail-title" style="width: 150rpx;"><text style="color: #fa3534;">*</text>存放地址</view>
|
|
|
|
|
<view class="detail-tip">
|
|
|
|
|
<view class="selarr" @click="showaddress()">
|
|
|
|
|
<text class="txt" v-if="itemList.departCode">{{retType(itemList.departCode,2)}}{{itemList.workshop}}{{itemList.location}}{{itemList.address}}</text>
|
|
|
|
|
<text class="txt" v-else style="color:#999">请选择</text>
|
|
|
|
|
<text class="txt" v-if="itemList.departCode">
|
|
|
|
|
{{ retType(itemList.departCode,2)}} {{itemList.workshop}} {{itemList.location}} {{itemList.address}} </text>
|
|
|
|
|
<text class="txt" v-else style="color:#999">请选择</text>
|
|
|
|
|
<uni-icons type="right" size="20" color="#999"></uni-icons>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|