版本修改

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

Binary file not shown.

View File

@ -230,6 +230,7 @@ const dataExtractFun = (list: any = []) => {
stepCounter++ stepCounter++
}, 2000); }, 2000);
}; };
//
const AddPrintContentZhuhai = (row: any) => { const AddPrintContentZhuhai = (row: any) => {
let obj = row let obj = row
state.data.forEach((item:any) => { 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(245, 155, 300, 20, `送货日期:${state.indexRow.deliveryDate}`);
LODOP.ADD_PRINT_TEXT(265, 155, 300, 20, `收料通知单单号:${state.indexRow.fBillNo}`); LODOP.ADD_PRINT_TEXT(265, 155, 300, 20, `收料通知单单号:${state.indexRow.fBillNo}`);
}; };
//
const AddPrintContentTaiguo = (row: any) => { const AddPrintContentTaiguo = (row: any) => {
let obj = row let obj = row
state.data.forEach((item:any) => { state.data.forEach((item:any) => {