|
|
@ -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="p1419895899999707136" class="flex flex-row items-center" style="height:100%;width:100%;"> |
|
|
|
<div data-root="p1419895941603008512" 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="p1419895899999707136.show(this)">开始</button> |
|
|
|
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p1419895941603008512.show(this)">开始</button> |
|
|
|
</div> |
|
|
|
<div class="flex flex-nowrap statusBtn mr-2 font-bold" style="display:none" onclick="p1419895899999707136.jumpDetails(this)"> |
|
|
|
<div class="flex flex-nowrap statusBtn mr-2 font-bold" style="display:none" onclick="p1419895941603008512.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="p1419895899999707136.jumpDetails(this)"> |
|
|
|
<div class="flex flex-row-reverse items-center" onclick="p1419895941603008512.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="p1419895899999707136.cancelTime()">取消</div> |
|
|
|
<div class="text-gray-500" onclick="p1419895941603008512.cancelTime()">取消</div> |
|
|
|
<div>分诊时间</div> |
|
|
|
<div class="text-blue-500" onclick="p1419895899999707136.changeTime()">确定</div> |
|
|
|
<div class="text-blue-500" onclick="p1419895941603008512.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 p1419895899999707136 = { |
|
|
|
const p1419895941603008512 = { |
|
|
|
token: '', |
|
|
|
dom: '', |
|
|
|
projectId: '', |
|
|
@ -124,7 +124,7 @@ |
|
|
|
realStart: '', |
|
|
|
|
|
|
|
init() { |
|
|
|
this.dom = document.querySelector("div[data-root=p1419895899999707136]"); |
|
|
|
this.dom = document.querySelector("div[data-root=p1419895941603008512]"); |
|
|
|
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: 'ZQTH' |
|
|
|
questionCode: 'JMRSSJ' |
|
|
|
} |
|
|
|
], |
|
|
|
projectId: that.projectId, |
|
|
@ -359,7 +359,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
p1419895899999707136.init() |
|
|
|
p1419895941603008512.init() |
|
|
|
</script> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|