Browse Source

修改二维码编码方式

lph 1 year ago
parent
commit
1e932ce312
1 changed files with 3 additions and 1 deletions
  1. 3 1
      zkqy-ui/src/views/orderMange/codeListManage/index.vue

+ 3 - 1
zkqy-ui/src/views/orderMange/codeListManage/index.vue

@@ -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";