住院医嘱录入界面:增加“管理医嘱套”功能,与“另存为医嘱套”同一界面,只是默认不弹出新增界面。 另存为医嘱套、管理医嘱套界面:去除医嘱明细新增、修改功能,保留删除、保存功能。 修改后:医嘱只能另存为新医嘱套,不能修改医嘱套明细。release/20241216_1413
parent
b36dadcca4
commit
348622857a
@ -1 +1 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?>
<window size="1200,670" title="患者历史就诊界面" controlbutton="false,false,true">
<DxDIVGrid bkcolor="255,255,255" class="LayoutManager" location="0,0" size="100,100" unit="%,%">
<row height="99">
<col>
<WatWebContainerPage id="container" size="100,100" unit="%,%" />
</col>
</row>
<row height="40" location="0,0" size="0,0" unit="px">
<col location="0,0" size="0,0">
<DxPanelBar id="panelBar2" split="false" border-top="1px solid #b8ced7" size="100,38" tabindex="0" unit="%">
<item align="right" command="close" image="/resources/normal/close.png" color="#ffffff" bkcolor="#F16E56" title="关闭" type="button"/>
</DxPanelBar>
</col>
</row>
</DxDIVGrid>
<datasource>
</datasource>
</window> |
||||
<?xml version="1.0" encoding="UTF-8"?>
<window size="1200,800" title="医嘱套管理界面" controlbutton="false,false,true">
<DxDIVGrid bkcolor="255,255,255" class="LayoutManager" location="0,0" size="100,100" unit="%,%">
<row height="99">
<col>
<WatWebContainerPage id="container" size="100,100" unit="%,%" />
</col>
</row>
<row height="40" location="0,0" size="0,0" unit="px">
<col location="0,0" size="0,0">
<DxPanelBar id="panelBar2" split="false" border-top="1px solid #b8ced7" size="100,38" tabindex="0" unit="%">
<item align="right" command="close" image="/resources/normal/close.png" color="#ffffff" bkcolor="#F16E56" title="关闭" type="button"/>
</DxPanelBar>
</col>
</row>
</DxDIVGrid>
<datasource>
</datasource>
</window> |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue