| | |
| | | <view class="index"> |
| | | <!-- 接单方 --> |
| | | <view class="index-j" v-if="userInfo && userInfo.useIdentity === 1"> |
| | | <view class="kefubtn" @click="contactPhone()"> |
| | | <image style="width: 36rpx;height: 36rpx" src="/static/icon/ic_kefu.png" mode="widthFix"></image> |
| | | <text>客服</text> |
| | | </view> |
| | | <view class="index-j-head"> |
| | | <view :style="{ width: '100%', height: statusbarHeight + 'px' }"></view> |
| | | <view class="index-c-title" :style="{ height: navHeight + 'px' }"> |
| | |
| | | <image src="/static/icon/ic_qidian@2x.png" mode="widthFix" v-if="i === 0"></image> |
| | | <image src="/static/icon/ic_jingguo@2x.png" mode="widthFix" v-else-if="i !== 0 && i !== item.wayInfo.length - 1"></image> |
| | | <image src="/static/icon/ic_zhongdian@2x.png" mode="widthFix" v-else-if="i === item.wayInfo.length - 1"></image> |
| | | <text>{{item.location}}</text> |
| | | <text>{{address.location}}</text> |
| | | </view> |
| | | </view> |
| | | <template v-if="[0, 2].includes(item.type)"> |
| | |
| | | </view> |
| | | <view class="radio-item-list-data"> |
| | | <text style="flex-shrink: 0;">份数:</text> |
| | | <input type="number" v-model="item.num" placeholder="请输入"> |
| | | <input type="digit" v-model="item.num" placeholder="请输入"> |
| | | <text style="color: #999999;">份</text> |
| | | <view class="radio-item-list-data-btn" @click="clear(index)">取消</view> |
| | | </view> |
| | |
| | | <input type="text" v-model="form.locationRemark" placeholder="请输入" /> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row" v-if="viewStatus"> |
| | | <view class="list-item-row" > |
| | | <view class="list-item-row-label">需求补充</view> |
| | | <view class="list-item-row-val"> |
| | | <textarea v-model="form.supplement" cols="30" rows="10" placeholder="请输入" maxlength="200"></textarea> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-row" v-if="viewStatus"> |
| | | <view class="list-item-row" > |
| | | <view class="list-item-row-label">图片</view> |
| | | <view class="list-item-row-upload"> |
| | | <view class="upload-item" v-if=" form.multifileList" v-for="(item, index) in form.multifileList" :key="index"> |
| | | <view class="upload-item" v-if=" form.multifileList" v-for="(item, index) in form.multifileList" :key="index" @click="preview(index, form.multifileList)"> |
| | | <image :src="item.url" mode="widthFix"></image> |
| | | <image class="upload-item-dele" @click="form.multifileList.splice(index, 1)" src="/static/icon/ic_delete1@2x.png" mode="widthFix"></image> |
| | | <image class="upload-item-dele" @click.stop="form.multifileList.splice(index, 1)" src="/static/icon/ic_delete1@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <view class="upload-item" @click="uploadImg"> |
| | | <u-icon name="plus" color="#999999" size="24"></u-icon> |
| | | <text>点击上传</text> |
| | | </view> |
| | | <view style="width: 208rpx; height: 0;"></view> |
| | | </view> |
| | | </view> |
| | | <view class="list-item-zk" @click="viewStatus = !viewStatus"> |
| | | <!-- <view class="list-item-zk" @click="viewStatus = !viewStatus"> |
| | | <text>{{viewStatus ? '收起' : '补充需求'}}</text> |
| | | <u-icon :name="viewStatus ? 'arrow-up' : 'arrow-down'" color="#00BC12" size="16"></u-icon> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">联系人信息</view> |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | preview(current, arr) { |
| | | let urls = arr.map(item => item.url || item.fileurlFull) |
| | | uni.previewImage({ current, urls }) |
| | | }, |
| | | goOrderDetail(id){ |
| | | uni.navigateTo({ |
| | | url: '/pages/order-details/order-details?id='+id |
| | |
| | | border-radius: 44rpx; |
| | | } |
| | | .index-j { |
| | | .kefubtn{ |
| | | background-color: white; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | position: fixed; |
| | | bottom: 100rpx; |
| | | flex-direction: column; |
| | | right:30rpx; |
| | | height: 88rpx; |
| | | width: 88rpx; |
| | | border: 1rpx solid #f2f2f2; |
| | | border-radius: 50%; |
| | | image{ |
| | | width: 36rpx; |
| | | width: 36rpx; |
| | | } |
| | | text{ |
| | | width: 44rpx; |
| | | height: 32rpx; |
| | | font-weight: 400; |
| | | font-size: 22rpx; |
| | | color: #222222; |
| | | line-height: 32rpx; |
| | | text-align: center; |
| | | } |
| | | } |
| | | width: 100%; |
| | | .index-j-head { |
| | | width: 100%; |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | flex-wrap: wrap; |
| | | padding: 30rpx 0; |
| | | box-sizing: border-box; |
| | | .upload-item { |
| | | width: 156rpx; |
| | | height: 156rpx; |
| | | width: 208rpx; |
| | | height: 208rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | background: #F8F9FB; |
| | | border-radius: 8rpx; |
| | | margin-right: 20rpx; |
| | | border: 2rpx solid #EEEEEE; |
| | | position: relative; |
| | | &:last-child { |