| | |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | |
| | | <el-col :span="12"> |
| | | <el-form-item label="责任人" prop="createUser"> |
| | | <el-input |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | |
| | | <el-col :span="12"> |
| | | <el-form-item label="责任部门" prop="responsibleDepartment"> |
| | | <el-input |
| | |
| | | placeholder="检定/校准" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="分类" prop="classification"> |
| | | <el-input |
| | |
| | | placeholder="分类" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="定点位置" prop="fixedPointPosition"> |
| | | <el-input |
| | |
| | | placeholder="定点位置" |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | </el-col> |
| | | |
| | | |
| | | |
| | | <!-- <el-col :span="12"> |
| | |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | |
| | | initFactorySelect() { |
| | | loadFactoryList().then((res) => { |
| | | this.factoryOptions = res.data |
| | |
| | | }) |
| | | } |
| | | }, |
| | | |
| | | |
| | | created() { |
| | | this.initFactorySelect() |
| | | this.getEquipmentState() |
| | | |
| | | |
| | | // remote('work_shop').then((response) => { |
| | | // if (response.data.code === 0) { |
| | | // this.workshopList = response.data.data |
| | |
| | | } |
| | | } |
| | | </script> |
| | | |