This commit is contained in:
zds
2022-12-02 18:38:15 +08:00
parent b59abc4263
commit d285f09581
7 changed files with 98 additions and 73 deletions

View File

@@ -183,6 +183,7 @@
</template>
</el-table-column>
<el-table-column prop="workorder_code" width="130" label="工令号" />
<el-table-column prop="remark2" min-width="200" label="备注"/>
<el-table-column prop="bucket_type" :formatter="bucket_typeFormat" min-width="80" label="桶类型" />
<el-table-column prop="material_code" min-width="130" label="物料编码" />
<el-table-column :formatter="seriesFormat" min-width="130" prop="product_series_id" label="系列" />

View File

@@ -117,6 +117,7 @@
</template>
</el-table-column>
<el-table-column prop="workorder_code" width="130" label="工令号" />
<el-table-column prop="remark2" min-width="200" label="备注"/>
<el-table-column prop="bucket_type" :formatter="bucket_typeFormat" min-width="80" label="桶类型" />
<el-table-column prop="material_code" min-width="130" label="物料编码"/>
<el-table-column :formatter="seriesFormat" min-width="130" prop="product_series_id" label="系列" />