uu
This commit is contained in:
parent
7fc3ae98d1
commit
3a7e023e7f
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<tpx-bluetooth v-model:value="blueToothData">
|
<tpx-bluetooth v-model:value="blueToothData">
|
||||||
<template v-slot:button>
|
<template v-slot:button>
|
||||||
{{canvasHeight}}
|
|
||||||
<u-button @click="writeBLECharacteristicValue" type="primary" :disabled="!(blueToothData.deviceId && blueToothData.serviceId && blueToothData.characteristicId)">打印</u-button>
|
<u-button @click="writeBLECharacteristicValue" type="primary" :disabled="!(blueToothData.deviceId && blueToothData.serviceId && blueToothData.characteristicId)">打印</u-button>
|
||||||
</template>
|
</template>
|
||||||
</tpx-bluetooth>
|
</tpx-bluetooth>
|
||||||
|
|||||||
@ -173,7 +173,7 @@
|
|||||||
param.printType = param.printType.join(',')
|
param.printType = param.printType.join(',')
|
||||||
param.subBillCodeRange = param.subBillCodeRange.join(',')
|
param.subBillCodeRange = param.subBillCodeRange.join(',')
|
||||||
// param.isNeedPdf = param.isNeedPdf ? 'T' : ''
|
// param.isNeedPdf = param.isNeedPdf ? 'T' : ''
|
||||||
let res = await apiService.getRealGetWaybillPrintData(param, { _loading: true })
|
let res = await apiService.getRealGetWaybillPrintData({ ...param, _loading: true })
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user