king
2020-06-18 f59a500d24291d7f54b71dcca939a2a23dedca7c
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -554,7 +554,7 @@
      } catch (e) {
        configParam = ''
      }
      if (!configParam) {
        error = '打印模板解析错误!'
      } else {
@@ -611,7 +611,7 @@
            item.LabelSize = element.fontSize
          } else if (item.Type === 'qrcode') {
            item.Type = 'barcode'
            item.BarcodeType = element.barcodeType
            item.BarcodeType = element.qrcodeType
            item.BarcodeWidth = element.qrcodeWidth
            item.BarcodeHeight = element.qrcodeWidth
            item.BarcodeLabel = false