|
|
|
|
|
|
|
|
<view class="from_item" v-if="form.sendStatusName == '寄回'" @click="showPicker"> |
|
|
<view class="from_item" v-if="form.sendStatusName == '寄回'" @click="showPicker"> |
|
|
<text style="font-size: 28rpx;"><text style="color: red">*</text>退货物流公司:</text> |
|
|
<text style="font-size: 28rpx;"><text style="color: red">*</text>退货物流公司:</text> |
|
|
<view style="display: flex;align-items: center;font-size: 28rpx;"> |
|
|
<view style="display: flex;align-items: center;font-size: 28rpx;"> |
|
|
<u-input v-model="form.courierCompany" class="input" disabled @click="showPicker" |
|
|
|
|
|
style="visibility: hidden;" placeholder="请选择" /> |
|
|
|
|
|
|
|
|
<u-input v-model="form.courierCompany" class="input" @click="showPicker" |
|
|
|
|
|
:placeholder="form.courierCompany?form.courierCompany:'请选择'" style="text-align: right;" /> |
|
|
<!-- <text v-if="form.courierCompany">{{form.courierCompany}}</text> --> |
|
|
<!-- <text v-if="form.courierCompany">{{form.courierCompany}}</text> --> |
|
|
<u-icon name="arrow-right" style="margin-left: 10px"></u-icon> |
|
|
<u-icon name="arrow-right" style="margin-left: 10px"></u-icon> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::v-deep .input { |
|
|
::v-deep .input { |
|
|
text-align: left; |
|
|
|
|
|
|
|
|
text-align: right; |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
|
|
|
|
|
|
input { |
|
|
input { |
|
|
text-align: left; |
|
|
|
|
|
|
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |