king
2024-10-18 6bf1c99f1792b9ccb02a6c6316a1661eae2a65cc
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] || '新页面'})
    }
  }