fix(wms): 修复发货单审核状态默认值并优化地址显示格式

移除发货单页面中默认的审核状态值,避免影响查询结果
优化订单组件中地址的显示格式,使用标准格式加自定义内容
在复制信息提示中增加"类型"描述,使提示更清晰
This commit is contained in:
砂糖
2026-01-10 18:27:15 +08:00
parent 44da63f7ca
commit eb1f062491
3 changed files with 5 additions and 20 deletions

View File

@@ -638,7 +638,7 @@ export default {
};
// materialType 会触发 watch自动设置 itemType 并加载物品列表
this.$message.success('已复制当前信息,包含' + this.currentInfo.materialType + '的相关信息, 请根据需要修改');
this.$message.success('已复制当前信息,包含' + this.currentInfo.materialType + '类型的相关信息, 请根据需要修改');
},
// 保存更新