Browse Source

审批打卡

master
jiazhipeng 8 months ago
parent
commit
202f6bccd0
  1. 2
      subPackages/clockIn/apply.vue
  2. 6
      subPackages/clockIn/index.vue

2
subPackages/clockIn/apply.vue

@ -88,7 +88,7 @@
},
submit() {
if (!this.info.reason.trim()) {
this.showToast({title: "请输入审批事由",icon:'none'})
uni.showToast({title: "请输入审批事由",icon:'none'})
return;
}
this.Post({reason: this.info.reason},'/api/Merchants/guideClockExamine').then(res=>{

6
subPackages/clockIn/index.vue

@ -28,16 +28,16 @@
<view class="subtitle">{{item.reason}}</view>
</view>
</view>
<view class="detail-container">
<!-- <view class="detail-container">
<view class="box-title">
<text>审批流程</text>
<text></text>
</view>
<view class="item">
<view class="title">审批人:</view>
<view class="subtitle">张大庄{{status[item.status]}}</view>
</view>
<view class="subtitle">{{item.admin}}{{status[item.status]}}</view>
</view>
</view> -->
</view>

Loading…
Cancel
Save