feat(wms): 新增钢卷打包功能及相关枚举和显示优化
添加钢卷打包页面组件,包括打包表单和记录展示 在枚举文件中新增打包相关字段 优化操作类型显示,新增打包操作类型 修复产品名称显示可能为空的问题
This commit is contained in:
@@ -52,10 +52,11 @@
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.actionType === 5">移库操作已在移动端完成</span>
|
||||
<span v-else-if="scope.row.actionType === 4">发货操作已在移动端完成</span>
|
||||
<span v-else-if="scope.row.actionType === 401">入库操作</span>
|
||||
<span v-else-if="scope.row.actionType === 401">入库/收货操作</span>
|
||||
<span v-else-if="scope.row.actionType === 402">发货操作</span>
|
||||
<span v-else-if="scope.row.actionType === 403">移库操作</span>
|
||||
<span v-else-if="scope.row.actionType === 404">通过库区编辑钢卷</span>
|
||||
<span v-else-if="scope.row.actionType === 405">钢卷打包</span>
|
||||
<dict-tag v-else :options='dict.type.action_type' :value="scope.row.actionType"></dict-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user