diff --git a/CLodop_Setup_for_Win32NT.exe b/CLodop_Setup_for_Win32NT.exe new file mode 100644 index 0000000..629e9a7 Binary files /dev/null and b/CLodop_Setup_for_Win32NT.exe differ diff --git a/src/views/materialReceiptNotice/componentPrinting.vue b/src/views/materialReceiptNotice/componentPrinting.vue index 048d4a5..9f4d5ba 100644 --- a/src/views/materialReceiptNotice/componentPrinting.vue +++ b/src/views/materialReceiptNotice/componentPrinting.vue @@ -230,6 +230,7 @@ const dataExtractFun = (list: any = []) => { stepCounter++ }, 2000); }; +//珠海模板 const AddPrintContentZhuhai = (row: any) => { let obj = row state.data.forEach((item:any) => { @@ -247,6 +248,7 @@ const AddPrintContentZhuhai = (row: any) => { LODOP.ADD_PRINT_TEXT(245, 155, 300, 20, `送货日期:${state.indexRow.deliveryDate}`); LODOP.ADD_PRINT_TEXT(265, 155, 300, 20, `收料通知单单号:${state.indexRow.fBillNo}`); }; +//泰国模板 const AddPrintContentTaiguo = (row: any) => { let obj = row state.data.forEach((item:any) => {