| | |
| | | </el-table-column> |
| | | <el-table-column label="视图" align="center" prop="materialView" width="180"> |
| | | </el-table-column> |
| | | <el-table-column label="特殊代码" align="center" prop="mark" 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"/> |
| | |
| | | dataSource: null, |
| | | version: null, |
| | | status: null, |
| | | mark: null, |
| | | supplier: null |
| | | }, |
| | | // 表单参数 |
| | |
| | | dataSource: null, |
| | | version: null, |
| | | status: '0', |
| | | mark: null, |
| | | supplier: null |
| | | }; |
| | | this.resetForm("form"); |