|
@@ -48,7 +48,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-form>
|
|
|
- <el-form v-else-if="this.commonJS.isNotEmpty(this.inputForm.type) & this.inputForm.type !== '4'" style="width: 100%" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"
|
|
|
+ <el-form v-else-if="this.commonJS.isNotEmpty(this.inputForm.type) && this.inputForm.type !== '4' && this.inputForm.type !== '3'" style="width: 100%" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"
|
|
|
:disabled="true" label-width="110px" @submit.native.prevent>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="是否实习结束" prop="completePractice" :rules="[{required: true, message: '是否实习结束不能为空', trigger: 'change'}]">
|
|
@@ -112,7 +112,7 @@
|
|
|
</vxe-table-column>
|
|
|
<vxe-table-column field="reimbursementAmount" align="center" title="报销金额(元)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input
|
|
|
+ <el-input :disabled="true"
|
|
|
v-on:input="scope.row.reimbursementAmount=scope.row.reimbursementAmount.replace(/[^\d.]/g,'')
|
|
|
.replace(/^\./g,'')
|
|
|
.replace(/\.{2,}/g,'.')
|