|
@@ -1131,7 +1131,9 @@ export default {
|
|
|
grossWeight +
|
|
|
"@" +
|
|
|
qrCode;
|
|
|
- payload.qrCodeVal = encodeURIComponent(temp);
|
|
|
+ // payload.qrCodeVal = encodeURIComponent(temp);
|
|
|
+ payload.qrCodeVal = temp;
|
|
|
+ console.log("二维码数据", temp);
|
|
|
payload.remark = remark || "暂无";
|
|
|
payload.mapList = getServerPrintData(printRow);
|
|
|
payload.printType = printFormat == 3 ? "export" : "normal";
|