fix(wms): 修复发货单审核状态默认值并优化地址显示格式
移除发货单页面中默认的审核状态值,避免影响查询结果 优化订单组件中地址的显示格式,使用标准格式加自定义内容 在复制信息提示中增加"类型"描述,使提示更清晰
This commit is contained in:
@@ -638,7 +638,7 @@ export default {
|
||||
};
|
||||
|
||||
// materialType 会触发 watch,自动设置 itemType 并加载物品列表
|
||||
this.$message.success('已复制当前信息,包含' + this.currentInfo.materialType + '的相关信息, 请根据需要修改');
|
||||
this.$message.success('已复制当前信息,包含' + this.currentInfo.materialType + '类型的相关信息, 请根据需要修改');
|
||||
},
|
||||
|
||||
// 保存更新
|
||||
|
||||
Reference in New Issue
Block a user