This commit is contained in:
parent
0eb973a382
commit
6239ebefe2
|
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<view class="font-father">
|
||||
<view class="title-font">
|
||||
NU 护理单元使用条款
|
||||
护理单元使用条款
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
一、总则
|
||||
</view>
|
||||
<view class="font-normal">
|
||||
<p>  为规范长者及家属在 NU 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入NU
|
||||
<p>  为规范长者及家属在 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入
|
||||
护理单元的长者、家属必须遵守的准则,违反者将根据情节承担相应责任。</p>
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
style="font-weight: 600;">4.规范用电安全:</text>:严禁在病房内使用电炉、热得快、电暖器等大功率电器,不得私拉乱接电线,防止发生用电安全事故。手机、充电器等小型电器使用完毕后及时拔除电源。各护理单元应独立检查用电安全,不得因用电不当影响其他单元供电。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 30rpx;">
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>NU
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>
|
||||
护理单元为无烟区域,长者及家属严禁在病房、走廊、卫生间等任何区域吸烟,违者将按照医院相关规定进行处罚。尤其要注意,在独立护理单元周边区域也严禁吸烟避免烟雾飘散影响其他单元长者健康。
|
||||
</view>
|
||||
<view class="font-ri" style="margin-top: 30rpx;">
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<template>
|
||||
<view class="font-father">
|
||||
<view class="title-font">
|
||||
NU 护理单元使用条款
|
||||
护理单元使用条款
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
一、总则
|
||||
</view>
|
||||
<view class="font-normal">
|
||||
<p>  为规范长者及家属在 NU 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入NU
|
||||
<p>  为规范长者及家属在 护理单元的行为,保障长者得到优质护理服务,维护护理单元正常秩序,鉴于每个护理单元均为独立空间,特制定本使用条款。本条款是所有进入
|
||||
护理单元的长者、家属必须遵守的准则,违反者将根据情节承担相应责任。</p>
|
||||
</view>
|
||||
<view class="font-qian">
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
style="font-weight: 600;">4.规范用电安全:</text>:严禁在病房内使用电炉、热得快、电暖器等大功率电器,不得私拉乱接电线,防止发生用电安全事故。手机、充电器等小型电器使用完毕后及时拔除电源。各护理单元应独立检查用电安全,不得因用电不当影响其他单元供电。
|
||||
</view>
|
||||
<view class="font-normal" style="margin-top: 30rpx;">
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>NU
|
||||
<text style="font-weight: 600;">5.禁止吸烟:</text>
|
||||
护理单元为无烟区域,长者及家属严禁在病房、走廊、卫生间等任何区域吸烟,违者将按照医院相关规定进行处罚。尤其要注意,在独立护理单元周边区域也严禁吸烟避免烟雾飘散影响其他单元长者健康。
|
||||
</view>
|
||||
<view class="font-ri" style="margin-top: 30rpx;">
|
||||
|
|
|
|||
|
|
@ -74,14 +74,20 @@
|
|||
<!-- 详细信息 -->
|
||||
<view class="xxxx" v-for="(v,i) in listarr" :key="i">
|
||||
<view class="top">
|
||||
<view class="left">{{v.wlName}}</view>
|
||||
<view class="left">
|
||||
{{v.wlName}}
|
||||
</view>
|
||||
<view class="rishs">
|
||||
<text>采购数量</text>
|
||||
<view>{{v.purchaseQuantity}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cents">
|
||||
<view>规格型号 :<view>{{v.wlSpecificationModel}}</view></view>
|
||||
<view>规格型号 :
|
||||
<view>
|
||||
{{v.wlSpecificationModel}}
|
||||
</view>
|
||||
</view>
|
||||
<view>采购单位 :{{v.wlUnits}}</view>
|
||||
</view>
|
||||
<view class="sfj">
|
||||
|
|
@ -116,7 +122,9 @@
|
|||
uni.navigateBack()
|
||||
}
|
||||
const list = ref({})
|
||||
const serverUrl = ref('')
|
||||
onLoad((e)=>{
|
||||
serverUrl.value = e.serverUrl;
|
||||
let obj = {
|
||||
id:e.id
|
||||
}
|
||||
|
|
@ -127,12 +135,13 @@
|
|||
}
|
||||
let timeout = 5000
|
||||
uni.request({
|
||||
url: uni.getStorageSync('serverUrl2') + '/api/pad/invoicing/getCgdInfoByCgdId',
|
||||
url: serverUrl.value + '/api/pad/invoicing/getCgdInfoByCgdId',
|
||||
method: 'GET',
|
||||
header: header,
|
||||
data: obj,
|
||||
timeout,
|
||||
success(response) {
|
||||
console.log(response)
|
||||
const res = response.data;
|
||||
list.value = res.result;
|
||||
naurl(dex.value)
|
||||
|
|
@ -261,9 +270,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.top{
|
||||
>.top{
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
min-height: 80rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
|
@ -273,9 +282,8 @@
|
|||
font-size: 35rpx;
|
||||
color: #222222;
|
||||
max-width: 430rpx;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: wrap;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.rishs{
|
||||
display: flex;
|
||||
|
|
@ -355,11 +363,12 @@
|
|||
}
|
||||
.top{
|
||||
width: 100%;
|
||||
height: 90rpx;
|
||||
min-height: 90rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid #D2D2D2;
|
||||
padding: 0 20rpx;
|
||||
.righs{
|
||||
.rs{
|
||||
width: 116rpx;
|
||||
|
|
@ -387,6 +396,7 @@
|
|||
.left{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
image{
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@
|
|||
|
||||
const navurl = (e)=>{
|
||||
uni.navigateTo({
|
||||
url:'/pages/yuangongindex/detIlspro?id='+e.id
|
||||
url:'/pages/yuangongindex/detIlspro?id='+e.id+'&serverUrl='+serverUrl.value
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue