53b54bee by wang

init

1 parent f4b61d6e
......@@ -174,9 +174,9 @@
}
function transfer(id) {
layer.confirm('是否移交', {
layer.confirm('是否移交起诉', {
btn: ['确认','取消'],
title: '移交',
title: '移交起诉',
icon: 3
}, function(){
// ajax('/loanAfter/repaymentPlan/'+id, 'delete')
......@@ -216,9 +216,9 @@
}
function confirma(id) {
layer.confirm('是否确认移交', {
layer.confirm('是否确认起诉', {
btn: ['确认','取消'],
title: '确认移交',
title: '确认起诉',
icon: 3
}, function(){
// ajax('/loanAfter/repaymentPlan/'+id, 'delete')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!