版本修改

This commit is contained in:
2025-04-23 21:00:51 +08:00
parent b2a028ccfb
commit 1d4d76d6d1
2 changed files with 2 additions and 0 deletions

View File

@@ -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) => {