|
|
@@ -70,11 +70,6 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <uni-popup ref="remindSettleRef" type="dialog">
|
|
|
- <uni-popup-dialog type="info" cancelText="取消" confirmText="确认" title="提示" content="确认提交?" @confirm="confirmToSettle"></uni-popup-dialog>
|
|
|
- </uni-popup>
|
|
|
-
|
|
|
-
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -157,19 +152,10 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
immediate:true
|
|
|
- },
|
|
|
- groupInfo:{
|
|
|
- handler(val){
|
|
|
- if(!this.$util.isEmpty(val)){
|
|
|
-
|
|
|
- }
|
|
|
- },
|
|
|
- immediate:true
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
this.activeKeyboard()
|
|
|
-
|
|
|
getAllStaff().then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.getStaffList = res.data.list
|
|
|
@@ -242,9 +228,6 @@ export default {
|
|
|
this.$refs.keyboard.activate();
|
|
|
},
|
|
|
enter() {
|
|
|
- this.$refs.remindSettleRef.open('center')
|
|
|
- },
|
|
|
- confirmToSettle(){
|
|
|
this.$emit('settleCommit',this.form)
|
|
|
},
|
|
|
cancel(){
|