| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="校准时间" prop="createTime"> |
| | | <el-date-picker |
| | | v-model="dataForm.createTime" |
| | | align="right" |
| | | type="date" |
| | | placeholder="校准时间" |
| | | :picker-options="pickerOptions"> |
| | | <el-date-picker |
| | | v-model="dataForm.createTime" |
| | | type="datetime" |
| | | placeholder="校准时间"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="到期时间" prop="updateTime"> |
| | | <el-date-picker |
| | | v-model="dataForm.updateTime" |
| | | type="datetime" |
| | | placeholder="校准到期时间"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="校准到期时间" prop="updateTime"> |
| | | <el-date-picker |
| | | v-model="dataForm.updateTime" |
| | | align="right" |
| | | type="date" |
| | | placeholder="校准到期时间" |
| | | :picker-options="pickerOptions"> |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <!-- <el-col :span="12"> |
| | | <el-form-item label="类型" prop="type"> |
| | | <el-select |
| | | v-model="dataForm.type" |
| | | filterable |
| | | placeholder="请选择" |
| | | style="width:100%" |
| | | > |
| | | <el-option |
| | | v-for="item in workshopList" |
| | | :key="item.id" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> --> |
| | | |
| | | <el-col :span="12"> |
| | | <el-form-item label="责任人" prop="createUser"> |
| | | <el-input |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | pickerOptions: { |
| | | disabledDate(time) { |
| | | return time.getTime() > Date.now(); |
| | | } |
| | | }, |
| | | |
| | | },}, |
| | | // options: regionData, |
| | | visible: false, |
| | | dataForm: { |
| | |
| | | manufactureDate: '', |
| | | installDate: '', |
| | | // state: '', |
| | | verification:'', |
| | | inspectionUnit:'', |
| | | specifications:'', |
| | | responsibleDepartment:'', |
| | | // createUser:'', |
| | | classification:'', |
| | | createUser:'', |
| | | status:'', |
| | | |
| | | |
| | | updateTime:'', |
| | | createTime:'', |
| | | description: '', |
| | | value1: '', |
| | | certificate:'', |
| | | fixedPointPosition:'', |
| | | code: null, |
| | | // type: null, |
| | | // status: null, |
| | | status: null, |
| | | supplier: null |
| | | }, |
| | | dataRule: { |