feat(wms): 新增发货单明细组件并优化发货单主界面
refactor(waybill): 重构发货单主界面布局,增加发货计划树形选择 fix(MemoInput): 修正自定义事件名称从select改为input
This commit is contained in:
@@ -106,7 +106,7 @@ export default {
|
||||
this.cacheInputValue(item.value);
|
||||
this.inputValue = item.value;
|
||||
// 触发自定义事件,通知父组件选中结果
|
||||
this.$emit('select', item.value);
|
||||
this.$emit('input', item.value);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user