|
@@ -71,7 +71,7 @@ function printCN_XSW(printRow) {
|
|
|
printFormat, /*格式*/
|
|
|
productName, /*产品名*/
|
|
|
productSpecifications, /*规格*/
|
|
|
- productColour, /*色泽*/
|
|
|
+ productColor, /*色泽*/
|
|
|
lotNum, /*批次*/
|
|
|
levels,/*等级*/
|
|
|
directionOfTwist,/*捻向*/
|
|
@@ -82,7 +82,7 @@ function printCN_XSW(printRow) {
|
|
|
} = printRow;
|
|
|
let res = [];
|
|
|
res.push({ key1: '品种', key2: productName || '', key3: '规格', key4: productSpecifications || '' })
|
|
|
- res.push({ key1: '批号', key2: lotNum || '', key3: '色号', key4: productColour || '' })
|
|
|
+ res.push({ key1: '批号', key2: lotNum || '', key3: '色号', key4: productColor || '' })
|
|
|
res.push({ key1: '等级', key2: levels || '', key3: '箱号', key4: qrCode || '', key5: boxNum || '' })
|
|
|
res.push({ key1: '筒数', key2: canisterNum || '' + ' ' + tubeColor, key3: '捻向', key4: directionOfTwistLabel || ' ', })
|
|
|
res.push({
|
|
@@ -139,7 +139,7 @@ function printCN_WJZ(printRow) {
|
|
|
|
|
|
// 总码单
|
|
|
function printCN_ZMD(printRow) {
|
|
|
- console.log('总码单', printRow);
|
|
|
+ console.log('----------------', printRow);
|
|
|
let {
|
|
|
qrCode,/*序号*/
|
|
|
machineTool,/*机台*/
|