|
|
|
@@ -204,13 +204,13 @@ function getTaskLink(record){ |
|
|
|
function refresh3DInfo(record){ |
|
|
|
if(record.OpType == "25" || record.OpType == "29" || record.OpType == "31"){ |
|
|
|
//cloudbrain one |
|
|
|
var lines = $('.rotation3D__line blue'); |
|
|
|
var lines = $('.rotation3D__line'); |
|
|
|
console.log("cloudbrain one line length=" + lines.length); |
|
|
|
lines[0].find("span").text(record.RefName); |
|
|
|
|
|
|
|
}else if(record.OpType == "26" || record.OpType == "27" || record.OpType == "28"){ |
|
|
|
//cloudbrain two |
|
|
|
var lines = $('.rotation3D__line blue'); |
|
|
|
var lines = $('.rotation3D__line'); |
|
|
|
console.log("cloudbrain two line length=" + lines.length); |
|
|
|
lines[1].find("span").text(record.RefName); |
|
|
|
} |
|
|
|
|