king
2024-10-17 044a4ec4ebe85f8c00e889fe3914de17a6ea1f28
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -205,9 +205,9 @@
      this.triggerPrint(data)
    }
    // if (window.GLOB.systemType === 'production') {
    //   MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签打印'})
    // }
    if (window.GLOB.systemType === 'production') {
      MKEmitter.emit('queryTrigger', {menuId: btn.uuid, name: '标签打印'})
    }
  }
  triggerPrint = (data, formlist = []) => {
@@ -923,7 +923,7 @@
          Promise.all(deffers).then(result => {
            let errorMsg = ''
            result.forEach(res => {
              if (!res.status) {
              if (!res.status && !errorMsg) {
                errorMsg = res
              }
            })