tianyi 2 days ago
parent
commit
2a0e90e0d3
  1. 9
      package1/myCenter/partTimeJob.vue
  2. 4
      package1/myCenter/partTimeJobRegister.vue
  3. 14
      package1/order/orderDetail.vue
  4. 2
      package1/order/orderList.vue
  5. 6
      package1/order/returnOrder.vue
  6. 8
      package1/runErrand/runErrand.vue

9
package1/myCenter/partTimeJob.vue

@ -1,9 +0,0 @@
<template>
<!-- 兼职主页 -->
</template>
<script>
</script>
<style>
</style>

4
package1/myCenter/partTimeJobRegister.vue

@ -94,8 +94,8 @@
<uni-icons type="closeempty" size="20" @click="removeRule('waima', index)" color="#ff0000" style="margin-left:10rpx;"></uni-icons> <uni-icons type="closeempty" size="20" @click="removeRule('waima', index)" color="#ff0000" style="margin-left:10rpx;"></uni-icons>
</view> </view>
</view> </view>
<view style="display: flex; width: 100%; margin-top: 10px; align-items: center;"> <view style="display: flex; width: 100%; margin-top: 20rpx; align-items: center;">
<text style="margin: 0 10px 0 5px; color: #777; font-size: 13px; font-weight: bold;">备注</text> <text style="margin: 0 20rpx 0 10rpx; color: #777; font-size: 26rpx; font-weight: bold;">备注</text>
<input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;"> <input type="text" v-model="item.remark" placeholder="填写备注,如:限时/大件加钱" style="flex:1; background: #fff; border-radius: 10rpx; padding: 0 20rpx; height: 60rpx; line-height: 60rpx;">
</view> </view>
</view> </view>

14
package1/order/orderDetail.vue

