diff --git a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue index f69092c..6c8d7b2 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordInbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordInbound.vue @@ -58,11 +58,7 @@ - - - + @@ -169,6 +165,12 @@ + + + + + + @@ -489,6 +491,7 @@ function handleLocationCodeChange() { form.value.locationCode = selectedLocation.locationCode form.value.locationName = selectedLocation.locationName form.value.warehouseCode = selectedLocation.warehouseCode + form.value.warehouseName = selectedLocation.warehouseName } } diff --git a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue index 2e910a0..700df06 100644 --- a/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue +++ b/src/views/materialManagement/productionMaterial/MmRecordOutbound.vue @@ -150,11 +150,11 @@ - + @@ -203,12 +203,6 @@ - -