刘磊
2025-01-08 1d044540ee1b7041c7e89bdfe6d1339c99e80a4e
Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js
@@ -103,6 +103,34 @@
    onClick: function () {
      this.printClick()
    }
  },{
    name: '任务完成',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    // color: '#529b2e',
    value: 'TaskHandComplete',
    onClick: function () {
    }
  },{
    name: '直接出库',
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    // color: '#529b2e',
    value: 'OutBound',
    onClick: function () {
    }
  },{
    name: '初始化库位',
    type: 'primary',
    // color: '#529b2e',
    value: 'initializeLocation',
    onClick: function () {
    }
  }
]