zhangchengsong
5 天以前 0e450768c357b45701a2e5ed162f4e93b3dd617c
ÏîÄ¿´úÂë/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 () {
        }
    },