|
@ -234,10 +234,6 @@ |
|
|
function exportReceivablesVoucher() { |
|
|
function exportReceivablesVoucher() { |
|
|
//导出前需要确定借方明细 |
|
|
//导出前需要确定借方明细 |
|
|
var bootstrap = $("#bootstrap-table").bootstrapTable('getSelections'); |
|
|
var bootstrap = $("#bootstrap-table").bootstrapTable('getSelections'); |
|
|
if ($.common.isEmpty(bootstrap.debitAccount) || $.common.isEmpty(bootstrap.debitBank)) { |
|
|
|
|
|
$.modal.alertWarning("请先添加借方明细"); |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
var financialReceivablesId = bootstrap[0].financialReceivablesId; |
|
|
var financialReceivablesId = bootstrap[0].financialReceivablesId; |
|
|
if (bootstrap.length !== 1) { |
|
|
if (bootstrap.length !== 1) { |
|
|
$.modal.alertWarning("请选择一条数据"); |
|
|
$.modal.alertWarning("请选择一条数据"); |
|
|