This commit is contained in:
aihe 2024-05-11 13:17:59 +08:00
parent 7fc3ae98d1
commit 3a7e023e7f
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<template>
<tpx-bluetooth v-model:value="blueToothData">
<template v-slot:button>
{{canvasHeight}}
<u-button @click="writeBLECharacteristicValue" type="primary" :disabled="!(blueToothData.deviceId && blueToothData.serviceId && blueToothData.characteristicId)">打印</u-button>
</template>
</tpx-bluetooth>

View File

@ -173,7 +173,7 @@
param.printType = param.printType.join(',')
param.subBillCodeRange = param.subBillCodeRange.join(',')
// param.isNeedPdf = param.isNeedPdf ? 'T' : ''
let res = await apiService.getRealGetWaybillPrintData(param, { _loading: true })
let res = await apiService.getRealGetWaybillPrintData({ ...param, _loading: true })
return res
}
}