Commit 9b907e92 by wancheng

分派选择组织机构的时候能够查询到本企业以外的组织机构;应该只能单选,改为单选框;多选时会弹出两次提醒;确认时,提醒改为:确认是否分派;

parent 1979e892
...@@ -7,7 +7,7 @@ $(function () { ...@@ -7,7 +7,7 @@ $(function () {
$("#inqu_status-0-orgNo").on("click", function () { $("#inqu_status-0-orgNo").on("click", function () {
JSColorbox.open({ JSColorbox.open({
href: "HPSC098?methodName=initLoad", href: "HPSC098?methodName=initLoad&isInput",
title: "<div style='text-align: center;'>选择组织</div>", title: "<div style='text-align: center;'>选择组织</div>",
width: "40%", width: "40%",
height: "70%", height: "70%",
......
...@@ -7,7 +7,7 @@ $(function () { ...@@ -7,7 +7,7 @@ $(function () {
$("#inqu_status-0-orgNo").on("click", function () { $("#inqu_status-0-orgNo").on("click", function () {
JSColorbox.open({ JSColorbox.open({
href: "HPSC098?methodName=initLoad", href: "HPSC098?methodName=initLoad&isInput",
title: "<div style='text-align: center;'>选择组织</div>", title: "<div style='text-align: center;'>选择组织</div>",
width: "40%", width: "40%",
height: "70%", height: "70%",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</EF:EFRegion> </EF:EFRegion>
<EF:EFRegion id="result" title="明细信息"> <EF:EFRegion id="result" title="明细信息">
<EF:EFGrid blockId="result" autoDraw="override" isFloat="true" checkMode="row"> <EF:EFGrid blockId="result" autoDraw="override" isFloat="true" checkMode="single,row">
<EF:EFColumn ename="orgId" cname="内码" hidden="true"/> <EF:EFColumn ename="orgId" cname="内码" hidden="true"/>
<EF:EFColumn ename="orgEname" cname="组织编码" enable="false" width="130" align="center"/> <EF:EFColumn ename="orgEname" cname="组织编码" enable="false" width="130" align="center"/>
<EF:EFColumn cname="组织名称" ename="orgCname" width="100" readonly="false" align="center"/> <EF:EFColumn cname="组织名称" ename="orgCname" width="100" readonly="false" align="center"/>
......
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