分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-05-23 cbd78ef6650440fcaa2f9eb8b47d16ad76cb4d77
´úÂë¹ÜÀí/PCS/WCS_Client/config/buttons.js
@@ -61,16 +61,44 @@
        this.import();
    }
}
    // , {
    // name: "导 å‡º",
    // icon: 'el-icon-bottom',
    // type: 'success',
    // plain: true,
    // value: 'Export',
    // onClick: function () {
    //     this.export();
    // }
// }
    , {
    name: "导 å‡º",
    icon: 'el-icon-bottom',
    type: 'success',
    plain: true,
    value: 'Export',
    onClick: function () {
        this.export();
    }
}
, {
    name: "上 ä¼ ",
    icon: 'el-icon-bottom',
    type: 'success',
    plain: true,
    value: 'Upload',
    onClick: function () {
        this.upload();
    }
}, {
    name: "完成工单",
    icon: 'el-icon-check',
    type: 'success',
    plain: true,
    value: 'FinishWorkOrder',
    onClick: function () {
        // this.FinishWorkOrder();
    }
}, {
    name: "出库外协",
    icon: 'el-icon-check',
    type: 'danger',
    plain: true,
    value: 'OutsorcingBtn',
    onClick: function () {
        // this.FinishWorkOrder();
    }
}
    // , {
    //     name: "数据结构",
    //     icon: 'ios-cog',
@@ -80,6 +108,7 @@
    //         this.openViewColumns();
    //     }
    // }
]
export default buttons