|
@@ -22,7 +22,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="mui-input-row vongi-dw">
|
|
<div class="mui-input-row vongi-dw">
|
|
<label><i class="colorfe616c">*</i> 预估时长</label>
|
|
<label><i class="colorfe616c">*</i> 预估时长</label>
|
|
- <span><input type="text" v-model="subForm.estimatedTime" class="mui-input-clear" placeholder="请填写小时">小时</span>
|
|
|
|
|
|
+ <span><input type="number" v-model="subForm.estimatedTime" class="mui-input-clear" placeholder="请填写小时">小时</span>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@@ -153,7 +153,7 @@
|
|
mui.toast('请填写外出地点');
|
|
mui.toast('请填写外出地点');
|
|
return false;
|
|
return false;
|
|
} else if (!this.subForm.estimatedTime) {
|
|
} else if (!this.subForm.estimatedTime) {
|
|
- mui.toast('请填写预估天数');
|
|
|
|
|
|
+ mui.toast('请填写预估时长');
|
|
return false;
|
|
return false;
|
|
} else if (!this.subForm.content) {
|
|
} else if (!this.subForm.content) {
|
|
mui.toast('请填写申请理由');
|
|
mui.toast('请填写申请理由');
|