Browse Source

[feat]: 新增:借方明细修改显示填写借方详细条件。

dev
zhangsiqi 2 weeks ago
parent
commit
f026a32067
  1. 4
      ruoyi-admin/src/main/resources/templates/financial/receivables/receivables.html

4
ruoyi-admin/src/main/resources/templates/financial/receivables/receivables.html

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

Loading…
Cancel
Save