项目代码/WMS/WIDESEA_WMSClient/config/buttons.js
@@ -145,6 +145,17 @@
    value: 'enableStatus',
    type: 'primary',
    onClick: function () {
    }
},
{
    name: "鎵撳嵃",
    icon: 'el-icon-printer',
    class: '',
    plain: true,
    value: 'print',
    type: 'primary',
    onClick: function () {
        this.print();
    }
},