...
|
...
|
@@ -763,6 +763,10 @@ $('.to-play input.submit').click(function() { |
|
|
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(),
|
|
|
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'),
|
|
|
remark = $('#notedesc').val(),
|
...
|
...
|
@@ -791,8 +795,10 @@ $('.to-play input.submit').click(function() { |
|
|
cartType: cartType,
|
|
|
deliveryTimeId: deliveryTimeId,
|
|
|
deliveryWayId: deliveryWayId,
|
|
|
invoiceType: invoiceType,
|
|
|
invoiceContent: invoiceContent,
|
|
|
receiverMobile: receiverMobile,
|
|
|
invoiceTitle: invoiceTitle,
|
|
|
invoiceId: invoiceId,
|
|
|
paymentId: paymentId,
|
|
|
paymentType: paymentType,
|
|
|
remark: remark,
|
...
|
...
|
|