|
@@ -18,7 +18,7 @@
|
|
<h5>当前打卡班次</h5>
|
|
<h5>当前打卡班次</h5>
|
|
<h3>{{tjForm.workAttendanceDate}}<span v-text="tjForm.workAttendanceTime"></span></h3>
|
|
<h3>{{tjForm.workAttendanceDate}}<span v-text="tjForm.workAttendanceTime"></span></h3>
|
|
</div>
|
|
</div>
|
|
- <div class="mui-content-padded">
|
|
|
|
|
|
+ <!-- <div class="mui-content-padded">
|
|
<form class="mui-input-group">
|
|
<form class="mui-input-group">
|
|
<div class="mui-input-row" @click="selectPerson">
|
|
<div class="mui-input-row" @click="selectPerson">
|
|
<label><span class="colorfe616c">*</span>审批人</label>
|
|
<label><span class="colorfe616c">*</span>审批人</label>
|
|
@@ -27,7 +27,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<div class="mui-content-padded">
|
|
<div class="mui-content-padded">
|
|
<h5><span class="colorfe616c">*</span>定位</h5>
|
|
<h5><span class="colorfe616c">*</span>定位</h5>
|
|
<button class="vongi-yidi-location" @click="getPoint">{{tjForm.address}}<span class="mui-icon mui-icon-location"></span></button>
|
|
<button class="vongi-yidi-location" @click="getPoint">{{tjForm.address}}<span class="mui-icon mui-icon-location"></span></button>
|
|
@@ -224,10 +224,12 @@
|
|
} else if (!this.tjForm.type) {
|
|
} else if (!this.tjForm.type) {
|
|
mui.toast('请选择打卡类型');
|
|
mui.toast('请选择打卡类型');
|
|
return false;
|
|
return false;
|
|
- } else if (!this.tjForm.approvalPersonId) {
|
|
|
|
|
|
+ }
|
|
|
|
+ /* else if (!this.tjForm.approvalPersonId) {
|
|
mui.toast('请选择审批人');
|
|
mui.toast('请选择审批人');
|
|
return false;
|
|
return false;
|
|
- } else if (!this.tjForm.content) {
|
|
|
|
|
|
+ } */
|
|
|
|
+ else if (!this.tjForm.content) {
|
|
mui.toast('请输入申请内容');
|
|
mui.toast('请输入申请内容');
|
|
return false;
|
|
return false;
|
|
} else if (!this.tjForm.address) {
|
|
} else if (!this.tjForm.address) {
|
|
@@ -337,7 +339,7 @@
|
|
//获取经纬度
|
|
//获取经纬度
|
|
this.getPoint();
|
|
this.getPoint();
|
|
this.getTime();
|
|
this.getTime();
|
|
- this.getPsersonList();
|
|
|
|
|
|
+ //this.getPsersonList();
|
|
},
|
|
},
|
|
destroyed() {},
|
|
destroyed() {},
|
|
computed: {
|
|
computed: {
|