| | |
| | | <el-form-item label="类型"> |
| | | <template> |
| | | <el-select v-model="form.type" size="small" placeholder="请选择" @change="edittype" |
| | | style="width: 554px;margin-right: 30px;"> |
| | | style="width: 98%;margin-right: 30px;"> |
| | | <el-option label="橡胶连接器" :value="0"></el-option> |
| | | <el-option label="金属连接器" :value="1"></el-option> |
| | | <el-option label="湿插拔电连接器" :value="2"></el-option> |
| | |
| | | <el-col :span="11" :offset="2"> |
| | | <el-form-item label="工艺"> |
| | | <template> |
| | | <el-select v-model="form.name" placeholder="请选择" @change="craftrow" allow-create filterable> |
| | | <el-select v-model="form.name" style="width: 95%;" placeholder="请选择" @change="craftrow" allow-create filterable> |
| | | <el-option v-for="item in craftapi" :key="item.id" :label="item.name" :value="item.id"> |
| | | </el-option> |
| | | </el-select> |
| | |
| | | </el-col> |
| | | <el-col :span="11" :offset="2"> |
| | | <el-form-item label="项目"> |
| | | <el-input v-model="form.project" style="width: 200px;" placeholder="请输入项目"></el-input> |
| | | <el-input v-model="form.project" style="width: 95%;" placeholder="请输入项目"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-form-item label="单位"> |
| | | <el-input v-model="form.unit" placeholder="请输入单位" style="width: 200px;"></el-input> |
| | | <el-input v-model="form.unit" placeholder="请输入单位" style="width: 35.95%;"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |