feat(wms): 新增发货页面并更新物料显示字段
- 新增wms/coil/ship.vue发货页面 - 在product.vue中添加status查询参数 - 更新real.vue中状态标签的显示条件 - 修改do.vue面板中的物料信息显示字段,替换厚度/宽度为材质/表面处理等字段
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<el-table-column label="排序号" prop="sortNo" width="100" align="center" />
|
||||
<el-table-column label="状态" width="120" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-tag :type="scope.row.isEnabled === 1 ? 'success' : 'info'" effect="plain">
|
||||
<el-tag v-if="scope.row.level === 3" :type="scope.row.isEnabled === 1 ? 'success' : 'info'" effect="plain">
|
||||
{{ scope.row.isEnabled === 1 ? '未占用' : '已占用' }}
|
||||
</el-tag>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user