|
|
|
@ -176,7 +176,15 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6" style="width: 31%; margin-left: 1%"> |
|
|
|
<el-col :span="6" style="width: 31%; margin-left: 1%"> |
|
|
|
<el-form-item label="巡检班组" prop="groupId"> |
|
|
|
<el-form-item label="巡检班组" prop="groupName"> |
|
|
|
|
|
|
|
<el-input |
|
|
|
|
|
|
|
style="width: 98%" |
|
|
|
|
|
|
|
v-model="addForm.groupName" |
|
|
|
|
|
|
|
placeholder="巡检班组" |
|
|
|
|
|
|
|
disabled |
|
|
|
|
|
|
|
></el-input> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
<!-- <el-form-item label="巡检班组" prop="groupId"> |
|
|
|
<el-select |
|
|
|
<el-select |
|
|
|
v-model="addForm.groupId" |
|
|
|
v-model="addForm.groupId" |
|
|
|
placeholder="请选择巡检班组" |
|
|
|
placeholder="请选择巡检班组" |
|
|
|
@ -184,7 +192,7 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
<el-option v-for="item in groupList" :key="item.id" :label="item.fullName" :value="item.id"></el-option> |
|
|
|
<el-option v-for="item in groupList" :key="item.id" :label="item.fullName" :value="item.id"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> --> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
@ -470,7 +478,7 @@ |
|
|
|
<el-descriptions-item span="1" label="巡检名称">{{taskForm.planName}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="巡检名称">{{taskForm.planName}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="计划单据">{{taskForm.taskCode}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="计划单据">{{taskForm.taskCode}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="巡检班组"> |
|
|
|
<el-descriptions-item span="1" label="巡检班组"> |
|
|
|
{{taskForm.groupId | groupName}} |
|
|
|
{{taskForm.groupName}} |
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="实际开始">{{taskForm.actStartTime}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="实际开始">{{taskForm.actStartTime}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="实际完成">{{taskForm.actFinishTime}}</el-descriptions-item> |
|
|
|
<el-descriptions-item span="1" label="实际完成">{{taskForm.actFinishTime}}</el-descriptions-item> |
|
|
|
|