|
@@ -147,7 +147,6 @@ import { getPrinterList, printWaybillLabel, printCustomerLabel } from '@/service
|
|
|
import type { Printers } from '@/types/printer'
|
|
|
|
|
|
const valiFormRef = ref()
|
|
|
-const token = ref()
|
|
|
const loading = ref(false)
|
|
|
const hidePage = ref(false)
|
|
|
const focusType = ref(true)
|
|
@@ -311,7 +310,6 @@ const onsubmit = async () => {
|
|
|
if (!valiRes) {
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
loading.value = true
|
|
|
st && clearTimeout(st)
|
|
|
selectPrinter.value = sendToPeinter.value.length > 0 ? printers.value[0].value : 0
|