Browse Source

bug修改

twt 1 year ago
parent
commit
1f95f729b3
4 changed files with 107 additions and 16 deletions
  1. 53 7
      pages/addjk/eadit.vue
  2. 2 2
      pages/myOrder/activityOrderDetail.vue
  3. 52 7
      pages/myOrder/myOrder.vue
  4. BIN
      static/img/icon_ren2.png

+ 53 - 7
pages/addjk/eadit.vue

@@ -98,7 +98,7 @@
 					  <span class="linexx">*</span> <span>拼团人数</span>
 				  </view>
 				  <view class="lineRight">
-					  <input type="number" v-model="groupNumber" placeholder="可输入大于1的整数" class="lineRightInput" placeholder-class="inputPlace">
+					  <input type="number" @blur="blurgroupNumber" v-model="groupNumber" placeholder="可输入大于1的整数" class="lineRightInput" placeholder-class="inputPlace">
 				  </view>
 				</view>
 				<view class="line" >
@@ -106,7 +106,7 @@
 					  <span class="linexx">*</span> <span>拼团有效期</span>
 				  </view>
 				  <view class="lineRight">
-					  <input type="number" v-model="groupTime" placeholder="可输入0.5至72小时" class="linecInput" placeholder-class="inputPlace">
+					  <input type="digit" @blur="blurgroupTime" v-model="groupTime" placeholder="可输入0.5至72小时" class="linecInput" placeholder-class="inputPlace">
 				  </view>
 				  <viwe class="lineRight">小时</viwe>
 				</view>
@@ -115,7 +115,7 @@
 					  <span class="linexx">*</span> <span>拼团价</span>
 				  </view>
 				  <view class="lineRight">
-					  <input type="number" v-model="groupMoney" placeholder="需小于支付金额" class="linecInput" placeholder-class="inputPlace">
+					  <input type="digit" @blur="blurgroupMoney" v-model="groupMoney" placeholder="需小于支付金额" class="linecInput" placeholder-class="inputPlace">
 				  </view>
 				  <viwe class="lineRight">元</viwe>
 				</view>
@@ -239,6 +239,7 @@
 				groupMoney:'',
 				groupOutState:false,
 				groupRestrictions:false,
+				isExistGroup:'',
 			}
 		},
 		onLoad(opt) {
@@ -339,7 +340,7 @@
 					this.endTime=jkdata.endTime.slice(0,10);
 					this.payType=jkdata.payType;
 					this.img=res.data.img.img;
-					
+					this.isExistGroup=res.data.isExistGroup
 					if(res.data.imgList){
 						res.data.imgList.forEach(item=>{
 							this.imgListArr.push(item.img)
@@ -438,7 +439,52 @@
 				}
 		  	});
 		  },
+		  blurgroupNumber(){
+			  if(this.groupNumber%1 != 0||this.groupNumber<2){
+			  	uni.showToast({
+			  		 title: '请输入大于1整数',
+			  		 icon:'none',
+			  		 duration: 2000
+			  	});
+			  	
+			  }
+		  },
+		  blurgroupTime(){
+			  if(!this.groupTime){
+			  	uni.showToast({
+			  		 title: '请输入拼团有效期',
+			  		 icon:'none',
+			  		 duration: 2000
+			  	});
+			  	
+			  }else if(this.groupTime<0.5||this.groupTime>72){
+			  	uni.showToast({
+			  		 title: '有效期为0.5小时至72小时',
+			  		 icon:'none',
+			  		 duration: 2000
+			  	});
+			  
+			  }
+		  },
+		  blurgroupMoney(){
+			  if(this.groupMoney>this.money){
+			  	uni.showToast({
+			  		 title: '拼团价格需小于支付金额',
+			  		 icon:'none',
+			  		 duration: 2000
+			  	});
+			  
+			  }
+		  },
 		  preview(){
+			  if(this.isExistGroup){
+				  uni.showToast({
+				  	 title: '正在有拼团的单子请勿修改',
+				  	 icon:'none',
+				  	 duration: 3000
+				  });
+				  return false
+			  }
 			//console.log(this.clWhere)
 			 // if(this.money==0){
 				//  this.money=0
@@ -501,9 +547,9 @@
 						 duration: 2000
 					});
 					return false;
