|
@@ -3,7 +3,7 @@
|
|
<uni-forms ref="form" :model="datainfo" :rules="rules">
|
|
<uni-forms ref="form" :model="datainfo" :rules="rules">
|
|
<view class="cbox">
|
|
<view class="cbox">
|
|
<view class="chmain">
|
|
<view class="chmain">
|
|
- <picker range-key='dictLabel' :disabled="ptype=='edit'?true:false" :value="rylxidx" :range="rylxList" @change='bindDateChangee'>
|
|
|
|
|
|
+ <picker range-key='dictLabel' :disabled="isdisabled" :value="rylxidx" :range="rylxList" @change='bindDateChangee'>
|
|
<uni-forms-item label="人员类型" required name="residentType">
|
|
<uni-forms-item label="人员类型" required name="residentType">
|
|
<view class="flexc mh35">
|
|
<view class="flexc mh35">
|
|
<view class="flex1 txr f13 co27" v-if="datainfo.residentType&&!rylx">{{statusFormats(datainfo.residentType,rylxList,'rylx')}}</view>
|
|
<view class="flex1 txr f13 co27" v-if="datainfo.residentType&&!rylx">{{statusFormats(datainfo.residentType,rylxList,'rylx')}}</view>
|
|
@@ -279,14 +279,13 @@
|
|
</block>
|
|
</block>
|
|
</block>
|
|
</block>
|
|
</uni-collapse>
|
|
</uni-collapse>
|
|
- <view class="hfbtns flexcj" >
|
|
|
|
- <block v-if="datainfo.examine==1&&checkPermi(['wuYe:residentInfo:examineStaff'])">
|
|
|
|
- <view class="btn btn1" @click.stop="getShFn('3')">拒绝</view>
|
|
|
|
- <view class="btn btn2" @click.stop="getShFn('2')">通过</view>
|
|
|
|
- </block>
|
|
|
|
- <!-- v-if="datainfo.examine==3&&checkPermi(['wuYe:residentInfo:editAuthentication'])" -->
|
|
|
|
- <view class="btn btn2 flex1" @click.stop="getSubmit">修改提交</view>
|
|
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hfbtns flexcj" >
|
|
|
|
+ <block v-if="datainfo.examine==1&&checkPermi(['wuYe:residentInfo:examineStaff'])">
|
|
|
|
+ <view class="btn btn1" @click.stop="getShFn('3')">拒绝</view>
|
|
|
|
+ <view class="btn btn2" @click.stop="getShFn('2')">通过</view>
|
|
|
|
+ </block>
|
|
|
|
+ <view class="btn btn2 flex1" v-if="datainfo.examine!=1&&checkPermi(['wuYe:residentInfo:editAuthentication'])" @click.stop="getSubmit">修改提交</view>
|
|
</view>
|
|
</view>
|
|
</uni-forms>
|
|
</uni-forms>
|
|
|
|
|
|
@@ -1037,8 +1036,8 @@
|
|
.check /deep/ .is-required{font-size: 26rpx;color: #F40027;margin-right: 4rpx;}
|
|
.check /deep/ .is-required{font-size: 26rpx;color: #F40027;margin-right: 4rpx;}
|
|
.check /deep/ .uni-collapse{background-color: transparent;}
|
|
.check /deep/ .uni-collapse{background-color: transparent;}
|
|
// .check /deep/ .uni-collapse .chmain{margin-bottom: 24rpx;}
|
|
// .check /deep/ .uni-collapse .chmain{margin-bottom: 24rpx;}
|
|
-.check{min-height: 100vh;box-sizing: border-box;padding: 20rpx 18rpx 54rpx;}
|
|
|
|
-.cbox{
|
|
|
|
|
|
+.check{min-height: 100vh;box-sizing: border-box;padding: 20rpx 6rpx 54rpx;}
|
|
|
|
+.cbox{padding: 0 12rpx;
|
|
.chtit{font-weight: 500;font-size: 24rpx;color: #666666;padding:20rpx 14rpx;}
|
|
.chtit{font-weight: 500;font-size: 24rpx;color: #666666;padding:20rpx 14rpx;}
|
|
.chmain{
|
|
.chmain{
|
|
padding: 0rpx 28rpx;background: #FFFFFF;border-radius: 20rpx;
|
|
padding: 0rpx 28rpx;background: #FFFFFF;border-radius: 20rpx;
|
|
@@ -1072,11 +1071,12 @@
|
|
.delimg{width: 24rpx;height: 24rpx;position: absolute;right: 0;top: 0;}
|
|
.delimg{width: 24rpx;height: 24rpx;position: absolute;right: 0;top: 0;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.hfbtns{margin-top: 60rpx;
|
|
|
|
- .btn{height: 88rpx;background: #FFF8F8;border-radius: 20rpx;width: 316rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;
|
|
|
|
-font-size: 26rpx;box-sizing: border-box;
|
|
|
|
|
|
+.hfbtns{margin-top: 60rpx;justify-content: space-between;
|
|
|
|
+ .btn{height: 88rpx;background: #FFF8F8;border-radius: 20rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;
|
|
|
|
+font-size: 26rpx;box-sizing: border-box;flex: 1;margin: 0 12rpx;
|
|
&.btn1{border: 2rpx solid #FF6969;background: #FFF8F8;color: #FF6969;}
|
|
&.btn1{border: 2rpx solid #FF6969;background: #FFF8F8;color: #FF6969;}
|
|
&.btn2{background: #0256FD;color: #ffffff;}
|
|
&.btn2{background: #0256FD;color: #ffffff;}
|
|
|
|
+ &.btn3{border: 2rpx solid #0256FD;background: #ffffff;color: #0256FD;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|