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