刘磊
2025-08-05 a4333018fea664d61608b314f2a571905077aef3
项目代码/WMS/WIDESEA_WMSClient/src/api/buttons.js
@@ -183,6 +183,28 @@
      
    }
  }
  ,
  {
    name: '鍏ュ簱',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    // color: '#529b2e',
    value: 'RequestIn',
    onClick: function () {
    }
  },{
    name: '纭浠诲姟',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    // color: '#529b2e',
    value: 'confirmTask',
    onClick: function () {
    }
  }
]
export default buttons