打印地址

This commit is contained in:
2022-11-25 09:45:12 +08:00
parent f42951682d
commit 0dd25a7e1d
3 changed files with 131 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
</view>
<view class="zd_wrapper">
<view class="input-wrap">
<view class="input-label" style="margin-right: 20upx;">打印机选择</view>
<view class="input-label" style="margin-right: 20upx;">客户标签打印</view>
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
</view>
</view>
@@ -58,7 +58,7 @@
},
/** 打印机类型下拉框查询 */
async _virtualprintType () {
let res = await virtualprintType()
let res = await virtualprintType(this.addrip)
this.options = [...res.data]
// if (this.$store.getters.setPrintName !== '') {
// this.index = this.$store.getters.setPrintName