heshaofeng
2026-03-31 a846d73009c695f51ef507f53f14b3b8c73e59d8
ÏîÄ¿´úÂë/WIDESEA_WMSClient/config/buttons.js
@@ -283,16 +283,87 @@
    type: 'warning',
    onClick: function () {
    }
},
,{
    name: "单 æ® ç›˜ ç‚¹ æ“ ä½œ",
},{
    name: "单据盘点与回库操作",
    icon: '',
    class: '',
    value: 'OrderStockTake',
    type: 'warning',
    onClick: function () {
    }
},
},{
    name: "冻结",
    icon: '',
    class: '',
    value: 'Lock',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "解锁",
    icon: '',
    class: '',
    value: 'Unlock',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "撤销组盘",
    icon: '',
    class: '',
    value: 'UndoPalletGroup',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "关闭单据",
    icon: '',
    class: '',
    value: 'CloseOrder',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "盘亏杂发操作",
    icon: '',
    class: '',
    value: 'OutOrderStockTake',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "盘亏组盘操作",
    icon: '',
    class: '',
    value: 'StockTakeGroupPallet',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "重检组盘操作",
    icon: '',
    class: '',
    value: 'ReCheckGroupPallet',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "计算库存总和",
    icon: '',
    class: '',
    value: 'CalculateStock',
    type: 'warning',
    onClick: function () {
    }
},{
    name: "库存同区域移库",
    icon: '',
    class: '',
    value: 'SelectStockAreaOut',
    type: 'danger',
    onClick: function () {
    }
}
]
export default buttons