Commit ca0e20d9 by linjinhong

fix:修改问题

parent ac776664
...@@ -3839,13 +3839,13 @@ const printPodOrder = async () => { ...@@ -3839,13 +3839,13 @@ const printPodOrder = async () => {
const InspPackagOrderRef = ref() const InspPackagOrderRef = ref()
const inspPackagOrder = async () => { // const inspPackagOrder = async () => {
const lodop = getCLodop(null, null) // const lodop = getCLodop(null, null)
if (!lodop) return // if (!lodop) return
sheetPrinter.value = lodop.GET_PRINTER_NAME(0) // sheetPrinter.value = lodop.GET_PRINTER_NAME(0)
InspPackagOrderRef?.value.open() // InspPackagOrderRef?.value.open()
} // }
/** /**
* @description: 创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订单 * @description: 创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment