|
|
@ -408,10 +408,14 @@ $(document).ready(function(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$P.dblclickCrdnList = (dataKey) => {
|
|
|
|
$P.dblclickCrdnList = (dataKey) => {
|
|
|
|
|
|
|
|
let params = {
|
|
|
|
|
|
|
|
callControlName : "pageObject['${pageName}'].crdnControl"
|
|
|
|
|
|
|
|
, crdnId : dataKey
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ajax.get({
|
|
|
|
ajax.get({
|
|
|
|
url : $P.crdnControl.urls.getInfo,
|
|
|
|
url : $P.crdnControl.urls.getInfo,
|
|
|
|
data : { "crdnId" : dataKey },
|
|
|
|
data : params,
|
|
|
|
success : resp => {
|
|
|
|
success : resp => {
|
|
|
|
|
|
|
|
|
|
|
|
dialog.open({
|
|
|
|
dialog.open({
|
|
|
|