diff --git a/klp-ui/src/components/DragResizePanel/index.vue b/klp-ui/src/components/DragResizePanel/index.vue new file mode 100644 index 00000000..d3e0e9a4 --- /dev/null +++ b/klp-ui/src/components/DragResizePanel/index.vue @@ -0,0 +1,159 @@ + + + + + \ No newline at end of file diff --git a/klp-ui/src/views/wms/delivery/components/detailTable.vue b/klp-ui/src/views/wms/delivery/components/detailTable.vue index 3e7b703a..cbb59e7c 100644 --- a/klp-ui/src/views/wms/delivery/components/detailTable.vue +++ b/klp-ui/src/views/wms/delivery/components/detailTable.vue @@ -38,6 +38,7 @@ + @@ -47,9 +48,11 @@ + + @@ -241,6 +244,9 @@ export default { if (coil) { item.actualWarehouseName = coil.actualWarehouseName; item.surfaceTreatmentDesc = coil.surfaceTreatmentDesc; + item.qualityStatus = coil.qualityStatus; + item.warehouseName = coil.warehouseName; + item.manufacturer = coil.manufacturer; } }); } diff --git a/klp-ui/src/views/wms/delivery/components/planList.vue b/klp-ui/src/views/wms/delivery/components/planList.vue index 3443b760..36cc3bd7 100644 --- a/klp-ui/src/views/wms/delivery/components/planList.vue +++ b/klp-ui/src/views/wms/delivery/components/planList.vue @@ -1,5 +1,5 @@