原始记录
This commit is contained in:
parent
da0753286f
commit
09a236fe80
|
|
@ -491,7 +491,7 @@ public class DownLoadController {
|
||||||
if (basisVos.size() == 1) {
|
if (basisVos.size() == 1) {
|
||||||
sb.append("1、" + basisVo.getBasisName());
|
sb.append("1、" + basisVo.getBasisName());
|
||||||
} else {
|
} else {
|
||||||
sb.append((i + 1) + "、" + basisVo.getBasisName() + "\n");
|
sb.append((i + 1) + "、" + basisVo.getBasisName() + " ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ function setParams(params) {
|
||||||
typeParam = JSON.parse(params).type;
|
typeParam = JSON.parse(params).type;
|
||||||
auditTypeParam = JSON.parse(params).auditType;
|
auditTypeParam = JSON.parse(params).auditType;
|
||||||
if(typeParam === 2) {
|
if(typeParam === 2) {
|
||||||
$('#auditRemakr').attr('lay-verify', 'required');
|
$('#auditRemark').attr('lay-verify', 'required');
|
||||||
$('#labelTitle').html('<i style="padding: 0 10px;">*</i>备注');
|
$('#labelTitle').html('<i style="padding: 0 10px;">*</i>备注');
|
||||||
}
|
}
|
||||||
layui.use(['form', 'layer'], function () {
|
layui.use(['form', 'layer'], function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue