|
|
|
@ -30,18 +30,32 @@ |
|
|
|
<view class="section_3"> </view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col section_4"> |
|
|
|
<view class="justify-between"> |
|
|
|
<view class="flex-row"> |
|
|
|
<text class="text_6">李丽丽</text> |
|
|
|
<text class="text_7">15273936409</text> |
|
|
|
</view> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
class="image_10 image_11" |
|
|
|
/> |
|
|
|
</view> |
|
|
|
<text class="text_8">北京北京市海淀区钻石大厦C座</text> |
|
|
|
<view class="flex-col section_4" @click="$url('/packages/address/address?is_select=1')"> |
|
|
|
<view v-if="$isRight(address)"> |
|
|
|
<view class="justify-between"> |
|
|
|
<view class="flex-row"> |
|
|
|
<text class="text_6">{{ address.name }}</text> |
|
|
|
<text class="text_7">{{ address.phone }}</text> |
|
|
|
</view> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
class="image_10 image_11" |
|
|
|
/> |
|
|
|
</view> |
|
|
|
<text class="text_8">{{ address.address }}</text> |
|
|
|
</view> |
|
|
|
<!-- 没有选择地址时 --> |
|
|
|
<view v-else> |
|
|
|
<view class="justify-between"> |
|
|
|
<view class="flex-row"> |
|
|
|
<text class="lf-font-32">点击选择收货地址</text> |
|
|
|
</view> |
|
|
|
<image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893779891395.png" |
|
|
|
class="image_10 image_11" |
|
|
|
/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col section_5"> |
|
|
|
<view class="justify-between"> |
|
|
|
@ -56,30 +70,34 @@ |
|
|
|
</view> |
|
|
|
<view class="flex-row group_14"> |
|
|
|
<text class="text_11">送评人:</text> |
|
|
|
<text class="text_12">送评人</text> |
|
|
|
<!-- <text class="text_12">送评人</text> --> |
|
|
|
<u-input v-model="sonpingInfo.name" placeholder="请输入送评人"></u-input> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_15"> |
|
|
|
<text class="text_13">手机号:</text> |
|
|
|
<text class="text_14">18266785384</text> |
|
|
|
<!-- <text class="text_14">18266785384</text> --> |
|
|
|
<u-input v-model="sonpingInfo.phone" placeholder="请输入送评人手机号" type="number"></u-input> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_16"> |
|
|
|
<text class="text_15">数量:</text> |
|
|
|
<text class="text_16">3</text> |
|
|
|
<!-- <text class="text_16">3</text> --> |
|
|
|
<u-input v-model="sonpingInfo.number" placeholder="请输入送评数量" type="number"></u-input> |
|
|
|
</view> |
|
|
|
<view class="justify-between group_17"> |
|
|
|
<view class="flex-row group_18"> |
|
|
|
<text class="text_17">是否快评:</text> |
|
|
|
<text class="text_18">(价格翻倍)</text> |
|
|
|
</view> |
|
|
|
<image |
|
|
|
<!-- <image |
|
|
|
src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893774083601.png" |
|
|
|
class="switch" |
|
|
|
/> |
|
|
|
/> --> |
|
|
|
<u-switch v-model="isQuickReview" activeColor="#e7a23f"></u-switch> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_19"> |
|
|
|
<text>打包照片</text> |
|
|
|
<view class="flex-row equal-division_1"> |
|
|
|
<image |
|
|
|
<!-- <image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768828992333.png" |
|
|
|
class="equal-division-item_1 image_13" |
|
|
|
/> |
|
|
|
@ -90,14 +108,25 @@ |
|
|
|
<image |
|
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768986098398.png" |
|
|
|
class="equal-division-item_1" |
|
|
|
/> |
|
|
|
/> --> |
|
|
|
|
|
|
|
<u-upload |
|
|
|
:fileList="fileList" |
|
|
|
name="1" |
|
|
|
multiple |
|
|
|
:maxCount="4" |
|
|
|
:previewFullImage="true" |
|
|
|
@afterRead="afterRead" |
|
|
|
@delete="deletePic" |
|
|
|
></u-upload> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_20"> |
|
|
|
<text class="text_20">备注</text> |
|
|
|
<view class="flex-col items-start text-wrapper"> |
|
|
|
<!-- <view class="flex-col items-start text-wrapper"> |
|
|
|
<text class="text_21">请输入您想要备注的信息</text> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<u-textarea v-model="remarks" placeholder="请输入备注" :height="100" class="textarea" :count="true"></u-textarea> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_21"> |
|
|
|
<view class="flex-col items-center button" @click="$url('/pages/write/distribution')"> |
|
|
|
@ -113,8 +142,26 @@ |
|
|
|
<script> |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return {}; |
|
|
|
return { |
|
|
|
address: {}, |
|
|
|
isQuickReview: false, |
|
|
|
sonpingInfo: { |
|
|
|
name: '', |
|
|
|
phone: '', |
|
|
|
number: '' |
|
|
|
}, |
|
|
|
fileList: [], |
|
|
|
remarks: '' |
|
|
|
}; |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
afterRead(event){ |
|
|
|
this.fileList.push(...event.file); |
|
|
|
}, |
|
|
|
deletePic(event){ |
|
|
|
this.fileList.splice(event.index, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
@ -186,16 +233,18 @@ |
|
|
|
color: rgb(51, 51, 51); |
|
|
|
font-size: 32rpx; |
|
|
|
line-height: 44rpx; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
.group_14 { |
|
|
|
margin-top: 40rpx; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.group_15 { |
|
|
|
margin-top: 50rpx; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.group_16 { |
|
|
|
margin-top: 50rpx; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.group_17 { |
|
|
|
margin-top: 44rpx; |
|
|
|
@ -341,7 +390,6 @@ |
|
|
|
.section_6 { |
|
|
|
margin-top: 22rpx; |
|
|
|
align-self: center; |
|
|
|
background-color: rgb(0, 0, 0); |
|
|
|
border-radius: 4rpx; |
|
|
|
width: 196rpx; |
|
|
|
height: 8rpx; |
|
|
|
@ -383,4 +431,10 @@ |
|
|
|
.text_21 { |
|
|
|
margin-left: 30rpx; |
|
|
|
} |
|
|
|
|
|
|
|
/deep/.u-textarea{ |
|
|
|
background-color: #f6f6f6 !important; |
|
|
|
margin-top: 20rpx; |
|
|
|
border-radius: 10rpx; |
|
|
|
} |
|
|
|
</style> |