| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <!-- 加积分申请单据审批 -->
- <view wx:if='{{!isapplyPoint && !isISend}}'>
- <view class='commonHview' wx:if='{{isapplyPoint}}'>
- <view class='left_sty'> 申请人 </view>
- <view class='right_sty'>{{applyName}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请手机号</view>
- <view class='right_sty'>{{applyPhone}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>入职日期</view>
- <view class='right_sty'>{{enterDate}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>出生日期</view>
- <view class='right_sty'>{{birthDate}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>邮箱</view>
- <view class='right_sty'>{{applyMail}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'> 加入公司</view>
- <view class='right_sty'>{{companyName}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- </view>
- <!-- 申请注册审批 -->
- <view wx:if='{{isapplyPoint && !isISend}}'>
- <view class='commonHview' >
- <view class='left_sty'>状态</view>
- <view class='right_sty'>{{applyStatus}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请时间</view>
- <view class='right_sty'>{{applyTime}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请人</view>
- <view class='right_sty'>{{applyName}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请人岗位</view>
- <view class='right_sty'>{{applyJob}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty' style='height:auto;min-height:100rxp;' >申请标准</view>
- <scroll-view scroll-y='true' style='height: 100rpx;'>
- <view class='right_sty3'>{{applyNorm}}</view>
- </scroll-view>
- <!-- <view class='right_sty' style='height:auto;min-height:100rxp;'>{{applyNorm}}</view> -->
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty' style='width: 10%;'>事由</view>
- <view class='righttextarea' > {{applyReason}} </view>
- </view>
- <view class='commonhline' style='height:20rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>积分</view>
- <view class='right_sty'>{{applyPoint}}</view>
- </view>
- <view class='commonhline' style='height:20rpx;'></view>
- </view>
- <!-- 我发起的 -->
- <view wx:if='{{isapplyPoint && isISend }}'>
- <view class='commonHview' >
- <view class='left_sty'>状态</view>
- <view class='right_sty'>{{applyStatus}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview' wx:if='{{applyPoint < 0}}'>
- <view class='left_sty'>被扣分人</view>
- <view class='right_sty'>{{beMinusPerson}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview' wx:if='{{auditName}}' >
- <view class='left_sty' wx:if='{{approvelStatus == 1}}'>待审批人</view>
- <view class='left_sty' wx:else>审批人</view>
- <view class='right_sty'>{{auditName}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请时间</view>
- <view class='right_sty'>{{applyTime}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请人</view>
- <view class='right_sty'>{{applyName}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>申请人岗位</view>
- <view class='right_sty'>{{applyJob}}</view>
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty' style='height:auto;min-height:100rxp;' >申请标准</view>
- <scroll-view scroll-y='true' style='height: 100rpx'>
- <view class='right_sty3'>{{applyNorm}}</view>
- </scroll-view>
- <!-- <view class='right_sty' style='height:auto;min-height:100rxp;'>{{applyNorm}}</view> -->
- </view>
- <view class='commonhline' style='height:3rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty' style='width: 10%;'>事由</view>
- <view class='righttextarea' > {{applyReason}} </view>
- </view>
- <view class='commonhline' style='height:20rpx;'></view>
- <view class='commonHview'>
- <view class='left_sty'>积分</view>
- <view class='right_sty'>{{applyPoint}}</view>
- </view>
- <view class='commonhline' style='height:20rpx;'></view>
- </view>
- <view wx:if='{{approvelStatus == 1 && fromType == 1}}' class='commonHview' style='margin-top:20rpx;'>
- <button class='comBtn' style='background-color: #3C85EC;color:#FFF;' formType="submit" hover-class="commonclick-btn" bindtap='agreeBtnClick'>同意</button>
- <button class='comBtn' formType="submit" hover-class="commonclick-btn" bindtap='disagreeBtnClick'>不同意</button>
- </view>
|