Commit d22f5a97 by 宋祥

1.fixBug:修复下载失败的问题

parent 12ac6646
......@@ -70,7 +70,7 @@
<%-- itemTemplate="#=valueField# - #=textField#">--%>
<%-- <EF:EFOptions blockId="user_block_id" valueField="valueField" textField="textField"/>--%>
<%-- </EF:EFComboColumn>--%>
<EF:EFColumn ename="purUserName" cname="采购员姓名" width="120" align="center"/>
<EF:EFColumn ename="purUserName" cname="采购员" width="120" align="center"/>
<EF:EFColumn ename="receiveQty" cname="收货数量" enable="false" width="120" align="right" format="{0:N3}"
sumType="page"/>
<EF:EFColumn ename="deliverQty" cname="退货数量" enable="false" width="120" align="right" format="{0:N3}"
......
......@@ -20,7 +20,7 @@ let download = function () {
* @param row
*/
let singleDownload = function (row) {
let fileId = $("#inqu_status-0-parentId").val();
let fileId = $("#inqu_status-0-fileId").val();
let inInfo = new EiInfo();
inInfo.set("result-0-fileId", fileId);
inInfo.set("result-0-docId", row['docId']);
......
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