From 7f8a0d67078e6d82e0011d5432cb4dc997c1c7fc Mon Sep 17 00:00:00 2001 From: wuxuehong Date: Sun, 17 Oct 2021 01:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/quickArchives/quickArchives.wxml | 72 +++++++++++++++++++++- 1 file changed, 69 insertions(+), 3 deletions(-) diff --git a/littleApp_child/pages/quickArchives/quickArchives.wxml b/littleApp_child/pages/quickArchives/quickArchives.wxml index 89a375d..d048729 100644 --- a/littleApp_child/pages/quickArchives/quickArchives.wxml +++ b/littleApp_child/pages/quickArchives/quickArchives.wxml @@ -253,7 +253,7 @@ - {{babyInfo.sex=='1'?'男':'女'}} + {{babyInfo.sex=='1'?'男':'女'}} @@ -268,10 +268,22 @@ - 母亲姓名 + + 儿童出生体重kg + - {{babyInfo.mommyName}} + {{babyInfo.weight}} + + + + + + 儿童出生身长cm + + + + {{babyInfo.height}} @@ -292,6 +304,60 @@ + 母亲姓名 + + + {{babyInfo.mommyName}} + + + + + 母亲出生日期 + + + {{babyInfo.mBirth}} + + + + + 分娩孕周 + + + {{babyInfo.dulWeek}} + + + + + 第{{babyInfo.tai}}胎,第{{babyInfo.chan}}产 + + + + + 分娩方式 + + + 顺产 + 剖宫产 + + + + + 出院诊断内容 + + + {{babyInfo.cyzdnr}} + + + + + 家庭住址 + + + {{babyInfo.addr}} + + + + 建档医院 -- 1.8.3.1