Authored by yyq

Merge branch 'feature/homeInvoice' into release/6.1

... ... @@ -189,7 +189,7 @@ $('#me-invoice-orders').on('click', '.supply-invoice', function() {
return;
}
info.orderCode = $(this).data('id');
info.orderCode = $this.data('id');
supplyInvoice(info, function(data) {
if (data.code !== 200) {
dg.$el.hide();
... ...