生成下游个人结算单回退功能添加

master
zhengyongxing 5 years ago
parent cf2cb338f1
commit 6f48940e21

@ -306,6 +306,10 @@
}
}
$("#back").click(function () {
window.parent.reload();
});
$("#confirm").click(function() {
var withdraw_datas = [];
$('.withdraw_datas tr').each(function() {

@ -305,6 +305,10 @@
}
}
$("#back").click(function () {
window.parent.reload();
});
$("#confirm").click(function() {
var withdraw_datas = [];
$('.withdraw_datas tr').each(function() {

Loading…
Cancel
Save