春风项目四线(合箱线、总装线)
hdy
2024-01-15 578e02d0cb4604f8ff3a02e895f12707856fae59
jcdm-ui/src/views/main/bs/material/index.vue
@@ -89,6 +89,8 @@
      </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"/>
@@ -276,6 +278,7 @@
        dataSource: null,
        version: null,
        status: null,
        mark: null,
        supplier: null
      },
      // 表单参数
@@ -335,6 +338,7 @@
        dataSource: null,
        version: null,
        status: '0',
        mark: null,
        supplier: null
      };
      this.resetForm("form");