uu
This commit is contained in:
parent
7fc3ae98d1
commit
3a7e023e7f
@ -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>
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user