refactor: 临时隐藏多个业务模块的备注及非核心字段
- 合同管理列表隐藏岗位、现住址、紧急联系人及紧急联系人电话列
- 工艺路由模块隐藏备注相关内容,涉及新增/编辑表单、列表列、详情展示
- 产品结构模块隐藏备注相关内容,涉及表单和列表列
- 工单管理列表隐藏计划开始时间、计划结束时间列
| | |
| | | label: "户籍住址", |
| | | prop: "nativePlace", |
| | | }, |
| | | { |
| | | label: "岗位", |
| | | prop: "postName", |
| | | }, |
| | | { |
| | | label: "现住址", |
| | | prop: "adress", |
| | | width: 200 |
| | | }, |
| | | // { |
| | | // label: "岗位", |
| | | // prop: "postName", |
| | | // }, |
| | | // { |
| | | // label: "现住址", |
| | | // prop: "adress", |
| | | // width: 200 |
| | | // }, |
| | | { |
| | | label: "第一学历", |
| | | prop: "firstStudy", |
| | |
| | | prop: "phone", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "紧急联系人", |
| | | prop: "emergencyContact", |
| | | width: 120 |
| | | }, |
| | | { |
| | | label: "紧急联系人电话", |
| | | prop: "emergencyContactPhone", |
| | | width: 150 |
| | | }, |
| | | // { |
| | | // label: "紧急联系人", |
| | | // prop: "emergencyContact", |
| | | // width: 120 |
| | | // }, |
| | | // { |
| | | // label: "紧急联系人电话", |
| | | // prop: "emergencyContactPhone", |
| | | // width: 150 |
| | | // }, |
| | | // { |
| | | // label: "合同年限", |
| | | // prop: "contractTerm", |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="备注" prop="description"> |
| | | <el-input v-model="formState.description" type="textarea" /> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="备注" prop="description">--> |
| | | <!-- <el-input v-model="formState.description" type="textarea" />--> |
| | | <!-- </el-form-item>--> |
| | | </el-form> |
| | | |
| | | <!-- 产品选择弹窗 --> |
| | |
| | | :value="item.id" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="备注" |
| | | prop="description"> |
| | | <el-input v-model="formState.description" |
| | | type="textarea" /> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="备注"--> |
| | | <!-- prop="description">--> |
| | | <!-- <el-input v-model="formState.description"--> |
| | | <!-- type="textarea" />--> |
| | | <!-- </el-form-item>--> |
| | | </el-form> |
| | | <!-- 产品选择弹窗 --> |
| | | <ProductSelectDialog v-model="showProductSelectDialog" |
| | |
| | | label: "BOM编号", |
| | | prop: "bomNo", |
| | | }, |
| | | { |
| | | label: "描述", |
| | | prop: "description", |
| | | }, |
| | | // { |
| | | // label: "描述", |
| | | // prop: "description", |
| | | // }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | |
| | | <span class="info-value">{{ routeInfo.quantity || '-' }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="info-item"> |
| | | <div class="info-label-wrapper"> |
| | | <span class="info-label">备注</span> |
| | | </div> |
| | | <div class="info-value-wrapper"> |
| | | <span class="info-value">{{ routeInfo.description }}</span> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="info-item">--> |
| | | <!-- <div class="info-label-wrapper">--> |
| | | <!-- <span class="info-label">备注</span>--> |
| | | <!-- </div>--> |
| | | <!-- <div class="info-value-wrapper">--> |
| | | <!-- <span class="info-value">{{ routeInfo.description }}</span>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | </div> |
| | | </el-card> |
| | | <!-- 附件模块 --> |
| | |
| | | placeholder="请输入版本号" |
| | | clearable /> |
| | | </el-form-item> |
| | | <el-form-item label="备注" |
| | | prop="remark"> |
| | | <el-input v-model="form.remark" |
| | | type="textarea" |
| | | :rows="3" |
| | | placeholder="请输入备注" |
| | | clearable /> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="备注"--> |
| | | <!-- prop="remark">--> |
| | | <!-- <el-input v-model="form.remark"--> |
| | | <!-- type="textarea"--> |
| | | <!-- :rows="3"--> |
| | | <!-- placeholder="请输入备注"--> |
| | | <!-- clearable />--> |
| | | <!-- </el-form-item>--> |
| | | </el-form> |
| | | <template #footer> |
| | | <el-button type="primary" |
| | |
| | | prop: "version", |
| | | width: 100, |
| | | }, |
| | | { |
| | | label: "备注", |
| | | prop: "remark", |
| | | minWidth: 160, |
| | | }, |
| | | // { |
| | | // label: "备注", |
| | | // prop: "remark", |
| | | // minWidth: 160, |
| | | // }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | |
| | | slot: "completionStatus", |
| | | width: "140", |
| | | }, |
| | | { |
| | | label: "计划开始时间", |
| | | prop: "planStartTime", |
| | | width: "140", |
| | | }, |
| | | { |
| | | label: "计划结束时间", |
| | | prop: "planEndTime", |
| | | width: "140", |
| | | }, |
| | | // { |
| | | // label: "计划开始时间", |
| | | // prop: "planStartTime", |
| | | // width: "140", |
| | | // }, |
| | | // { |
| | | // label: "计划结束时间", |
| | | // prop: "planEndTime", |
| | | // width: "140", |
| | | // }, |
| | | { |
| | | label: "实际开始时间", |
| | | prop: "actualStartTime", |