Commit fbfccc7b129dd9c05959a201ebae03354dc208cb

Authored by liujun001
1 parent 0e85c125

修改评价

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