...
|
...
|
@@ -761,11 +761,9 @@ $('.to-play input.submit').click(function() { |
|
|
var addressId = $('.exist-address-list input[name="address"]:checked').closest('li').attr('data-id'),
|
|
|
deliveryTimeId = $('.pay-time-modify input[name="pay-time-radio"]:checked').val(),
|
|
|
deliveryWayId = $('.select-express input[name="carriagegroup"]:checked').val(),
|
|
|
invoiceTitle = $('#piaodesc').val(),
|
|
|
invoiceId = $('#piaotype').val(),
|
|
|
invoiceType = $('.invoice-upload-type').html(),
|
|
|
invoiceContent = $('.invoice-upload-content').html(),
|
|
|
receiverMobile = $('.nvoice-upload-mobile').html(),
|
|
|
receiverMobile = $('.invoice-upload-mobile').html(),
|
|
|
invoiceTitle = $('.invoice-upload-title').html(),
|
|
|
paymentType = $('.pay-time-modify input[name="pay-type"]:checked').val(),
|
|
|
paymentId = $('.pay-time-modify input[name="pay-type"]:checked').data('pay'),
|
...
|
...
|
|