Commit fbfccc7b129dd9c05959a201ebae03354dc208cb

Authored by liujun001
1 parent 0e85c125

修改评价

garbage-removal/src/pages/order-info/order-driver/detail/index.vue
@@ -184,9 +184,7 @@ @@ -184,9 +184,7 @@
184 <u-button @click="handleEvaluate(orderId, userType)" 184 <u-button @click="handleEvaluate(orderId, userType)"
185 v-if="dataGram.garEvaluateFlag === 0 && userType === '用户'" shape="square" color="#a9e08f" 185 v-if="dataGram.garEvaluateFlag === 0 && userType === '用户'" shape="square" color="#a9e08f"
186 text="去评价"></u-button> 186 text="去评价"></u-button>
187 - <u-button @click="handleEvaluate(orderId, userType)"  
188 - v-if="dataGram.garHandlerEvaluateFlag === 0 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#a9e08f"  
189 - text="查看评价" ></u-button> 187 +
190 <u-button @click="handleEvaluateDetail(orderId, userType)" 188 <u-button @click="handleEvaluateDetail(orderId, userType)"
191 v-if="dataGram.garHandlerEvaluateFlag === 1 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#a9e08f" 189 v-if="dataGram.garHandlerEvaluateFlag === 1 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#a9e08f"
192 text="查看评价"></u-button> 190 text="查看评价"></u-button>
garbage-removal/src/pages/order-info/order-other/detail/index.vue
@@ -219,9 +219,6 @@ @@ -219,9 +219,6 @@
219 <u-button @click="handleEvaluate(orderId, userType)" 219 <u-button @click="handleEvaluate(orderId, userType)"
220 v-if="dataGram.garEvaluateFlag === 0 && userType === '用户'" shape="square" color="#19a97c" 220 v-if="dataGram.garEvaluateFlag === 0 && userType === '用户'" shape="square" color="#19a97c"
221 text="去评价"></u-button> 221 text="去评价"></u-button>
222 - <u-button @click="handleEvaluate(orderId, userType)"  
223 - v-if="dataGram.garHandlerEvaluateFlag === 0 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#19a97c"  
224 - text="查看评价"></u-button>  
225 <u-button @click="handleEvaluateDetail(orderId, userType)" 222 <u-button @click="handleEvaluateDetail(orderId, userType)"
226 v-if="dataGram.garHandlerEvaluateFlag === 1 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#19a97c" 223 v-if="dataGram.garHandlerEvaluateFlag === 1 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1" shape="square" color="#19a97c"
227 text="查看评价"></u-button> 224 text="查看评价"></u-button>
garbage-removal/src/pages/order/order-other/swiper-list-item/index.vue
@@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
51 </view> 51 </view>
52 <!-- 公司对用户评价 --> 52 <!-- 公司对用户评价 -->
53 <view class="bottom" 53 <view class="bottom"
54 - v-if="item.garHandlerEvaluateFlag === 0 && item.garOrderHandlerStatus === 3 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1"> 54 + v-if="item.garHandlerEvaluateFlag === 0 && item.garOrderHandlerStatus === 3 && userType === '运输企业负责人' && item.haveEvaluateOfClient==1">
55 <view class="more"> 55 <view class="more">
56 <!-- <u-icon name="more-dot-fill" color="rgb(203,203,203)"></u-icon> --> 56 <!-- <u-icon name="more-dot-fill" color="rgb(203,203,203)"></u-icon> -->
57 </view> 57 </view>
garbage-removal/src/pages/wode-info/wode-info-other-order/index.vue
@@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
51 </view> 51 </view>
52 <!-- 公司对用户评价 --> 52 <!-- 公司对用户评价 -->
53 <view class="bottom" 53 <view class="bottom"
54 - v-if="item.garHandlerEvaluateFlag === 0 && item.garOrderHandlerStatus === 3 && userType === '运输企业负责人' && dataGram.haveEvaluateOfClient==1"> 54 + v-if="item.garHandlerEvaluateFlag === 0 && item.garOrderHandlerStatus === 3 && userType === '运输企业负责人' && item.haveEvaluateOfClient==1">
55 <view class="more"> 55 <view class="more">
56 <!-- <u-icon name="more-dot-fill" color="rgb(203,203,203)"></u-icon> --> 56 <!-- <u-icon name="more-dot-fill" color="rgb(203,203,203)"></u-icon> -->
57 </view> 57 </view>