applyjoinapprovel.wxml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <!-- 加积分申请单据审批 -->
  2. <view wx:if='{{!isapplyPoint && !isISend}}'>
  3. <view class='commonHview' wx:if='{{isapplyPoint}}'>
  4. <view class='left_sty'> 申请人 </view>
  5. <view class='right_sty'>{{applyName}}</view>
  6. </view>
  7. <view class='commonhline' style='height:3rpx;'></view>
  8. <view class='commonHview'>
  9. <view class='left_sty'>申请手机号</view>
  10. <view class='right_sty'>{{applyPhone}}</view>
  11. </view>
  12. <view class='commonhline' style='height:3rpx;'></view>
  13. <view class='commonHview'>
  14. <view class='left_sty'>入职日期</view>
  15. <view class='right_sty'>{{enterDate}}</view>
  16. </view>
  17. <view class='commonhline' style='height:3rpx;'></view>
  18. <view class='commonHview'>
  19. <view class='left_sty'>出生日期</view>
  20. <view class='right_sty'>{{birthDate}}</view>
  21. </view>
  22. <view class='commonhline' style='height:3rpx;'></view>
  23. <view class='commonHview'>
  24. <view class='left_sty'>邮箱</view>
  25. <view class='right_sty'>{{applyMail}}</view>
  26. </view>
  27. <view class='commonhline' style='height:3rpx;'></view>
  28. <view class='commonHview'>
  29. <view class='left_sty'> 加入公司</view>
  30. <view class='right_sty'>{{companyName}}</view>
  31. </view>
  32. <view class='commonhline' style='height:3rpx;'></view>
  33. </view>
  34. <!-- 申请注册审批 -->
  35. <view wx:if='{{isapplyPoint && !isISend}}'>
  36. <view class='commonHview' >
  37. <view class='left_sty'>状态</view>
  38. <view class='right_sty'>{{applyStatus}}</view>
  39. </view>
  40. <view class='commonhline' style='height:3rpx;'></view>
  41. <view class='commonHview'>
  42. <view class='left_sty'>申请时间</view>
  43. <view class='right_sty'>{{applyTime}}</view>
  44. </view>
  45. <view class='commonhline' style='height:3rpx;'></view>
  46. <view class='commonHview'>
  47. <view class='left_sty'>申请人</view>
  48. <view class='right_sty'>{{applyName}}</view>
  49. </view>
  50. <view class='commonhline' style='height:3rpx;'></view>
  51. <view class='commonHview'>
  52. <view class='left_sty'>申请人岗位</view>
  53. <view class='right_sty'>{{applyJob}}</view>
  54. </view>
  55. <view class='commonhline' style='height:3rpx;'></view>
  56. <view class='commonHview'>
  57. <view class='left_sty' style='height:auto;min-height:100rxp;' >申请标准</view>
  58. <scroll-view scroll-y='true' style='height: 100rpx;'>
  59. <view class='right_sty3'>{{applyNorm}}</view>
  60. </scroll-view>
  61. <!-- <view class='right_sty' style='height:auto;min-height:100rxp;'>{{applyNorm}}</view> -->
  62. </view>
  63. <view class='commonhline' style='height:3rpx;'></view>
  64. <view class='commonHview'>
  65. <view class='left_sty' style='width: 10%;'>事由</view>
  66. <view class='righttextarea' > {{applyReason}} </view>
  67. </view>
  68. <view class='commonhline' style='height:20rpx;'></view>
  69. <view class='commonHview'>
  70. <view class='left_sty'>积分</view>
  71. <view class='right_sty'>{{applyPoint}}</view>
  72. </view>
  73. <view class='commonhline' style='height:20rpx;'></view>
  74. </view>
  75. <!-- 我发起的 -->
  76. <view wx:if='{{isapplyPoint && isISend }}'>
  77. <view class='commonHview' >
  78. <view class='left_sty'>状态</view>
  79. <view class='right_sty'>{{applyStatus}}</view>
  80. </view>
  81. <view class='commonhline' style='height:3rpx;'></view>
  82. <view class='commonHview' wx:if='{{applyPoint < 0}}'>
  83. <view class='left_sty'>被扣分人</view>
  84. <view class='right_sty'>{{beMinusPerson}}</view>
  85. </view>
  86. <view class='commonhline' style='height:3rpx;'></view>
  87. <view class='commonHview' wx:if='{{auditName}}' >
  88. <view class='left_sty' wx:if='{{approvelStatus == 1}}'>待审批人</view>
  89. <view class='left_sty' wx:else>审批人</view>
  90. <view class='right_sty'>{{auditName}}</view>
  91. </view>
  92. <view class='commonhline' style='height:3rpx;'></view>
  93. <view class='commonHview'>
  94. <view class='left_sty'>申请时间</view>
  95. <view class='right_sty'>{{applyTime}}</view>
  96. </view>
  97. <view class='commonhline' style='height:3rpx;'></view>
  98. <view class='commonHview'>
  99. <view class='left_sty'>申请人</view>
  100. <view class='right_sty'>{{applyName}}</view>
  101. </view>
  102. <view class='commonhline' style='height:3rpx;'></view>
  103. <view class='commonHview'>
  104. <view class='left_sty'>申请人岗位</view>
  105. <view class='right_sty'>{{applyJob}}</view>
  106. </view>
  107. <view class='commonhline' style='height:3rpx;'></view>
  108. <view class='commonHview'>
  109. <view class='left_sty' style='height:auto;min-height:100rxp;' >申请标准</view>
  110. <scroll-view scroll-y='true' style='height: 100rpx'>
  111. <view class='right_sty3'>{{applyNorm}}</view>
  112. </scroll-view>
  113. <!-- <view class='right_sty' style='height:auto;min-height:100rxp;'>{{applyNorm}}</view> -->
  114. </view>
  115. <view class='commonhline' style='height:3rpx;'></view>
  116. <view class='commonHview'>
  117. <view class='left_sty' style='width: 10%;'>事由</view>
  118. <view class='righttextarea' > {{applyReason}} </view>
  119. </view>
  120. <view class='commonhline' style='height:20rpx;'></view>
  121. <view class='commonHview'>
  122. <view class='left_sty'>积分</view>
  123. <view class='right_sty'>{{applyPoint}}</view>
  124. </view>
  125. <view class='commonhline' style='height:20rpx;'></view>
  126. </view>
  127. <view wx:if='{{approvelStatus == 1 && fromType == 1}}' class='commonHview' style='margin-top:20rpx;'>
  128. <button class='comBtn' style='background-color: #3C85EC;color:#FFF;' formType="submit" hover-class="commonclick-btn" bindtap='agreeBtnClick'>同意</button>
  129. <button class='comBtn' formType="submit" hover-class="commonclick-btn" bindtap='disagreeBtnClick'>不同意</button>
  130. </view>