编辑工序参数必填,确认后页面回显不是必填、手动新增主生产计划选择砌块强度,新增后强度展示有误、客户档案列表中跟进进度、跟进时间字段去掉
| | |
| | | prop: "customerType", |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "跟进进度", |
| | | prop: "followUpLevel", |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "跟进时间", |
| | | prop: "followUpTime", |
| | | width: 120, |
| | | }, |
| | | // { |
| | | // label: "跟进进度", |
| | | // prop: "followUpLevel", |
| | | // width: 120, |
| | | // }, |
| | | // { |
| | | // label: "跟进时间", |
| | | // prop: "followUpTime", |
| | | // width: 120, |
| | | // }, |
| | | { |
| | | label: "银行基本户", |
| | | prop: "basicBankAccount", |
| | |
| | | label: "是否必填", |
| | | prop: "isRequired", |
| | | dataType: "tag", |
| | | formatType: row => (row.isRequired === true ? "success" : "info"), |
| | | formatData: row => (row.isRequired === true ? "是" : "否"), |
| | | formatType: params => (params == true ? "success" : "info"), |
| | | formatData: params => (params == true ? "是" : "否"), |
| | | }, |
| | | { |
| | | label: "操作", |
| | |
| | | placeholder="请选择强度" |
| | | style="width: 100%"> |
| | | <el-option v-for="item in block_strength" |
| | | :key="item.id" |
| | | :key="item.label" |
| | | :label="item.label" |
| | | :value="item.id" /> |
| | | :value="item.label" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="备注 1" |