刘磊
2024-12-26 827880621d3d78b0c075c37751eeaab2fe1925b3
Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js
@@ -108,7 +108,7 @@
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    color: '#529b2e',
    // color: '#529b2e',
    value: 'TaskHandComplete',
    onClick: function () {
      
@@ -118,11 +118,19 @@
    // icon: 'el-icon-printer',
    type: 'primary',
    // plain: true,
    color: '#529b2e',
    // color: '#529b2e',
    value: 'OutBound',
    onClick: function () {
      
    }
  },{
    name: '初始化库位',
    type: 'primary',
    // color: '#529b2e',
    value: 'initializeLocation',
    onClick: function () {
    }
  }
]