记得上下班打卡 | git大法好,push需谨慎

Commit 33d26b41 authored by jiangxiulong's avatar jiangxiulong

is_refund_express_new

parent d4ea5c90
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
isRefundPoundage: parseInt($("input[name^='performance_isRefundPoundage']:checked").val()), isRefundPoundage: parseInt($("input[name^='performance_isRefundPoundage']:checked").val()),
isRefundVoucher: parseInt($("input[name^='performance_isRefundVoucher']:checked").val()), isRefundVoucher: parseInt($("input[name^='performance_isRefundVoucher']:checked").val()),
isRefundExpress: parseInt($("input[name^='performance_isRefundExpress']:checked").val()), isRefundExpress: parseInt($("input[name^='performance_isRefundExpress']:checked").val()),
isBackPaperTicket: parseInt($("input[name^='isBackPaperTicket']:checked").val()) isBackPaperTicket: parseInt($("input[name^='isBackPaperTicket']:checked").val()),
isRefundExpressNew: parseInt($("input[name^='isRefundExpressNew']:checked").val()) isRefundExpressNew: parseInt($("input[name^='isRefundExpressNew']:checked").val())
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment