Commit f68ef529 by liuyang

2024-10-22

1.文档管理添加附件变更记录
parent 213204b6
...@@ -803,6 +803,7 @@ function uploadFileCallback(data) { ...@@ -803,6 +803,7 @@ function uploadFileCallback(data) {
EiCommunicator.send(serviceName, methodName, inEiInfo, { EiCommunicator.send(serviceName, methodName, inEiInfo, {
onSuccess(response) { onSuccess(response) {
JSColorbox.close();
resultGrid.dataSource.page(1); resultGrid.dataSource.page(1);
}, },
onFail(errorMessage, status, e) { onFail(errorMessage, status, e) {
......
...@@ -24,7 +24,10 @@ ...@@ -24,7 +24,10 @@
<div class="row"> <div class="row">
<EF:EFInput cname="变更内容" ename="result-0-changeContent" type="textarea" colWidth="8" ratio="2:8" required="true" readonly="false"/> <EF:EFInput cname="变更内容" ename="result-0-changeContent" type="textarea" colWidth="8" ratio="2:8" required="true" readonly="false"/>
</div> </div>
<br/>
<span style='color: red;font-size: 13px;'>说明:请先填写变更内容,再上传附件,如果先上传附件,忘记填写变更内容。请到变更记录添加变更记录</span></br>
</EF:EFRegion> </EF:EFRegion>
<EF:EFInput ename="fileDocId" cname="" hidden="true"/> <EF:EFInput ename="fileDocId" cname="" hidden="true"/>
</EF:EFPage> </EF:EFPage>
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