标签打印、入库单和出库单打印完成

This commit is contained in:
2026-04-23 11:19:55 +08:00
parent 6f1db0f92e
commit 26fcb18746
11 changed files with 5336 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
<!-- 底部按钮 -->
<view class="bottom">
<uv-button type="primary" text="唯一码打印"></uv-button>
<uv-button type="primary" text="唯一码打印" @tap="goPrint"></uv-button>
<uv-button type="success" text="溯源" @click="toTraceability"></uv-button>
</view>
</view>
@@ -129,6 +129,12 @@ const getDetailInfo = () => {
})
}
const goPrint = () => {
uni.navigateTo({
url: "/pages/print/index"
})
}
// 溯源
const toTraceability = () => {
}