king
2023-02-09 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -321,6 +321,16 @@
          // 自定义打印
          if (btn.verify.printMode === 'custom') {
            result.list.forEach(cell => {
              Object.keys(cell).forEach(key => {
                let _key = key.toLowerCase()
                if (['printtype', 'printcount'].includes(_key)) {
                  cell[_key] = cell[key]
                }
              })
              cell.printType = cell.printtype || ''
              cell.printCount = +(cell.printcount || 1)
            })
            this.execCustomPrint(result.list, formdata)
            resolve(false)
            return