Commit 17e5d958 authored by 鲁鑫's avatar 鲁鑫

ECN增加附件上传

parent d13943d8
......@@ -8,6 +8,9 @@ $(document).ready(function () {
});
function initialize(){
UICtrl.layout("#layout", {leftWidth: 3});
$('#changeList').fileList({
bizId : $("#id").val()
});
$("#deptNameAndPersonName").val($("#deptName").val()+"-"+$("#personMemberName").val())
}
......@@ -243,7 +246,9 @@ function loadStockGrid() {
*/
function setId(id) {
$("#id").val(id);
$('#changeList').fileList({
bizId : id
});
var _grid=UICtrl.getGridManager('#maingrid');
_grid.options.parms.epChangeFormId = id;
......
......@@ -73,6 +73,9 @@
<div class="hg-form-row">
<x:inputC name="changedOthers" required="true" label="其他" labelCol="2" fieldCol="10"/>
</div>
</div>
<div style="padding-top: 15px;">
<x:fileList bizCode="change" bizId="id" id="changeList" title="附件" />
</div>
<div class="blank_div clearfix"></div>
<x:title title="Implementation 执行人(版具/模具等)" name="group"/>
......
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