feat(wms): 新增发货单明细组件并优化发货单主界面

refactor(waybill): 重构发货单主界面布局,增加发货计划树形选择
fix(MemoInput): 修正自定义事件名称从select改为input
This commit is contained in:
砂糖
2025-11-26 11:06:17 +08:00
parent 3746b1d935
commit 92052c4244
3 changed files with 521 additions and 132 deletions

View File

@@ -106,7 +106,7 @@ export default {
this.cacheInputValue(item.value);
this.inputValue = item.value;
// 触发自定义事件,通知父组件选中结果
this.$emit('select', item.value);
this.$emit('input', item.value);
},
/**