twt %!s(int64=3) %!d(string=hai) anos
pai
achega
44bcff7779

+ 2 - 2
operatingCompany/pages/entryReport/opinion.vue

@@ -9,8 +9,8 @@
 			</view>
 			<view class="lineCont">
 				<view class="lineContLeft">负责人</view>
-				<view class="lineContRight">
-					<input type="text" value="" v-model="item.managerName" class="lineContInput" placeholder="请输入负责人姓名"/>
+				<view class="lineContRight" >
+					<input type="text" value="" v-model="item.managerName" class="lineContInput" placeholder-style="color:#cccccc;" placeholder="请输入负责人姓名"/>
 				</view>
 			</view>
 			<view class="lineCont">

+ 11 - 2
operatingCompany/pages/reportManage/reportDetail.vue

@@ -445,7 +445,10 @@
 										if(item3.itemList.length>0){
 											item3.itemList.forEach(item4=>{
 												if(item4.keyType==3){
-													item4.itemValue=item4.itemValue.split(',')
+													if(item4.itemValue){
+														item4.itemValue=item4.itemValue.split(',')
+													}
+													
 												}
 											})
 										}
@@ -456,7 +459,10 @@
 						
 						if(res.data.suggestList.length>0){
 							res.data.suggestList.forEach(item=>{
-								item.exeImg=item.exeImg.split(',')
+								if(item.exeImg){
+									item.exeImg=item.exeImg.split(',')
+								}
+								
 							})
 						}
 					
@@ -931,4 +937,7 @@
 		margin: 12rpx;
 		border-radius: 5rpx;
 	}
+	.remarksLineTopXxbox{
+		padding-top: 5rpx;
+	}
 </style>

+ 3 - 3
operatingCompany/pages/shop/shopIndex/editcomplete.vue

@@ -12,12 +12,11 @@
 		<view style="height: 44px;"></view>
 		<view class="top">
 			<view class="toptop">
-				<image src="../../../static/img/icon_select_per@2x.png" mode="" class="toptopIMg"></image>
+				<image src="../../../static/img/icon_chenggong@2x.png" mode="" class="toptopIMg"></image>
 				<view class="topTitle">修改完成</view>
 			</view>
 			<view class="topCont">
 				<view class="topContBtn" @click="goHome">回到首页</view>
-
 				<view class="topContBtn" @click="godetail">查看详情</view>
 
 			</view>
@@ -179,7 +178,8 @@
 	.topCont{
 		display: flex;
 		justify-content: space-around;
-		padding: 40rpx;
+		padding: 40rpx 100rpx;
+		
 	}
 	.topContBtn{
 		width: 150rpx;

BIN=BIN
operatingCompany/static/img/icon_chenggong@2x.png