Commit edc60cb3 authored by stone's avatar stone

[fix] 修复收款功能

parent fc911afa
......@@ -82,7 +82,7 @@
var datas = $('csh_transaction_receipt_maintain_result_ds').selected;
//获得所选择的的未提交的单据,如果有不是未提交的数据,提示重新进行选择
if (datas.length == 0) {
$L.showMessage("${l:prompt}", '请至少选择一条数据');
$L.showMessage("提示", '请至少选择一条数据');
return;
}
var post_data=[];
......@@ -418,6 +418,7 @@
}
function csh510_csh_trx_bank_import(){
//只有债权内勤才能
var url_l = $('csh510_csh_transaction_import_link').getUrl();
......
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