Explorar el Código

修改订单详情

pangqijun hace 1 año
padre
commit
c08646b5d3
Se han modificado 2 ficheros con 82 adiciones y 43 borrados
  1. 66 33
      pages/groupbuying_details/order_details_list/index.vue
  2. 16 10
      pages/order/index.vue

+ 66 - 33
pages/groupbuying_details/order_details_list/index.vue

@@ -6,7 +6,7 @@
 					<image v-if="orderDetail.orderState == 5" src="http://www.gzzzyd.com/groupon/home_slices/取消订单小@2x.png" mode="scaleToFill" />
 					<image v-else-if="orderDetail.orderState == 4" src="http://www.gzzzyd.com/groupon/home_slices/已完成@2x.png" mode="scaleToFill" />
 					<image v-else-if="orderDetail.orderState == 6 || orderDetail.orderState == 7" src="http://www.gzzzyd.com/groupon/home_slices/退款中@2x.png" mode="scaleToFill" />
-					<image v-else src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
+					<image v-else src="http://www.gzzzyd.com/groupon/order_details/时间.png" mode="scaleToFill" />
 				</view>
 
 				<text v-if="orderDetail.orderState == 4" class="success_status">{{orderDetail.orderStateDesc}}</text>
@@ -96,7 +96,7 @@
 						</view>
 						<view class="a-b">
 							<view class="a-b1">
-								对接团长:
+								对接团长
 								<text class="red">
 									{{orderDetail.commander}}
 								</text>
@@ -110,7 +110,7 @@
 
 				</view>
 				<view class="payment-details">
-					<view class="p_box" style="margin-bottom: 20rpx;">
+					<view class="p_box" style="margin-bottom: 20rpx;" v-if="orderDetail.orderState != 8">
 						<view class="p-t">
 							订单信息
 						</view>
@@ -122,12 +122,16 @@
 							<view class="item-lable">下单时间</view>
 							<view class="item-value2">{{orderDetail.createTime}}</view>
 						</view>
-						<view class="p-b-item" v-if="orderDetail.orderState == 2">
+						<view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
 							<view class="item-lable">支付方式</view>
 							<view class="item-value2">{{orderDetail.paymentModeDesc}}</view>
 						</view>
+            <view class="p-b-item" v-if="orderDetail.orderState == 2 || orderDetail.orderState == 4">
+              <view class="item-lable">支付时间</view>
+              <view class="item-value2">{{orderDetail.paymentTime}}</view>
+            </view>
 					</view>
-					<view class="p_box">
+					<view class="p_box"  v-if="orderDetail.orderState != 8">
 						<view class="p-t">
 							付款明细
 						</view>
@@ -135,15 +139,44 @@
 							<view class="item-lable">商品金额</view>
 							<view class="item-value">¥{{orderDetail.totalAmount}}</view>
 						</view>
-<!-- 						<view class="p-b-item">
+ 						<view class="p-b-item">
 							<view class="item-lable">积分抵扣</view>
 							<view class="item-value">¥0</view>
-						</view> -->
+						</view>
 						<view class="p-b-item">
 							<view class="item-lable">总计金额</view>
 							<view class="item-value">¥{{orderDetail.paymentAmount}}</view>
 						</view>
 					</view>
+          <view class="p_box" v-if="orderDetail.orderState == 8">
+            <view class="p-t">
+              售后信息
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">订单编号</view>
+              <view class="item-value2">{{orderDetail.orderNo}}</view>
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">售后原因</view>
+              <view class="item-value2">{{orderDetail.afterSalesReason}}</view>
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">申请时间</view>
+              <view class="item-value2">{{orderDetail.refundApplyTime}}</view>
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">退款编号</view>
+              <view class="item-value2">{{orderDetail.refundNo}}</view>
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">退款方式</view>
+              <view class="item-value2">原路返还</view>
+            </view>
+            <view class="p-b-item">
+              <view class="item-lable">退款金额</view>
+              <view class="item-value">¥{{orderDetail.refundAmount}}</view>
+            </view>
+          </view>
 				</view>
 
 				<my-swiper :type=4 ></my-swiper>
@@ -1020,14 +1053,14 @@ export default {
 				height: 32rpx;
 			}
 		}
-		text{
-			height: 44rpx;
-			font-size: 32rpx;
-			font-weight: 500;
-			color: #FEA800;
-			line-height: 44rpx;
-			margin-left: 15rpx;
-		}
+		//text{
+		//	height: 44rpx;
+		//	font-size: 32rpx;
+		//	font-weight: 500;
+		//	color: #FEA800;
+		//	line-height: 44rpx;
+		//	margin-left: 15rpx;
+		//}
 	}
 
 	.w2 {
@@ -1140,24 +1173,24 @@ export default {
 	}
 }
 
-		.success_status {
-			min-width: 100rpx;
-			text-align: right;
-			margin-right: 30rpx;
-			color: #75BE00;
-		}
-		.refund_status {
-			min-width: 100rpx;
-			text-align: right;
-			margin-right: 30rpx;
-			color: #333333;
-		}
-		.status {
-			min-width: 100rpx;
-			text-align: right;
-			margin-right: 30rpx;
-			color: #FEA800;
-		}
+.success_status {
+  min-width: 100rpx;
+  text-align: right;
+  margin-right: 30rpx;
+  color: #75BE00;
+}
+.refund_status {
+  min-width: 100rpx;
+  text-align: right;
+  margin-right: 30rpx;
+  color: #333333;
+}
+.status {
+  min-width: 100rpx;
+  text-align: right;
+  margin-right: 30rpx;
+  color: #FEA800;
+}
 
 /deep/ .u-count-down__text{
 	font-size: 28rpx !important;

+ 16 - 10
pages/order/index.vue

@@ -29,9 +29,9 @@
 							<view v-else-if="item.orderState == 8" class="after_sales_status">{{item.orderStateDesc}}</view>
 							<view v-else class="status">{{item.orderStateDesc}}</view>
 						</view>
-						<view class="grouponTitle ">
-							<text class="subTitle ">{{ item.subTitle}} </text>
-						</view>
+<!--						<view class="grouponTitle ">-->
+<!--							<text class="subTitle ">{{ item.subTitle}} </text>-->
+<!--						</view>-->
 						<view class="myclient_list_content">
               <view class="phone">
                 <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
@@ -92,13 +92,13 @@
 						<vie class="white_line"></vie>
 						<view class="a-b">
 							<view class="a-b1">
-								对接团长:
+								对接团长
 								<text class="red">
 									&nbsp;&nbsp;{{item.commander}}
 								</text>
 							</view>
 							<view class="a-b2">
-								<image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" v-if="item.qrCoded" @click="openPopup(item.qrCode)"></image>
+								<image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" @click="openPopup(item.qrCode)"></image>
 								<image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" @click="callPhone(item.phone)"></image>
 							</view>
 						</view>
@@ -229,11 +229,11 @@ export default {
 				id: 3,
 				orderStatus: 4,
 			},
-			// {
-			// 	title: '售后',
-			// 	id: 4,
-			// 	orderStatus: '',
-			// },
+			{
+				title: '售后',
+				id: 4,
+				orderStatus: 8,
+			},
 		],
 			pageHeight: app.globalData.windowHeight,
 
@@ -345,7 +345,13 @@ export default {
 		},
 
 		openPopup(qrCode){
+		  let that = this;
 			this.qrCode = qrCode;
+			if (!this.qrCode) {
+        return that.$util.Tips({
+          title: that.$t(`团长未设置微信号`)
+        });
+      }
 			this.$refs.popup.open()
 		},