diff --git a/src/views/distribution/inventory/delivery/Unstoreddetails.vue b/src/views/distribution/inventory/delivery/Unstoreddetails.vue index f782c3e5..0f852193 100644 --- a/src/views/distribution/inventory/delivery/Unstoreddetails.vue +++ b/src/views/distribution/inventory/delivery/Unstoreddetails.vue @@ -82,8 +82,8 @@ - + @@ -181,7 +181,7 @@ import { const $router = useRouter(); //跳转 const $useStore = useStore(); //权限 const $route = useRoute(); //获取地址栏参数 -const activeName = ref('1'); +const activeName = ref('2'); const dataCopy = ref([]); //拷贝数据 const dialogVisible = ref(false); const from = ref({ @@ -401,7 +401,7 @@ const onLoad = async () => { console.log(_res, '基础信息'); from.value.warehouse = data.warehouse; //已入库 from.value.unWarehouse = data.unWarehouse; //未入库 - details.data = data.warehouse; + details.data = data.unWarehouse; dataCopy.value = deepClone(from.value.warehouse); details.loadingObj.list = false; };