king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -251,6 +251,7 @@
          let _param = { id: Id, tempId: btn.printTemp, pageId: btn.$MenuID || '', dataM: sessionStorage.getItem('dataM')}
          let item = data[0]
          if (item) {
          Object.keys(item).forEach(key => {
            if (/^\$/.test(key)) return
            if (typeof(item[key]) !== 'string' && typeof(item[key]) !== 'number') return
@@ -259,6 +260,7 @@
            _param[key.toLowerCase()] = item[key]
          })
          }
          window.open('#/billprint/' + window.btoa(window.encodeURIComponent(JSON.stringify(_param))))
        }