huangxiaoqiang
2025-05-10 a982b8c9f5922684216cbc307a8507a627dde8d0
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,28 @@
    // 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 () {
    }
  },{
    name: '补录数据',
    type: 'primary',
    // color: '#529b2e',
    value: 'SupplementationData',
    onClick: function () {
    }
  }
]