版本修改
This commit is contained in:
parent
b2a028ccfb
commit
1d4d76d6d1
BIN
CLodop_Setup_for_Win32NT.exe
Normal file
BIN
CLodop_Setup_for_Win32NT.exe
Normal file
Binary file not shown.
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user