zhangchengsong
2026-04-21 28c5c15fed1a1677db594e225f234b7d148eb42c
ÏîÄ¿´úÂë/WIDESEAWCS_Client/config/buttons.js
@@ -155,6 +155,25 @@
        onClick: function () {
        }
    },
    {
        name: "手动创建出入库任务",
        icon: '',
        class: '',
        value: 'CreateManualTask',
        type: 'success',
        onClick: function () {
        }
    },
    {
        name: "手动删除任务",
        icon: '',
        class: '',
        value: 'CreateDelete',
        type: 'danger',
        onClick: function () {
        }
    },
]