jiangping
2024-08-19 a4fb6a1f15ffabfc13506a183ca5f69306e85e08
h5/pages/staff/vehicle/sendACarDetail.vue
@@ -118,7 +118,14 @@
      </view>
    </view>
    <view class="emyty"></view>
    <view class="main_footer">
    <view
      class="main_footer"
      v-if="
        info.approveDateVO != null &&
        info.approveDateVO.canBeApproved != null &&
        info.approveDateVO.canBeApproved == 1
      "
    >
      <template v-if="appr == '1'">
        <view class="btn" @click="handleSub(3)">拒绝</view>
        <view class="btn agree" @click="handleSub(2)">同意</view>