feat(wms): 新增发货计划、发货单及相关功能
- 添加发货计划管理页面及API接口 - 添加发货单管理页面及API接口 - 添加发货单明细管理API接口 - 在钢卷操作流程中新增通过库区编辑钢卷操作类型 - 修改发货操作使用updateMaterialCoilSimple接口
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
<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>
|
||||
<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