| | |
| | | <el-form-item label="生产日历" prop="calendarCode"> |
| | | <el-select v-model="form.calendarCode" style="width: 240px"> |
| | | <el-option v-for="item in options.calendarList" :key="item.id" :label="item.name" |
| | | :value="item.id" /> |
| | | :value="item.code" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | filterable> |
| | | <el-option v-for="item in options.listnoband" :key="item.id" :label="item.machineName" |
| | | :value="item.id"> |
| | | {{ `${item?.machineCode}-${item?.machineName}-${item?.brand}` }}</el-option> |
| | | {{ `${item?.machineCode}-${item?.machineName}${item?.brand ? '-' + item.brand : ''}` |
| | | }}</el-option> |
| | | </el-select> |
| | | <el-input v-if="form.id" :disabled="form.id" v-model="form.machineName"></el-input> |
| | | </el-form-item> |
| | |
| | | <el-form-item label="加工属性" prop="properties"> |
| | | <el-select v-model="form.properties" style="width: 240px"> |
| | | <el-option v-for="item in options.machining_type" :key="item.dictKey" |
| | | :label="item.dictValue" :value="item.dictKey" /> |
| | | :label="item.dictValue" :value="item.dictKey - 0" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |