|
|
@ -47,26 +47,26 @@ |
|
|
|
<!-- 示例插件2 id=100--> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button> |
|
|
|
|
|
|
|
<div data-tname="静脉溶栓" data-pid="1402932548627206144" data-uid="1323567842540523520" data-rid="rid333" data-tid="tid444" data-did="did555" data-pstart="1627560659000" data-rstart="1627564259000" style="height:50px;width:100%"> |
|
|
|
<div data-tname="介入治疗" data-pid="1402932548627206144" data-uid="1323567842540523520" data-rid="rid333" data-tid="tid444" data-did="did555" data-pstart="1627560659000" data-rstart="1627564259000" style="height:50px;width:100%"> |
|
|
|
<!-- 到场插件 --> |
|
|
|
<div data-root="p1419895941603008512" class="flex flex-row items-center" style="height:100%;width:100%;"> |
|
|
|
<div data-root="p1419896428830138368" class="flex flex-row items-center" style="height:100%;width:100%;"> |
|
|
|
<div class="flex-1 title"></div> |
|
|
|
<div class="flex flex-nowrap startBtn mr-2"> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p1419895941603008512.show(this)">开始</button> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p1419896428830138368.show(this)">开始</button> |
|
|
|
</div> |
|
|
|
<div class="flex flex-nowrap statusBtn mr-2 font-bold" style="display:none" onclick="p1419895941603008512.jumpDetails(this)"> |
|
|
|
<div class="flex flex-nowrap statusBtn mr-2 font-bold" style="display:none" onclick="p1419896428830138368.jumpDetails(this)"> |
|
|
|
<span class="mr-3 startTime"></span> |
|
|
|
<span class="text-red-500 disparity"></span> |
|
|
|
</div> |
|
|
|
<div class="flex flex-row-reverse items-center" onclick="p1419895941603008512.jumpDetails(this)"> |
|
|
|
<div class="flex flex-row-reverse items-center" onclick="p1419896428830138368.jumpDetails(this)"> |
|
|
|
<img style="height:16px" src="https://www.tall.wiki/staticrec/photos/right.png"> |
|
|
|
</div> |
|
|
|
<div class="time-box w-screen h-screen fixed z-10" style="background: rgba(0,0,0,0.65);top:0;left:0;display:none"> |
|
|
|
<div class="flex flex-col h-2/6 absolute w-full" style="background:#fff;bottom: 0;"> |
|
|
|
<div class="flex justify-between p-2 border-gray-200 border-b-2" style="height:44px;"> |
|
|
|
<div class="text-gray-500" onclick="p1419895941603008512.cancelTime()">取消</div> |
|
|
|
<div class="text-gray-500" onclick="p1419896428830138368.cancelTime()">取消</div> |
|
|
|
<div>分诊时间</div> |
|
|
|
<div class="text-blue-500" onclick="p1419895941603008512.changeTime()">确定</div> |
|
|
|
<div class="text-blue-500" onclick="p1419896428830138368.changeTime()">确定</div> |
|
|
|
</div> |
|
|
|
<div class="flex flex-1 items-center overflow-hidden"> |
|
|
|
<div class="h-full flex flex-row text-center w-1/6 overflow-x-hidden relative"> |
|
|
@ -116,7 +116,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<script> |
|
|
|
const p1419895941603008512 = { |
|
|
|
const p1419896428830138368 = { |
|
|
|
token: '', |
|
|
|
dom: '', |
|
|
|
projectId: '', |
|
|
@ -124,7 +124,7 @@ |
|
|
|
realStart: '', |
|
|
|
|
|
|
|
init() { |
|
|
|
this.dom = document.querySelector("div[data-root=p1419895941603008512]"); |
|
|
|
this.dom = document.querySelector("div[data-root=p1419896428830138368]"); |
|
|
|
var domBox = this.dom.parentNode; |
|
|
|
var title = this.dom.querySelector('.title'); |
|
|
|
title.innerHTML = domBox.getAttribute('data-tname') |
|
|
@ -176,7 +176,7 @@ |
|
|
|
codeAndAnswerList: [ |
|
|
|
{ |
|
|
|
answer: time, |
|
|
|
questionCode: 'JMRSSJ' |
|
|
|
questionCode: 'JRZLSJ' |
|
|
|
} |
|
|
|
], |
|
|
|
projectId: that.projectId, |
|
|
@ -249,7 +249,7 @@ |
|
|
|
const rId = that.parentNode.parentNode.getAttribute('data-rid'); |
|
|
|
const uId = that.parentNode.parentNode.getAttribute('data-uid'); |
|
|
|
const tId = that.parentNode.parentNode.getAttribute('data-tid'); |
|
|
|
location.href = `https://www.tall.wiki/qc/vein?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; |
|
|
|
location.href = `https://www.tall.wiki/qc/therapy?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; |
|
|
|
}, |
|
|
|
|
|
|
|
// 取消时间 |
|
|
@ -359,7 +359,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
p1419895941603008512.init() |
|
|
|
p1419896428830138368.init() |
|
|
|
</script> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|