@ -48,7 +48,7 @@
<view class="kaituan11"> <view class="kaituan11">
<view class="kaituan1-title1"> <view class="kaituan1-title1">
{{orderDetail.groupInfo.targetMembers - orderDetail.groupInfo.currentMembers}}人即可成团 {{orderDetail.groupInfo.targetMembers - orderDetail.groupInfo.currentMembers}}人即可成团
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/21b403bd13414ce79ad73cf1c8e3de98.png" alt="" style="width: 120rpx;height: 11px;position: absolute;bottom: 0;right: 15px;" /> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/21b403bd13414ce79ad73cf1c8e3de98.png" alt="" style="width: 120rpx;height: 22rpx;position: absolute;bottom: 0;right: 30rpx;" />
</view> </view>
<view class="kaituan1-title11"> <view class="kaituan1-title11">
快呼唤小伙伴参加吧 快呼唤小伙伴参加吧
@ -92,7 +92,7 @@
</view> </view>
</view> </view>
<view class="content"> <view class="content">
<view class="box1" style="display: flex;min-height: 80px;"> <view class="box1" style="display: flex;min-height: 160rpx;">
<view class="status-img"> <view class="status-img">
<img v-if="orderDetail.status == 0 || (orderDetail.status == 3 && orderDetail.deliveryType == 2)" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6cf6fff020614ebebb34f7c371e11331.png" alt="" /> <img v-if="orderDetail.status == 0 || (orderDetail.status == 3 && orderDetail.deliveryType == 2)" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/6cf6fff020614ebebb34f7c371e11331.png" alt="" />
<img v-if="orderDetail.status == 2" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/35ff6276eb3a4e58b8baa724ca44d5dc.png" alt="" /> <img v-if="orderDetail.status == 2" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/35ff6276eb3a4e58b8baa724ca44d5dc.png" alt="" />
@ -138,7 +138,7 @@
<view class="status-btn" style="top: 0;" v-if="orderDetail.status == 5 && orderDetail.mallRefundRecord.length < 1" @tap="returnProducts(orderDetail)"> <view class="status-btn" style="top: 0;" v-if="orderDetail.status == 5 && orderDetail.mallRefundRecord.length < 1" @tap="returnProducts(orderDetail)">
申请售后 申请售后
</view> </view>
<view class="status-btn" style="top: 35px;" @tap="refreah(orderDetail)"> <view class="status-btn" style="top: 70rpx;" @tap="refreah(orderDetail)">
刷新 刷新
</view> </view>
<!-- <view class="status-btn"> <!-- <view class="status-btn">
@ -269,7 +269,7 @@
<text style="flex:1">{{orderDetail.shopName}}</text> <text style="flex:1">{{orderDetail.shopName}}</text>
<img @tap="makeCall(orderDetail.shopPhone)" <img @tap="makeCall(orderDetail.shopPhone)"
src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png"
alt="" style="width: 40rpx;height: 40rpx;margin-top: 7px;" /> alt="" style="width: 40rpx;height: 40rpx;margin-top: 14rpx;" />
</view> </view>
<view v-for="(item1,index1) in orderDetail.goodsList" :key="index1" v-if="orderDetail.goodsList != null && orderDetail.goodsList.length > 0" style="display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;"> <view v-for="(item1,index1) in orderDetail.goodsList" :key="index1" v-if="orderDetail.goodsList != null && orderDetail.goodsList.length > 0" style="display: flex;padding: 20rpx;background: #eee;border-radius: 20rpx;">
@ -570,7 +570,7 @@
<!-- 增加佣金支付弹出层 --> <!-- 增加佣金支付弹出层 -->
<uni-popup ref="addFeePayPopup" background-color="#fff"> <uni-popup ref="addFeePayPopup" background-color="#fff">
<view class="pay-popup" style="height: 290px;background: #fff;border-radius: 40rpx 40rpx 0 0;"> <view class="pay-popup" style="height: 580rpx;background: #fff;border-radius: 40rpx 40rpx 0 0;">
<view class="content" style="height: 100%;margin-top:0"> <view class="content" style="height: 100%;margin-top:0">
<view class="box1"> <view class="box1">
<view style="height: 70rpx;line-height: 70rpx;text-align: center;"> <view style="height: 70rpx;line-height: 70rpx;text-align: center;">
@ -1279,8 +1279,8 @@
width: 600rpx; width: 600rpx;
height: 800rpx; height: 800rpx;
background: #fff; background: #fff;
border-radius: 10px; border-radius: 20rpx;
padding: 10px; padding: 20rpx;
} }
.title1 { .title1 {

2
package1/order/orderList.vue

@ -773,7 +773,7 @@
line-height: 40rpx; line-height: 40rpx;
} }
.vue-ref{ .vue-ref{
border-radius: 10px !important; border-radius: 20rpx !important;
} }
.guize-list { .guize-list {
width: 600rpx; width: 600rpx;

6
package1/order/returnOrder.vue

@ -190,7 +190,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="height: 170rpx;line-height: 170rpx;display: flex;margin-top: 20px;" v-if="orderDetail.deliveryType == 1"> <view style="height: 170rpx;line-height: 170rpx;display: flex;margin-top: 40rpx;" v-if="orderDetail.deliveryType == 1">
<view style="flex: 1;color: #777;font-weight: 700;"> <view style="flex: 1;color: #777;font-weight: 700;">
订单备注 订单备注
</view> </view>
@ -219,10 +219,10 @@
<view class="car-close"> <view class="car-close">
<uni-icons type="close" size="30" color="#fff"></uni-icons> <uni-icons type="close" size="30" color="#fff"></uni-icons>
</view> </view>
<view class="car-title" style="padding: 0 10px;"> <view class="car-title" style="padding: 0 20rpx;">
选择退款原因 选择退款原因
</view> </view>
<view style="padding: 0 10px;"> <view style="padding: 0 20rpx;">
<view style="height:80rpx;"> <view style="height:80rpx;">
<radio :checked="sellTime==0" name="sellTime" @click="checkSellTime(0)" /> <radio :checked="sellTime==0" name="sellTime" @click="checkSellTime(0)" />
只退商品 只退商品

8
package1/runErrand/runErrand.vue

@ -101,7 +101,7 @@
</view> </view>
<!-- 配送员模块 --> <!-- 配送员模块 -->
<view style="width: 95%;margin: 10px auto;background: #fff; border-radius: 20rpx; padding: 20rpx; margin-top: 20rpx; box-shadow: 0 0 10rpx rgba(0,0,0,0.05);"> <view style="width: 95%;margin: 20rpx auto;background: #fff; border-radius: 20rpx; padding: 20rpx; margin-top: 20rpx; box-shadow: 0 0 10rpx rgba(0,0,0,0.05);">
<view style="border-bottom: 1px solid #eee; padding-bottom: 20rpx;"> <view style="border-bottom: 1px solid #eee; padding-bottom: 20rpx;">
<view style="font-size: 28rpx;font-weight: 700;">配送员</view> <view style="font-size: 28rpx;font-weight: 700;">配送员</view>
<view style="font-size: 24rpx;color: #777;margin-top: 10rpx;">指定配送员如配送员拒绝接单或者下线订单进入抢单大厅</view> <view style="font-size: 24rpx;color: #777;margin-top: 10rpx;">指定配送员如配送员拒绝接单或者下线订单进入抢单大厅</view>
@ -173,7 +173,7 @@
</view> </view>
<view class="check-add" @tap="addCode">+ 添加取件码</view> <view class="check-add" @tap="addCode">+ 添加取件码</view>
</view> </view>
<view style="margin-bottom: 10px;"> <view style="margin-bottom: 20rpx;">
<view style="line-height:70rpx;">截图凭证</view> <view style="line-height:70rpx;">截图凭证</view>
<view> <view>
<view style="display: flex; flex-wrap: wrap;"> <view style="display: flex; flex-wrap: wrap;">
@ -203,7 +203,7 @@
<view class="content-title"> <view class="content-title">
订单备注 订单备注
</view> </view>
<view style="height: 200rpx;background: #eee;border-radius: 40rpx;padding: 20rpx;width: 70%;margin-top: 10px;"> <view style="height: 200rpx;background: #eee;border-radius: 40rpx;padding: 20rpx;width: 70%;margin-top: 20rpx;">
<textarea v-model="addFormData.remark" cols="30" rows="10" placeholder="请填写备注" style="height: 160rpx;width: 100%;"></textarea> <textarea v-model="addFormData.remark" cols="30" rows="10" placeholder="请填写备注" style="height: 160rpx;width: 100%;"></textarea>
</view> </view>
</view> </view>
@ -1116,7 +1116,7 @@
box-shadow: 0 0 10rpx rgba(0,0,0,0.05); box-shadow: 0 0 10rpx rgba(0,0,0,0.05);
box-sizing: border-box; box-sizing: border-box;
width: 95%; width: 95%;
margin: 10px auto; margin: 20rpx auto;
} }
.time1 { .time1 {

Loading…
Cancel
Save