-				}else if(this.groupNumber%1 != 0){
+				}else if(this.groupNumber%1 != 0||this.groupNumber<2){
 					uni.showToast({
-						 title: '请输入整数',
+						 title: '请输入大于1整数',
 						 icon:'none',
 						 duration: 2000
 					});
@@ -533,7 +579,7 @@
 					return false;
 				}else if(this.groupMoney>this.money){
 					uni.showToast({
-						 title: '拼团价格需小于实付价格',
+						 title: '拼团价格需小于支付金额',
 						 icon:'none',
 						 duration: 2000
 					});

+ 2 - 2
pages/myOrder/activityOrderDetail.vue

@@ -132,10 +132,10 @@
 				<view class="informationTxt">报名时间:</view>
 				<view class="informationNum">{{orderData.data.createTime}}</view>
 			</view>
-            <view class="informationLine">
+          <!--  <view class="informationLine">
             	<view class="informationTxt">报名门店:</view>
             	<view class="informationNum">{{orderData.shopInfo.shopName}}</view>
-            </view>
+            </view> -->
 			<view class="informationLine">
 				<view class="informationTxt">订单单号:</view>
 				<view class="informationNum">{{orderData.data.code}}<span class="codeCopy"

+ 52 - 7
pages/myOrder/myOrder.vue

@@ -22,6 +22,7 @@
 			  <view class="searchInputBox">
 				  <image src="../../static/img/icon_search.png" mode="" class="iconSimg"></image>
 				  <input type="text" v-model="name" placeholder="订单号、手机号、联系人" class="searchInput" @confirm="searchCf">
+			       <image @click="ssql" src="../../static/img/chahao.png" mode="" class="sschahao"></image>
 			  </view>
 			  <image @click="screenSHowBtn" src="../../static/img/icon_shai.png" mode="" class="iconShai"></image>
 			</view>
@@ -57,8 +58,13 @@
 					<view class="shopName">{{item.SheetContent}}</view>
 					<view style="color: #333333;font-size: 22rpx;">¥<span class="price">{{item.RealMoney}}</span></view>
 				</view>
-
+                <view class="renBox" v-if="item.SheetType==6">
+						<image src="../../static/img/icon_ren2.png" mode="" class="renimg"></image> 
+						<view class="renMobilePhone">{{item.MobilePhone}}</view>
+						<view class="renNickName">{{item.NickName?item.NickName:''}}</view>
+                </view>
 				<view class="itemName">{{item.CreateTime}}</view>
+				<view class="itemName" style="padding-top: 2rpx;padding-bottom: 0;">{{item.ShopName}}</view>
 
 			</view>
 			
@@ -128,13 +134,14 @@
 				typeLineIndex:0,
 				sheetTypeList:'',
 				shopId:'',
+				mrshopId:'',
 			}
 		},
 		onLoad(opt) {
 			
 			this.getData();
 			this.getShopinfo();
-			this.getShopList();
+			
 		},
 		onShow() {
 			console.log(this.tabIndex)
@@ -145,6 +152,9 @@
 		},
 		
 		methods: {
+			ssql(){
+				this.name=''
+			},
 			sub(){
 				this.screenSHow=false;
 				this.getData();
@@ -164,6 +174,9 @@
 				}else{
 					this.sheetTypeList=num
 				}
+				if(num==0){
+					this.sheetTypeList=''
+				}
 			},
 			screenSHowBtn(){
 				this.screenSHow=true;
@@ -185,8 +198,10 @@
 			},
 			getShopinfo(){
 				this.$http('openH5SetTheGuest/getShopInfo',{},'GET').then(res => {
-						//this.shopName=res.data.shopName;
-						
+						this.shopName=res.data.shopName;
+						this.mrshopId=this.shopId;
+						this.shopId=this.shopId
+						this.getShopList();
 				 })
 			},
 			getShopList(){
@@ -196,7 +211,14 @@
 					},'GET').then(res => {
 						
 						this.pickerarray=res.data;
-						console.log(this.pickerarray[this.pickerindex])
+						/* this.pickerarray.forEach((item,index)=>{
+							
+							if(this.mrshopId==item.id){
+								this.pickerindex=index;
+								
+							}
+						}) */
+						//console.log(this.pickerarray[this.pickerindex])
 					})
 			},
 			goback(){
@@ -256,8 +278,8 @@
 					limit: 10,
 					sheetState: this.tabIndex > 0 ? this.tabIndex : '',
 					name:this.name,
-					starCreateTime:this.date1,
-					endCreateTime:this.date2,
+					starCreateTime:this.date1+ ' 00:00:00',
+					endCreateTime:this.date2+ ' 23:59:59',
 					sheetType:this.sheetTypeList,
 					shopName:this.shopId,
 				}
@@ -612,4 +634,27 @@
 		font-size: 24rpx;
 		padding-left: 20rpx;
 	}
+	.renBox{
+		   color: #1A1A1A;
+		   background: #F7F7F7;
+		   border-radius: 10rpx;
+		   display: flex;
+		   padding: 20rpx;font-size: 24rpx;
+		   line-height: 30rpx;
+		   margin-top: 16rpx;
+	}
+	.renimg{
+		   width: 30rpx;height: 30rpx;
+	}
+	.renMobilePhone{
+		   padding-left: 13rpx;
+	}
+	.renNickName{
+		   padding-left: 20rpx;
+	}
+	.sschahao{
+		width: 40rpx;
+		height: 40rpx;
+		padding-top: 16rpx;
+	}
 </style>

BIN
static/img/icon_ren2.png