zhangchengsong
7 天以前 ce70974f99cd377579e9b07873c8ce79df6e05c3
ÏîÄ¿´úÂë/WIDESEAWCS_Client/config/buttons.js
@@ -151,7 +151,25 @@
        icon: '',
        class: '',
        value: 'TaskHandCancel',
        type: 'primary',
        type: 'danger',
        onClick: function () {
        }
    },
    {
        name: "手动创建出入库任务",
        icon: '',
        class: '',
        value: 'CreateManualTask',
        type: 'success',
        onClick: function () {
        }
    },
    {
        name: "手动删除任务",
        icon: '',
        class: '',
        value: 'CreateDelete',
        type: 'danger',
        onClick: function () {
        }
    },