瀏覽代碼

修改二维码编码方式

lph 1 年之前
父節點
當前提交
1e932ce312
共有 1 個文件被更改,包括 3 次插入1 次删除
  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";