diff --git a/src/PagesStatistics/customer/detail.vue b/src/PagesStatistics/customer/detail.vue index 5867759..f1eac9a 100644 --- a/src/PagesStatistics/customer/detail.vue +++ b/src/PagesStatistics/customer/detail.vue @@ -157,7 +157,7 @@ const gridList2 = reactive([ ]); const handleScenePhoto = (id: string) => { uni.navigateTo({ - url: "/pagesScenePhoto/index?orderType=1&imagesType=1&id=" + id, // 要跳转到的页面路径 + url: "/pagesScenePhoto/index?orderType=2&imagesType=1&id=" + id, // 要跳转到的页面路径 }); }; const state = reactive({ diff --git a/src/pagesApp/shipmentCl.vue b/src/pagesApp/shipmentCl.vue index 3c2b622..e57e010 100644 --- a/src/pagesApp/shipmentCl.vue +++ b/src/pagesApp/shipmentCl.vue @@ -171,7 +171,7 @@ const gridList1 = reactive([ ]); const handleScenePhoto = (id: string) => { uni.navigateTo({ - url: "/pagesScenePhoto/index?orderType=1&imagesType=1&id=" + id, // 要跳转到的页面路径 + url: "/pagesScenePhoto/index?orderType=2&imagesType=1&id=" + id, // 要跳转到的页面路径 }); }; diff --git a/src/pagesApp/shipmentDetail.vue b/src/pagesApp/shipmentDetail.vue index 75862f0..dbfad12 100644 --- a/src/pagesApp/shipmentDetail.vue +++ b/src/pagesApp/shipmentDetail.vue @@ -347,7 +347,7 @@ const gridList1 = reactive([ ]); const handleScenePhoto = (id: string) => { uni.navigateTo({ - url: "/pagesScenePhoto/index?orderType=1&imagesType=1&id=" + id, // 要跳转到的页面路径 + url: "/pagesScenePhoto/index?orderType=2&imagesType=1&id=" + id, // 要跳转到的页面路径 }); }; const getScaleStatus = (type: number) => { diff --git a/src/pagesReceive/form/pricingForm.vue b/src/pagesReceive/form/pricingForm.vue index 7038dc4..c13cded 100644 --- a/src/pagesReceive/form/pricingForm.vue +++ b/src/pagesReceive/form/pricingForm.vue @@ -802,7 +802,7 @@ onLoad((option) => { }); PictureApi.getAnnex({ businessId: model1.order.id.toString(), - orderType: 1, + orderType: OrderType.Receive, imagesType: ImagesType.NORMARL, }).then((res) => { if (res.code === 200) { diff --git a/src/pagesShipment/shipmenting.vue b/src/pagesShipment/shipmenting.vue index cec9edd..2f6af73 100644 --- a/src/pagesShipment/shipmenting.vue +++ b/src/pagesShipment/shipmenting.vue @@ -98,7 +98,7 @@ const handleModal = (v: boolean, id: number) => { }; const handleScenePhoto = (id: any) => { uni.navigateTo({ - url: `/pagesScenePhoto/index?orderType=1&id=${id}&imagesType=1`, // 要跳转到的页面路径 + url: `/pagesScenePhoto/index?orderType=2&id=${id}&imagesType=1`, // 要跳转到的页面路径 }); }; const pricingDetail = (id: string) => {