| | |
| | | <div class="form-group row"> |
| | | <label class="col-sm-2 col-form-label">巡检路线</label> |
| | | <div class="col-sm-10"> |
| | | <input v-model="editInspectionPlanInfo.inspectionRouteId" type="text" |
| | | placeholder="必填,请填写巡检路线" class="form-control"> |
| | | <!-- <input v-model="editInspectionPlanInfo.inspectionRouteId" type="text"--> |
| | | <!-- placeholder="必填,请填写巡检路线" class="form-control">--> |
| | | <div class="col-sm-10"> |
| | | <vc:create name="inspectionRouteSelect2" |
| | | parentModal="editInspectionPlanModel" |
| | | callBackListener="editInspectionPlanInfo" |
| | | callBackFunction="notify" |
| | | namespace="editInspectionPlan" |
| | | ></vc:create> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="form-group row"> |