k94314517
2024-10-16 17efddc6a667670dca682bf36b51a43e99615e6d
h5/pages/visitorApplication/visitorApplication.vue
@@ -119,6 +119,7 @@
      v-if="form1.starttime"
      :show="show5"
      :minDate="formatTimeStamp(form1.starttime)"
      :maxDate="formatTimeStamp(form1.starttime.slice(0,10) + ' 23:59')"
      mode="datetime"
      @cancel="show5 = false"
      @confirm="setendtime"
@@ -775,7 +776,7 @@
      this.form1.starttime = uni.$u.timeFormat(e.value, 'yyyy-mm-dd hh:MM')
      // this.maxTime = getDaysAfterDate(uni.$u.timeFormat(e.value, 'yyyy-mm-dd hh:MM'), this.day)
      this.maxTime = this.form1.starttime
      console.log(this.form1.starttime)
      console.log(this.form1.starttime.slice(0,10))
      this.show4 = false
    },
    setendtime(e) {
@@ -854,7 +855,7 @@
      line-height: 100rpx;
      text-align: center;
      font-size: 32rpx;
      font-weight: 500;
      font-weight: 600;
      color: #222222;
    }
    .list {
@@ -910,7 +911,7 @@
      text-align: center;
      font-size: 32rpx;
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-weight: 600;
      color: #222222;
    }
    .adduser_list {
@@ -1032,7 +1033,7 @@
      text-align: center;
      font-size: 32rpx;
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-weight: 600;
      color: #222222;
    }
    .addcar_ipt {
@@ -1089,7 +1090,7 @@
      width: 100%;
      text-align: center;
      font-size: 32rpx;
      font-weight: 500;
      font-weight: 600;
      color: #222222;
    }
    .search-box {
@@ -1232,7 +1233,7 @@
        background: #025eef;
        border-radius: 8rpx;
        font-size: 28rpx;
        font-weight: 500;
        font-weight: 600;
        color: #ffffff;
      }
    }
@@ -1278,7 +1279,6 @@
            font-size: 30rpx;
            font-weight: 400;
            color: #e42d2d;
          }
          &:nth-child(2) {
@@ -1324,7 +1324,7 @@
    .cate_head {
      font-size: 32rpx;
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-weight: 600;
      color: #222222;
    }
@@ -1400,7 +1400,7 @@
      background: #4c99a8;
      border-radius: 44rpx;
      font-size: 32rpx;
      font-weight: 500;
      font-weight: 600;
      color: #ffffff;
    }
  }