刘磊
4 天以前 e3aaaa22a7cee2b7c7a33e98f843abc0cd15fb1b
项目代码/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