Parcourir la source

修改二维码编码方式

lph il y a 1 an
Parent
commit
1e932ce312
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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";