mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 11:59:37 +08:00
描述:驳回原因
This commit is contained in:
parent
128e8817ea
commit
1fca654e8f
@ -181,7 +181,7 @@ Page({
|
|||||||
if (status == 2 && !_this.data.dialogContent) {
|
if (status == 2 && !_this.data.dialogContent) {
|
||||||
Notify({
|
Notify({
|
||||||
type: 'danger',
|
type: 'danger',
|
||||||
message: '请输入描述信息!'
|
message: '请输入驳回原因!'
|
||||||
});
|
});
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
<!-- 审核弹出框 -->
|
<!-- 审核弹出框 -->
|
||||||
<van-dialog use-slot title="审核" show="{{ dialogShow }}" show-confirm-button="{{false}}" show-cancel-button="{{false}}" close-on-click-overlay>
|
<van-dialog use-slot title="审核" show="{{ dialogShow }}" show-confirm-button="{{false}}" show-cancel-button="{{false}}" close-on-click-overlay>
|
||||||
<van-field input-class="textarea" bind:input="dialogInput" value="{{ dialogContent }}" type="textarea" placeholder="请输入描述信息" />
|
<van-field input-class="textarea" bind:input="dialogInput" value="{{ dialogContent }}" type="textarea" placeholder="请输入驳回原因" />
|
||||||
<view class="dialogBtnView">
|
<view class="dialogBtnView">
|
||||||
<view class="rejectBtn" data-status="2" bind:tap="dialogVerify">驳回</view>
|
<view class="rejectBtn" data-status="2" bind:tap="dialogVerify">驳回</view>
|
||||||
<view class="successBtn" data-status="1" bind:tap="dialogVerify">通过</view>
|
<view class="successBtn" data-status="1" bind:tap="dialogVerify">通过</view>
|
||||||
|
@ -172,7 +172,7 @@ Page({
|
|||||||
if (status == 2 && !_this.data.dialogContent) {
|
if (status == 2 && !_this.data.dialogContent) {
|
||||||
Notify({
|
Notify({
|
||||||
type: 'danger',
|
type: 'danger',
|
||||||
message: '请输入描述信息!'
|
message: '请输入驳回原因!'
|
||||||
});
|
});
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
<van-icon name="clock-o" color="#cccccc" size="40rpx" />
|
<van-icon name="clock-o" color="#cccccc" size="40rpx" />
|
||||||
<view class="msg">{{item.visitTimeFormat}}</view>
|
<view class="msg">{{item.visitTimeFormat}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="dataView" wx:if="{{item.status == 2}}">
|
||||||
|
<van-icon name="notes-o" color="#cccccc" size="40rpx" />
|
||||||
|
<view class="msg gray">驳回原因: {{item.rejectContent}}</view>
|
||||||
|
</view>
|
||||||
<view class="btnView">
|
<view class="btnView">
|
||||||
<view class="btn">查看详情</view>
|
<view class="btn">查看详情</view>
|
||||||
</view>
|
</view>
|
||||||
@ -39,6 +43,10 @@
|
|||||||
<van-icon name="clock-o" color="#cccccc" size="40rpx" />
|
<van-icon name="clock-o" color="#cccccc" size="40rpx" />
|
||||||
<view class="msg">{{item.visitTimeFormat}}</view>
|
<view class="msg">{{item.visitTimeFormat}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="dataView" wx:if="{{item.status == 2}}">
|
||||||
|
<van-icon name="notes-o" color="#cccccc" size="40rpx" />
|
||||||
|
<view class="msg gray">驳回原因: {{item.rejectContent}}</view>
|
||||||
|
</view>
|
||||||
<view class="btnView">
|
<view class="btnView">
|
||||||
<view class="btn">查看详情</view>
|
<view class="btn">查看详情</view>
|
||||||
<view class="btn" wx:if="{{item.verifyShow}}" data-id="{{item.id}}" catch:tap="showDialog">审核</view>
|
<view class="btn" wx:if="{{item.verifyShow}}" data-id="{{item.id}}" catch:tap="showDialog">审核</view>
|
||||||
@ -57,7 +65,7 @@
|
|||||||
|
|
||||||
<!-- 审核弹出框 -->
|
<!-- 审核弹出框 -->
|
||||||
<van-dialog use-slot title="审核" show="{{ dialogShow }}" show-confirm-button="{{false}}" show-cancel-button="{{false}}" close-on-click-overlay>
|
<van-dialog use-slot title="审核" show="{{ dialogShow }}" show-confirm-button="{{false}}" show-cancel-button="{{false}}" close-on-click-overlay>
|
||||||
<van-field input-class="textarea" bind:input="dialogInput" value="{{ dialogContent }}" type="textarea" placeholder="请输入描述信息" />
|
<van-field input-class="textarea" bind:input="dialogInput" value="{{ dialogContent }}" type="textarea" placeholder="请输入驳回原因" />
|
||||||
<view class="dialogBtnView">
|
<view class="dialogBtnView">
|
||||||
<view class="rejectBtn" data-status="2" bind:tap="dialogVerify">驳回</view>
|
<view class="rejectBtn" data-status="2" bind:tap="dialogVerify">驳回</view>
|
||||||
<view class="successBtn" data-status="1" bind:tap="dialogVerify">通过</view>
|
<view class="successBtn" data-status="1" bind:tap="dialogVerify">通过</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user