twt 3 years ago
parent
commit
23a56d405e

+ 4 - 2
operatingCompany/pages/entryReport/entered.vue

@@ -234,10 +234,11 @@
 						return false;
 					}
 					uni.showLoading({ });
+					var checkTime=this.date;//+' 00:00:00'
 					this.$http('accompany/SuperCheckSheet/addSuperCheckSheet', {
 						shopID:this.shopId,
 						shopName:this.ShopName,
-						checkTime:this.date,
+						checkTime:checkTime,
 						packageID:this.packageID,
 						packageName:this.packageName,
 						categoryList:JSON.stringify(categoryList)
@@ -317,9 +318,10 @@
 					return false;
 				}
 				uni.showLoading({ });
+				var checkTime=this.date; //+' 00:00:00'
 				this.$http('accompany/SuperCheckSheet/editSuperCheckSheet', {
 					sheetID:this.sheetID,
-					checkTime:this.date,
+					checkTime:checkTime,
 					categoryList:JSON.stringify(categoryList)
 				}, 'POST').then(res => {
 					this.sheetID=res.data;

+ 3 - 0
operatingCompany/pages/reportManage/reportDetail.vue

@@ -203,6 +203,9 @@
 	   <view class="bottom"  v-if="info.state==3&&loginType==2" @click="goremarks2">
 	   		<view class="shoreDz">点评</view>
 	   </view>
+	  <view class="bottom" v-if="info.state==5&&loginType==2&&info.userEvaState==0" @click="goremarks2">
+			  <view class="shoreDz">点评</view>
+	   </view> 
 	</view>
 </template>
 

+ 7 - 2
operatingCompany/pages/shop/shopIndex/editcomplete.vue

@@ -17,7 +17,7 @@
 			</view>
 			<view class="topCont">
 				<view class="topContBtn" @click="goHome">回到首页</view>
-				<view class="topContBtn">查看详情</view>
+				<view class="topContBtn" @click="goDetail">查看详情</view>
 			</view>
 		</view>
 		
@@ -58,6 +58,11 @@
 				
 		},
 		methods: {
+			goDetail(){
+				uni.navigateTo({
+					url:'../../reportManage/reportDetail?id='+this.sheetID
+				})
+			},
 		   back(){
 			 uni.navigateBack({
 			 	delta:1
@@ -73,7 +78,7 @@
 				this.userEvaStar=e.value
 			},
 			submit(){
-
+         
 				if(this.userEvaStar <= 4){
 					if(this.userEvaContent.length <= 10){
 						uni.showToast({