| | |
| | | <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> |
| | |
| | | <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> |