update: 出货查看现场照片类型问题
This commit is contained in:
parent
7402e4ee5c
commit
9c225b6bc6
|
@ -474,7 +474,7 @@ const handleSettlement = () => {
|
||||||
};
|
};
|
||||||
const handleScenePhoto = (id: string) => {
|
const handleScenePhoto = (id: string) => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pagesScenePhoto/index?orderType=1&imagesType=1&id=" + id, // 要跳转到的页面路径
|
url: "/pagesScenePhoto/index?orderType=1&imagesType=2&id=" + id, // 要跳转到的页面路径
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
// 出货未结算 // 先填写结算信息后更新状态为3
|
// 出货未结算 // 先填写结算信息后更新状态为3
|
||||||
|
|
Loading…
Reference in New Issue