|
@@ -166,7 +166,9 @@
|
|
|
|
|
|
// 确认支付
|
|
// 确认支付
|
|
function confirmPay(id) {
|
|
function confirmPay(id) {
|
|
- $.operate.save(prefix + "/edit", {"pId": id, "processStsCd": "05"});
|
|
|
|
|
|
+ $.modal.confirm("已收到此笔保费金额?", function () {
|
|
|
|
+ $.operate.save(prefix + "/edit", {"pId": id, "processStsCd": "05"});
|
|
|
|
+ })
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</body>
|