物流查询

This commit is contained in:
砂糖
2025-07-24 15:45:18 +08:00
parent 5e1afb293e
commit 56409a9340
27 changed files with 3950 additions and 2 deletions

View File

@@ -22,6 +22,10 @@
<image class="entry-icon" src="/static/images/paichan.png" mode="aspectFit"></image>
<text class="entry-text">项目排产</text>
</view>
<view class="entry-item" @click="goExpress">
<image class="entry-icon" src="/static/images/express.svg" mode="aspectFit"></image>
<text class="entry-text">快递信息</text>
</view>
</view>
</view>
</template>
@@ -72,7 +76,12 @@ export default {
uni.navigateTo({
url: '/pages/workbench/reportSchedule/reportSchedule'
})
}
},
goExpress() {
uni.navigateTo({
url: '/pages/workbench/express/express'
})
}
},
};
</script>