king
2024-10-18 b1fc0a89ce16dd14a6dff98c228a308e85a53828
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -367,8 +367,13 @@
      window.open(url)
    }
    if (window.GLOB.systemType === 'production') { // positecgroup
      MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: btn.label})
    if (window.GLOB.systemType === 'production') {
      let _temname = {
        billprint: '单据打印',
        pay: '直接执行',
      }
      MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: _temname[btn.pageTemplate] || '新页面'})
    }
  }