|
|
@@ -1,65 +1,151 @@
|
|
|
-<view class='commonHview'>
|
|
|
- <view class='left_sty'>
|
|
|
- 申请人
|
|
|
- </view>
|
|
|
- <view class='right_sty'>
|
|
|
- <input class='input_sty' type='text' name='applyName' value='{{applyName}}' disabled='true'></input>
|
|
|
+<!-- 加积分申请单据审批 -->
|
|
|
+<view wx:if='{{!isapplyPoint && !isISend}}'>
|
|
|
+ <view class='commonHview' wx:if='{{isapplyPoint}}'>
|
|
|
+ <view class='left_sty'> 申请人 </view>
|
|
|
+ <view class='right_sty'>{{applyName}}</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></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'>
|
|
|
- <input class='input_sty' type='text' name='applyPhone' value='{{applyPhone}}' disabled='true'></input>
|
|
|
+ <view class='commonHview'>
|
|
|
+ <view class='left_sty'>入职日期</view>
|
|
|
+ <view class='right_sty'>{{enterDate}}</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></view>
|
|
|
+ <view class='commonhline' style='height:3rpx;'></view>
|
|
|
|
|
|
-<view class='commonHview'>
|
|
|
- <view class='left_sty'>
|
|
|
- 入职日期
|
|
|
- </view>
|
|
|
- <view class='right_sty'>
|
|
|
- <input class='input_sty' type='text' name='enterDate' value='{{enterDate}}' disabled='true'></input>
|
|
|
+ <view class='commonHview'>
|
|
|
+ <view class='left_sty'>出生日期</view>
|
|
|
+ <view class='right_sty'>{{birthDate}}</view>
|
|
|
</view>
|
|
|
-</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></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'>
|
|
|
- <input class='input_sty' type='text' name='birthDate' value='{{birthDate}}' disabled='true'></input>
|
|
|
+ <view class='commonHview'>
|
|
|
+ <view class='left_sty'> 加入公司</view>
|
|
|
+ <view class='right_sty'>{{companyName}}</view>
|
|
|
</view>
|
|
|
+ <view class='commonhline' style='height:3rpx;'></view>
|
|
|
</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></view>
|
|
|
|
|
|
-<view class='commonHview'>
|
|
|
- <view class='left_sty'>
|
|
|
- 邮箱
|
|
|
- </view>
|
|
|
- <view class='right_sty'>
|
|
|
- <input class='input_sty' type='text' name='applyMail' value='{{applyMail}}' disabled='true'></input>
|
|
|
+
|
|
|
+
|
|
|
+<!-- 申请注册审批 -->
|
|
|
+<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>
|
|
|
+ <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:3rpx;'></view>
|
|
|
</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></view>
|
|
|
|
|
|
-<view class='commonHview'>
|
|
|
- <view class='left_sty'>
|
|
|
- 加入公司
|
|
|
- </view>
|
|
|
- <view class='right_sty'>
|
|
|
- <input class='input_sty' type='text' name='companyName' value='{{companyName}}' disabled='true'></input>
|
|
|
+
|
|
|
+<!-- 我发起的 -->
|
|
|
+<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'>{{adviceName}}</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>
|
|
|
+ <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:3rpx;'></view>
|
|
|
</view>
|
|
|
-<view class='commonhline' style='height:3rpx;'></view>
|
|
|
|
|
|
-<view class='commonHview' style='margin-top:400rpx;' wx:if='{{approvelStatus == 0}}'>
|
|
|
- <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>
|
|
|
+
|
|
|
+
|
|
|
+ <view wx:if='{{approvelStatus == 1 && fromType == 1}}' class='commonHview' style='margin-top:100rpx;'>
|
|
|
+ <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>
|