diff --git a/klp-ui/src/components/MemoInput/index.vue b/klp-ui/src/components/MemoInput/index.vue
index 633f86f4..fe58ed8f 100644
--- a/klp-ui/src/components/MemoInput/index.vue
+++ b/klp-ui/src/components/MemoInput/index.vue
@@ -106,7 +106,7 @@ export default {
this.cacheInputValue(item.value);
this.inputValue = item.value;
// 触发自定义事件,通知父组件选中结果
- this.$emit('select', item.value);
+ this.$emit('input', item.value);
},
/**
diff --git a/klp-ui/src/views/wms/delivery/componnets/detailTable.vue b/klp-ui/src/views/wms/delivery/componnets/detailTable.vue
new file mode 100644
index 00000000..c62754f7
--- /dev/null
+++ b/klp-ui/src/views/wms/delivery/componnets/detailTable.vue
@@ -0,0 +1,343 @@
+
+
+
+
+ 发货单明细
+
+ 新增
+
+
+ 导出
+
+
+ 刷新
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/klp-ui/src/views/wms/delivery/waybill/index.vue b/klp-ui/src/views/wms/delivery/waybill/index.vue
index bcc1ce98..12411684 100644
--- a/klp-ui/src/views/wms/delivery/waybill/index.vue
+++ b/klp-ui/src/views/wms/delivery/waybill/index.vue
@@ -1,131 +1,93 @@
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
+
+
+
+
+
+
+
+
+ {{ data.planName }}
+
+
+
+
+
+
-
-
- 新增
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+ 新增
+ 刷新
+ 导出
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.deliveryTime, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.deliveryTime, '{y}-{m}-{d}') }}
-
-
-
-
-
-
-
- {{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}
-
-
-
-
-
- 修改
- 删除
-
-
-
-
-
-
-
@@ -139,10 +101,7 @@
-
@@ -172,12 +131,15 @@
+
+