标签打印、入库单和出库单打印完成
This commit is contained in:
@@ -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 = () => {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user