Authored by 张丽霞

电子发票

@@ -952,7 +952,7 @@ function saveReceiptInfo() { @@ -952,7 +952,7 @@ function saveReceiptInfo() {
952 $('.invoice-upload-title').html(receiptTitle); 952 $('.invoice-upload-title').html(receiptTitle);
953 953
954 $receiptInfo.addClass('hide'); 954 $receiptInfo.addClass('hide');
955 - $('.invoice-content').removeClass('hide'); 955 + $('.invoice-content-outter').removeClass('hide');
956 } 956 }
957 $receiptInfoSaveBtn.click(function(){ 957 $receiptInfoSaveBtn.click(function(){
958 saveReceiptInfo(); 958 saveReceiptInfo();
@@ -961,7 +961,7 @@ $receiptInfoSaveBtn.click(function(){ @@ -961,7 +961,7 @@ $receiptInfoSaveBtn.click(function(){
961 $receiptInfoCancelBtn.click(function(){ 961 $receiptInfoCancelBtn.click(function(){
962 $receiptInfo.addClass('hide'); 962 $receiptInfo.addClass('hide');
963 963
964 - if ($('.invoice-content').hasClass('hide')) { 964 + if ($('.invoice-content-outter').hasClass('hide')) {
965 $invoiceCheck.removeAttr('checked'); 965 $invoiceCheck.removeAttr('checked');
966 $invoiceCheck.removeClass('active'); 966 $invoiceCheck.removeClass('active');
967 } else { 967 } else {