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] || '新页面'}) } }