| | |
| | | </el-table-column> |
| | | <el-table-column label="特殊代码" align="center" prop="mark" width="180"> |
| | | </el-table-column> |
| | | <el-table-column label="车型" align="center" prop="carType" width="180"> |
| | | </el-table-column> |
| | | <el-table-column label="类型" align="center" prop="typeL"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.material_type" :value="scope.row.typeL"/> |
| | |
| | | </el-form-item> |
| | | <el-form-item label="特殊代码" prop="mark"> |
| | | <el-input v-model="form.mark" placeholder="请输入特殊代码" /> |
| | | </el-form-item> |
| | | <el-form-item label="车型" prop="carType"> |
| | | <el-input v-model="form.carType" placeholder="请输入特殊代码" /> |
| | | </el-form-item> |
| | | <el-form-item label="物料名称" prop="materialName"> |
| | | <el-input v-model="form.materialName" placeholder="请输入物料名称" /> |
| | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | materialCode: null, |
| | | carType:null, |
| | | materialName: null, |
| | | materialView: null, |
| | | typeZ: null, |
| | |
| | | materialName: null, |
| | | materialView: null, |
| | | typeZ: null, |
| | | carType:null, |
| | | typeL: null, |
| | | unit: null, |
| | | matterVersion: null, |