liukangdong
2024-06-12 a11bc1bed7953b88213330582c2085f60b5a73b1
h5/pages/staff/task/visitorReport.vue
@@ -37,7 +37,7 @@
        >
      </view>
      <view class="item">
        <view class="label">预计入/离厂时间</view>
        <view class="label">预计入/离园时间</view>
        <view class="value" v-if="info.starttime"
          >{{ info.starttime.slice(0, 16) }} 至
          {{ info.endtime.slice(0, 16) }}</view
@@ -131,7 +131,7 @@
      </view>
    </view>
    <view class="emyty"></view>
    <view class="main_footer">
    <view v-if="info.approveDateVO!=null&& info.approveDateVO.canBeApproved!=null && info.approveDateVO.canBeApproved ==1" class="main_footer">
      <view class="btn" @click="handleSub(3)">拒绝</view>
      <view class="btn agree" @click="handleSub(2)">同意</view>
    </view>