qingyiay
2023-05-16 72935b2a35765bcc3622561bb06f2eccd64caf83
pages/public-page/forward/forward.vue
@@ -9,14 +9,17 @@
      </view>
      <view v-if="roleType == 1" class="notice-bar">
         <u-notice-bar :text="text" :fontSize="30"></u-notice-bar>
         <view class="notice-icon" style="background: url('../../../static/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"></view>
         <view
            class="notice-icon"
            style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"
         ></view>
      </view>
      <view v-else-if="roleType == 2" class="notice-bar"><u-notice-bar :text="text1" :fontSize="30"></u-notice-bar></view>
      <view class="card-main">
         <view class="card-block">
            <view class="forward-card" v-for="(val, index) in jhOrderPlanForwardList" :key="index">
               <u-swipe-action>
                  <u-swipe-action-item :options="options1" @click="deleteGroup(index, val)">
                  <u-swipe-action-item :options="options1" @click="deleteGroup(index, val)" :index="index" :name="val.xsUserId || val.fleetId">
                     <view class="card-content">
                        <u--form labelPosition="left" :model="forwardForm" ref="form1">
                           <u-form-item label="转发对象" labelWidth="21%" ref="item1" @click="forwardObjectClick(index)">
@@ -547,6 +550,8 @@
      justify-content: center;
      position: relative;
      top: -100rpx;
      z-index: 1;
      margin-bottom: vww(40);
      .card-block {
         width: 690rpx;
         @include flex;
@@ -612,9 +617,9 @@
      width: 610rpx;
      @include flex;
      position: fixed;
      bottom: vww(50);
      left: vww(25);
      z-index: 2;
      bottom: vww(30);
      left: vww(30);
      z-index: 3;
      .AdddBtn,
      .forwardBtn {
         width: 290rpx;