原始记录

This commit is contained in:
cwchen 2024-07-30 11:28:03 +08:00
parent da0753286f
commit 09a236fe80
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ public class DownLoadController {
if (basisVos.size() == 1) {
sb.append("1、" + basisVo.getBasisName());
} else {
sb.append((i + 1) + "" + basisVo.getBasisName() + "\n");
sb.append((i + 1) + "" + basisVo.getBasisName() + " ");
}
}
}

View File

@ -5,7 +5,7 @@ function setParams(params) {
typeParam = JSON.parse(params).type;
auditTypeParam = JSON.parse(params).auditType;
if(typeParam === 2) {
$('#auditRemakr').attr('lay-verify', 'required');
$('#auditRemark').attr('lay-verify', 'required');
$('#labelTitle').html('<i style="padding: 0 10px;">*</i>备注');
}
layui.use(['form', 'layer'], function () {