ll
liukangdong
2024-12-06 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157
h5/pages/staff/vehicle/sendACarDetail.vue
@@ -126,10 +126,10 @@
      <u-popup :show="showApprModal" :round="10" :safeAreaInsetBottom="true" mode="bottom" @close="showApprModal = false">
         <view class="appr_modal">
            <view class="title">{{ param.status == 2 ? "同意" : "拒绝" }}</view>
            <view v-if="param.status == 2" class="line" @click="isShowDrive = true">
               <text v-if="param.driverName">{{ param.driverName }}</text>
            <view v-if="param.status == 2" class="line" @click="openModal">
               <text :class="{placeholder9: info.approveDateVO.driverParam == 0}" v-if="param.driverName">{{ param.driverName }}</text>
               <text v-else class="placeholder9">派车司机</text>
               <u-icon class="ml12" name="arrow-right" color="#999999" />
               <u-icon v-if="info.approveDateVO.driverParam == 1" class="ml12" name="arrow-right" color="#999999" />
            </view>
            <textarea v-model="param.checkInfo" :placeholder="
            param.status == 2 ? '同意说明,非必填' : '拒绝说明,必填'
@@ -207,6 +207,11 @@
                  })
               }
            })
         },
         openModal() {
            if(this.info.approveDateVO.driverParam == 0) return
            this.isShowDrive = true
         },
         onSubBack() {
            carUseBookBack({