...
|
...
|
@@ -952,7 +952,7 @@ function saveReceiptInfo() { |
|
|
$('.invoice-upload-title').html(receiptTitle);
|
|
|
|
|
|
$receiptInfo.addClass('hide');
|
|
|
$('.invoice-content').removeClass('hide');
|
|
|
$('.invoice-content-outter').removeClass('hide');
|
|
|
}
|
|
|
$receiptInfoSaveBtn.click(function(){
|
|
|
saveReceiptInfo();
|
...
|
...
|
@@ -961,7 +961,7 @@ $receiptInfoSaveBtn.click(function(){ |
|
|
$receiptInfoCancelBtn.click(function(){
|
|
|
$receiptInfo.addClass('hide');
|
|
|
|
|
|
if ($('.invoice-content').hasClass('hide')) {
|
|
|
if ($('.invoice-content-outter').hasClass('hide')) {
|
|
|
$invoiceCheck.removeAttr('checked');
|
|
|
$invoiceCheck.removeClass('active');
|
|
|
} else {
|
...
|
...
|
|