king
2020-08-04 19bde08261ce9c862d0c9e33517f689521de77d6
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -204,7 +204,8 @@
        this.getprintdata(btn, data, formdata, formlist).then(result => {
          if (result.next) {
            result.list.forEach(cell => {
              if (!cell.data || cell.data.length === 0) return
              // 系统打印数据,校验data字段
              if (btn.verify.printMode !== 'custom' && (!cell.data || cell.data.length === 0)) return
              cell.templateID = cell.templateID || btn.verify.Template
              cell.printType = cell.printType || formdata.printType || ''