Commit b8fefbbc2b73c09b8a7ef46e2c94ca6836e90188

Authored by xianghenggang
1 parent 9c34ad362a

四项检查

Showing 3 changed files with 327 additions and 190 deletions

littleApp_child/pages/checkTabList/checkTabList.js View file @ b8fefbb
... ... @@ -10,105 +10,240 @@
10 10 var patientId, checkTime
11 11  
12 12 Page({
13   - data: {
14   - list: [
15   - // { likeCount: 12, title: "title1", introduction: "content1content1content1content1content1content1content1content1content1content1content1ds到场定损", image: "http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg" }
16   - // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg" }
17   - // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg" }
18   - // , { likeCount: 12, title: "title1", introduction: "content1", image: "http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg" }
19   - // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg" }
20   - // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg" }
21   - ],
22   -
23   - titles: ["问诊检查", "儿科检查", "一般检查", "辅助检查"],
24   - current_index:0,
25   - //问诊检查
26   - main_foster:"",
27   - feed_type: "",
28   - pee: "",
29   - excrement: "",
30   - sleep: "",
31   - activity: "",
32   - vitamin_d: "",
33   - assist_food: "",
34   - home_measure: "",
35   - drug_gllergic: "",
36   - morbidity: "",
37   - other_text_wz: "",
  13 + data: {
  14 + list: [
  15 + // { likeCount: 12, title: "title1", introduction: "content1content1content1content1content1content1content1content1content1content1content1ds到场定损", image: "http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg" }
  16 + // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg" }
  17 + // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg" }
  18 + // , { likeCount: 12, title: "title1", introduction: "content1", image: "http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg" }
  19 + // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg" }
  20 + // , { likeCount: 12, title: "title2", introduction: "content2", image: "http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg" }
  21 + ],
38 22  
39   - },
40   - onLoad: function (e) {
41   - patientId = app.globalData.userId[0]
42   - checkTime="2017-08-10"
43   - // 数据初始化
44   - var self=this
45   - this.setData({
46   - current_index: e.option.current_index
47   -
48   - })
49   - if (this.data.current_index==0){
50   - this.requestDataWZ()
  23 + titles: ["问诊检查", "儿科检查", "一般检查", "辅助检查"],
  24 + current_index: 0,
  25 + //问诊检查
  26 + mainFoster: "",
  27 + feedType: "",
  28 + pee: "",
  29 + excrement: "",
  30 + sleep: "",
  31 + activity: "",
  32 + vitaminD: "",
  33 + assistFood: "",
  34 + homeMeasure: "",
  35 + drugGllergic: "",
  36 + morbidity: "",
  37 + otherTextWZ: "",
  38 + //儿科检查
  39 + tooth: "",
  40 + facecolor: "",
  41 + skin: "",
  42 + eyesight: "",
  43 + hearing: "",
  44 + chest: "",
  45 + neck: "",
  46 + belly: "",
  47 + umbilical: "",
  48 + stepStatus: "",
  49 + eye: "",
  50 + ear: "",
  51 + spineFours: "",
  52 + portaGenitals: "",
  53 + otherTextWZ: "",
  54 + //一般检查
  55 + temperature: "",
  56 + height: "",
  57 + weight: "",
  58 + head: "",
  59 + chestw: "",
  60 + temperature: "",
  61 + growthEvaluate: "",
  62 + //辅助检查
  63 + bonez: "",
  64 + sportsEvaluation: "",
  65 + hipJoint: "",
  66 + heartAction: "",
  67 + hemoglobin: "",
  68 + whiteCell: "",
  69 + platelet: "",
  70 + otherBlood: "",
  71 + urineProtein: "",
  72 + urineSugar: "",
  73 + urineAcetone: "",
  74 + hematuria:"",
  75 + other_textFZ:""
  76 + },
  77 + onLoad: function (e) {
  78 + patientId = app.globalData.userId[0]
  79 + checkTime = e.checkTime
  80 + // 数据初始化
  81 + var self = this
  82 + var index = parseInt(e.current_index + "")
  83 + this.setData({
  84 + current_index: index
  85 +
  86 + })
  87 + if (this.data.current_index == 0) {
  88 + this.requestDataWZ()
  89 + } else if (this.data.current_index == 1) {
  90 + this.requestDataEK()
  91 + } else if (this.data.current_index == 2) {
  92 + this.requestDataYB()
  93 + } else if (this.data.current_index == 3) {
  94 + this.requestDataFZ()
  95 + }
  96 +
  97 +
  98 + },
  99 + onUnload: function () {
  100 +
  101 + },
  102 + /*---------事件处理函数--------*/
  103 + showMoreContent: function (e) {
  104 + var content = e.currentTarget.dataset.content
  105 + var title = e.currentTarget.dataset.title
  106 + wx.showModal({
  107 + title: title,
  108 + content: content,
  109 + showCancel: false,
  110 + confirmText: '知道了',
  111 + confirmColor: '#48C17B'
  112 + })
  113 + },
  114 +
  115 +
  116 + titleClick: function (e) {
  117 + // console.log(e)
  118 + var self = this
  119 + var current_index = e.currentTarget.dataset.index
  120 + this.setData({
  121 + current_index: current_index,
  122 +
  123 + })
  124 + if (this.data.current_index == 0) {
  125 + this.requestDataWZ()
  126 + }else if (this.data.current_index == 1) {
  127 + this.requestDataEK()
  128 + } else if (this.data.current_index == 2){
  129 + this.requestDataYB()
  130 + } else if (this.data.current_index == 3) {
  131 + this.requestDataFZ()
  132 + }
  133 + },
  134 +
  135 + /*---------自定义函数--------*/
  136 + requestDataWZ() {
  137 + var self = this
  138 +
  139 + networkUtil.showLoading()
  140 + var param = { page: 10, limit: 100, patientId: patientId, checkTime: checkTime }
  141 + // console.log(param)
  142 + networkUtil._get(api.wzXinxi, param, function (res) {
  143 + console.log(res)
  144 + var result = res.data.list[0]
  145 + self.setData({
  146 + mainFoster: result.mainFoster,
  147 + feedType: result.feedType,
  148 + pee: result.pee,
  149 + excrement: result.excrement,
  150 + sleep: result.sleep,
  151 + activity: result.activity,
  152 + vitaminD: result.vitaminD,
  153 + assistFood: result.assistFood,
  154 + homeMeasure: result.homeMeasure,
  155 + drugGllergic: result.drugGllergic,
  156 + morbidity: result.morbidity,
  157 + otherTextWZ: result.otherText,
  158 + })
  159 +
  160 + }, function (res) {
  161 +
  162 + })
  163 + },
  164 + requestDataFZ() {
  165 + var self = this
  166 +
  167 + networkUtil.showLoading()
  168 + var param = { page: 10, limit: 100, patientId: patientId, checkTime: checkTime }
  169 + // console.log(param)
  170 + networkUtil._get(api.checksub, param, function (res) {
  171 + console.log(res)
  172 + var result = res.data.list[0]
  173 + self.setData({
  174 +
  175 + bonez: result.bonez,
  176 + sportsEvaluation: result.sportsEvaluation,
  177 + hipJoint: result.hipJoint,
  178 + heartAction: result.heartAction,
  179 + hemoglobin: result.hemoglobin,
  180 + whiteCell: result.whiteCell,
  181 + platelet: result.platelet,
  182 + otherBlood: result.otherBlood,
  183 + urineProtein: result.urineProtein,
  184 + urineSugar: result.urineSugar,
  185 + urineAcetone: result.urineAcetone,
  186 + hematuria: result.hematuria,
  187 + other_textFZ: result.otherText,
  188 + })
  189 +
  190 + }, function (res) {
  191 +
  192 + })
  193 + },
  194 + requestDataEK() {
  195 + var self = this
  196 +
  197 + networkUtil.showLoading()
  198 + var param = { page: 10, limit: 100, patientId: patientId, checkTime: checkTime }
  199 + // console.log(param)
  200 + networkUtil._get(api.checkeb, param, function (res) {
  201 + console.log(res)
  202 + var result = res.data.list[0]
  203 + self.setData({
  204 + tooth: result.tooth,
  205 + facecolor: result.facecolor,
  206 + skin: result.skin,
  207 + eyesight: result.eyesight,
  208 + hearing: result.hearing,
  209 + chest: result.chest,
  210 + neck: result.neck,
  211 + belly: result.belly,
  212 + umbilical: result.umbilical,
  213 + stepStatus: result.stepStatus,
  214 + eye: result.eye,
  215 + ear: result.ear,
  216 + spineFours: result.spineFours,
  217 + portaGenitals: result.portaGenitals,
  218 + otherTextEK: result.otherText,
  219 + })
  220 +
  221 + }, function (res) {
  222 +
  223 + })
  224 + },
  225 + requestDataYB() {
  226 + var self = this
  227 +
  228 + networkUtil.showLoading()
  229 + var param = { page: 10, limit: 100, patientId: patientId, checkTime: checkTime }
  230 + // console.log(param)
  231 + networkUtil._get(api.checkcommon, param, function (res) {
  232 + console.log(res)
  233 + var result = res.data.list[0]
  234 + self.setData({
  235 + temperature: result.temperature,
  236 + height: result.height,
  237 + weight: result.weight,
  238 + head: result.head,
  239 + chestw: result.chestw,
  240 + temperature: result.temperature,
  241 + growthEvaluate: result.growthEvaluate,
  242 + })
  243 +
  244 + }, function (res) {
  245 +
  246 + })
51 247 }
52   -
53   -
54   -
55   - },
56   - onUnload: function() {
57   -
58   - },
59   - /*---------事件处理函数--------*/
60   - showMoreContent: function(e) {
61   - var content = e.currentTarget.dataset.content
62   - var title = e.currentTarget.dataset.title
63   - wx.showModal({
64   - title: title,
65   - content: content,
66   - showCancel:false,
67   - confirmText:'知道了',
68   - confirmColor:'#48C17B'
69   - })
70   - },
71   -
72   -
73   - titleClick:function(e){
74   - // console.log(e)
75   - var self=this
76   - var current_index = e.currentTarget.dataset.index
77   - this.setData({
78   - current_index: current_index,
79   -
80   - })
81   -
82   - // this.requestData()
83   - },
84   -
85   - /*---------自定义函数--------*/
86   - requestDataWZ(){
87   - var self = this
88   - isRefresh = true
89   - networkUtil.showLoading()
90   - var param = { page: 10, limit: 100, patientId: patientId, checkTime: checkTime}
91   - // console.log(param)
92   - networkUtil._get(api.wzXinxi,param,function(res){
93   - console.log(res)
94   - isRefresh = false
95   - var arr = []
96   - if(page > 1) {// 加载更多模式
97   - arr = self.data.list
98   - }
99   - if (res.data.list.length < pageLimit){
100   - hasMore = false
101   - }else{
102   - hasMore = true
103   - }
104   - arr = arr.concat(res.data.list)
105   - self.setData({
106   - list:arr,
107   - hasMore: hasMore
108   - })
109   - },function(res){
110   - isRefresh = false
111   - })
112   - },
113 248 })
littleApp_child/pages/checkTabList/checkTabList.wxml View file @ b8fefbb
... ... @@ -11,35 +11,35 @@
11 11 <view wx:if="{{current_index==0}}" class="content1" style="margin-top:50px;">
12 12 <view class="" style="background:#ffffff;padding-bottom: 10px;">
13 13 <view class="content_line">
14   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="主要抚养人" data-content="主要抚养人">
  14 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="主要抚养人" data-content="{{mainFoster}}">
15 15 <view class="content_front" style="min-width: 75px;">主要抚养人:</view>
16   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  16 + <view class="content_after">{{mainFoster}}</view>
17 17 </view>
18   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="喂养" data-content="{{}}">
  18 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="喂养" data-content="{{feedType}}">
19 19 <label class="content_front" style="min-width: 35px;">喂养:</label>
20   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  20 + <label class="content_after">{{feedType}}</label>
21 21 </view>
22 22  
23 23 </view>
24 24 <view class="content_line">
25   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="小便" data-content="{{}}">
  25 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="小便" data-content="{{pee}}">
26 26 <label class="content_front" style="min-width: 35px;">小便:</label>
27   - <label class="content_after">1111主要</label>
  27 + <label class="content_after">{{pee}}</label>
28 28 </view>
29   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="大便" data-content="{{}}">
  29 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="大便" data-content="{{excrement}}">
30 30 <label class="content_front" style="min-width: 35px;">大便:</label>
31   - <label class="content_after">2主要抚养</label>
  31 + <label class="content_after">{{excrement}}</label>
32 32 </view>
33 33  
34 34 </view>
35 35 <view class="content_line">
36   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="睡眠" data-content="{{}}">
  36 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="睡眠" data-content="{{sleep}}">
37 37 <label class="content_front" style="min-width: 35px;">睡眠:</label>
38   - <label class="content_after">1111主要</label>
  38 + <label class="content_after">{{sleep}}</label>
39 39 </view>
40   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="户外运动" data-content="{{}}">
  40 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="户外运动" data-content="{{activity}}">
41 41 <label class="content_front" style="min-width: 60px;">户外运动:</label>
42   - <label class="content_after">2主要抚养</label>
  42 + <label class="content_after">{{activity}}</label>
43 43 </view>
44 44  
45 45 </view>
46 46  
47 47  
48 48  
49 49  
50 50  
51 51  
52 52  
53 53  
54 54  
55 55  
... ... @@ -47,36 +47,36 @@
47 47  
48 48 <view class="" style="background:#ffffff;margin-top:10px;padding-bottom: 10px;">
49 49 <view class="content_line">
50   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="维生素D" data-content="{{}}">
  50 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="维生素D" data-content="{{vitaminD}}">
51 51 <label class="content_front" style="min-width: 50px;">维生素D:</label>
52   - <label class="content_after">1111主要</label>
  52 + <label class="content_after">{{vitaminD}}</label>
53 53 </view>
54   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="辅食添加" data-content="{{}}">
  54 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="辅食添加" data-content="{{assistFood}}">
55 55 <label class="content_front" style="min-width: 60px;">辅食添加:</label>
56   - <label class="content_after">2主要抚养</label>
  56 + <label class="content_after">{{assistFood}}</label>
57 57 </view>
58 58  
59 59 </view>
60 60 <view class="content_line">
61   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="家庭举措" data-content="{{}}">
  61 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="家庭举措" data-content="{{homeMeasure}}">
62 62 <label class="content_front" style="min-width: 60px;">家庭举措:</label>
63   - <label class="content_after">1111主要</label>
  63 + <label class="content_after">{{homeMeasure}}</label>
64 64 </view>
65   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="过敏史" data-content="{{}}">
  65 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="过敏史" data-content="{{drugGllergic}}">
66 66 <label class="content_front" style="min-width: 50px;">过敏史:</label>
67   - <label class="content_after">1111主要</label>
  67 + <label class="content_after">{{drugGllergic}}</label>
68 68  
69 69 </view>
70 70  
71 71 </view>
72   - <view class="content_line" bindtap="showMoreContent" data-title="两次随访患病情况" data-content="{{}}">
  72 + <view class="content_line" bindtap="showMoreContent" data-title="两次随访患病情况" data-content="{{morbidity}}">
73 73 <label class="content_front" style="min-width: 120px;">两次随访患病情况:</label>
74   - <label class="content_after">2主要抚养两次随访患病情况两次随访患病情况</label>
  74 + <label class="content_after">{{morbidity}}</label>
75 75  
76 76 </view>
77 77 <view class="other_line">
78 78 <label class="content_front" style="min-width: 35px;">其他:</label>
79   - <label class="other_text">1111主要1111主2主要抚养两次随访患病情况两次随访患病情况2主要抚养两次随访患病情况两次随访患病情况要1111主要1111主要</label>
  79 + <label class="other_text">{{otherTextWZ}}</label>
80 80 </view>
81 81 </view>
82 82  
83 83  
84 84  
85 85  
86 86  
87 87  
88 88  
89 89  
90 90  
91 91  
92 92  
93 93  
... ... @@ -85,35 +85,35 @@
85 85 <view wx:if="{{current_index==1}}" class="content2" style="margin-top:50px;">
86 86 <view class="" style="background:#ffffff;padding-bottom: 10px;">
87 87 <view class="content_line">
88   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="牙齿" data-content="{{}}">
  88 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="牙齿" data-content="{{tooth}}">
89 89 <view class="content_front" style="min-width: 35px;">牙齿:</view>
90   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  90 + <view class="content_after">{{tooth}}</view>
91 91 </view>
92   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="面色" data-content="{{}}">
  92 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="面色" data-content="{{facecolor}}">
93 93 <label class="content_front" style="min-width: 35px;">面色:</label>
94   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  94 + <label class="content_after">{{facecolor}}</label>
95 95 </view>
96 96  
97 97 </view>
98 98 <view class="content_line">
99   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="皮肤" data-content="{{}}">
  99 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="皮肤" data-content="{{skin}}">
100 100 <label class="content_front" style="min-width: 35px;">皮肤:</label>
101   - <label class="content_after">1111主要</label>
  101 + <label class="content_after">{{skin}}</label>
102 102 </view>
103   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="视力" data-content="{{}}">
  103 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="视力" data-content="{{eyesight}}">
104 104 <label class="content_front" style="min-width: 35px;">视力:</label>
105   - <label class="content_after">2主要抚养</label>
  105 + <label class="content_after">{{eyesight}}</label>
106 106 </view>
107 107  
108 108 </view>
109 109 <view class="content_line">
110   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="听力" data-content="{{}}">
  110 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="听力" data-content="{{hearing}}">
111 111 <label class="content_front" style="min-width: 35px;">听力:</label>
112   - <label class="content_after">1111主要</label>
  112 + <label class="content_after">{{hearing}}</label>
113 113 </view>
114   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="胸部" data-content="{{}}">
  114 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="胸部" data-content="{{chest}}">
115 115 <label class="content_front" style="min-width: 35px;">胸部:</label>
116   - <label class="content_after">2主要抚养</label>
  116 + <label class="content_after">{{chest}}</label>
117 117 </view>
118 118  
119 119 </view>
120 120  
121 121  
122 122  
123 123  
124 124  
125 125  
126 126  
127 127  
128 128  
129 129  
130 130  
131 131  
132 132  
133 133  
134 134  
135 135  
... ... @@ -121,55 +121,55 @@
121 121  
122 122 <view class="" style="background:#ffffff;margin-top:10px;padding-bottom: 10px;">
123 123 <view class="content_line">
124   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="颈部" data-content="{{}}">
  124 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="颈部" data-content="{{neck}}">
125 125 <label class="content_front" style="min-width: 35px;">颈部:</label>
126   - <label class="content_after">1111主要</label>
  126 + <label class="content_after">{{neck}}</label>
127 127 </view>
128   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="腹部" data-content="{{}}">
  128 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="腹部" data-content="{{belly}}">
129 129 <label class="content_front" style="min-width: 35px;">腹部:</label>
130   - <label class="content_after">2主要抚养</label>
  130 + <label class="content_after">{{belly}}</label>
131 131 </view>
132 132  
133 133 </view>
134 134 <view class="content_line">
135   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="脐部" data-content="{{}}">
  135 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="脐部" data-content="{{umbilical}}">
136 136 <label class="content_front" style="min-width: 35px;">脐部:</label>
137   - <label class="content_after">1111主要</label>
  137 + <label class="content_after">{{umbilical}}</label>
138 138 </view>
139   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="步态" data-content="{{}}">
  139 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="步态" data-content="{{stepStatus}}">
140 140 <label class="content_front" style="min-width: 35px;">步态:</label>
141   - <label class="content_after">1111主要</label>
  141 + <label class="content_after">{{stepStatus}}</label>
142 142  
143 143 </view>
144 144  
145 145 </view>
146 146 <view class="content_line">
147   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="眼外观" data-content="{{}}">
  147 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="眼外观" data-content="{{eye}}">
148 148 <label class="content_front" style="min-width: 50px;">眼外观:</label>
149   - <label class="content_after">1111主要</label>
  149 + <label class="content_after">{{eye}}</label>
150 150 </view>
151   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="耳外观" data-content="{{}}">
  151 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="耳外观" data-content="{{ear}}">
152 152 <label class="content_front" style="min-width: 50px;">耳外观:</label>
153   - <label class="content_after">1111主要</label>
  153 + <label class="content_after">{{ear}}</label>
154 154  
155 155 </view>
156 156  
157 157 </view>
158 158 <view class="content_line">
159   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="脊柱四肢" data-content="{{}}">
  159 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="脊柱四肢" data-content="{{spineFours}}">
160 160 <label class="content_front" style="min-width: 60px;">脊柱四肢:</label>
161   - <label class="content_after">1111主要</label>
  161 + <label class="content_after">{{spineFours}}</label>
162 162 </view>
163   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="肛门/外生殖器" data-content="{{}}">
  163 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="肛门/外生殖器" data-content="{{portaGenitals}}">
164 164 <label class="content_front" style="min-width: 70px;">肛门/外生殖器:</label>
165   - <label class="content_after">1111主要</label>
  165 + <label class="content_after">{{portaGenitals}}</label>
166 166  
167 167 </view>
168 168  
169 169 </view>
170 170 <view class="other_line">
171 171 <label class="content_front" style="min-width: 35px;">其他:</label>
172   - <label class="other_text">1111主要1111主2主要抚养两次随访患病情况两次随访患病情况2主要抚养两次随访患病情况两次随访患病情况要1111主要1111主要</label>
  172 + <label class="other_text">{{otherTextEK}}</label>
173 173 </view>
174 174 </view>
175 175  
176 176  
177 177  
178 178  
179 179  
180 180  
181 181  
182 182  
183 183  
184 184  
185 185  
186 186  
... ... @@ -178,41 +178,41 @@
178 178 <view wx:if="{{current_index==2}}" class="content3" style="margin-top:50px;">
179 179 <view class="" style="background:#ffffff;padding-bottom: 10px;">
180 180 <view class="content_line">
181   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="体温" data-content="{{}}">
  181 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="体温" data-content="{{temperature}}">
182 182 <view class="content_front" style="min-width: 35px;">体温:</view>
183   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  183 + <view class="content_after">{{temperature}}</view>
184 184 </view>
185   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="身高" data-content="{{}}">
  185 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="身高" data-content="{{height}}">
186 186 <label class="content_front" style="min-width: 35px;">身高:</label>
187   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  187 + <label class="content_after">{{height}}</label>
188 188 </view>
189 189  
190 190 </view>
191 191 <view class="content_line">
192   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="体重" data-content="{{}}">
  192 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="体重" data-content="{{weight}}">
193 193 <label class="content_front" style="min-width: 35px;">体重:</label>
194   - <label class="content_after">1111主要</label>
  194 + <label class="content_after">{{weight}}</label>
195 195 </view>
196   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="头围" data-content="{{}}">
  196 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="头围" data-content="{{head}}">
197 197 <label class="content_front" style="min-width: 35px;">头围:</label>
198   - <label class="content_after">2主要抚养</label>
  198 + <label class="content_after">{{head}}</label>
199 199 </view>
200 200  
201 201 </view>
202 202 <view class="content_line">
203   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="胸围" data-content="{{}}">
  203 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="胸围" data-content="{{chestw}}">
204 204 <label class="content_front" style="min-width: 35px;">胸围:</label>
205   - <label class="content_after">1111主要</label>
  205 + <label class="content_after">{{chestw}}</label>
206 206 </view>
207 207 <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="喂养" data-content="{{}}">
208 208 <label class="content_front" style="min-width: 35px;">喂养:</label>
209   - <label class="content_after">2主要抚养</label>
  209 + <label class="content_after">{{}}</label>
210 210 </view>
211 211  
212 212 </view>
213   - <view class="content_line" bindtap="showMoreContent" data-title="体格发育评价" data-content="{{}}">
214   - <label class="content_front" style="min-width: 120px;">体格发育评价:</label>
215   - <label class="content_after">2主要抚养两次随访患病情况两次随访患病情况</label>
  213 + <view class="content_line" bindtap="showMoreContent" data-title="体格发育评价" data-content="{{growthEvaluate}}">
  214 + <label class="content_front" style="min-width: 70px;">体格发育评价:</label>
  215 + <label class="content_after">{{growthEvaluate}}</label>
216 216  
217 217 </view>
218 218 </view>
219 219  
220 220  
221 221  
222 222  
223 223  
224 224  
225 225  
... ... @@ -222,24 +222,24 @@
222 222 <view class="fuzhu_check">发育检查</view>
223 223 <view class="" style="background:#ffffff;padding-bottom: 10px;">
224 224 <view class="content_line">
225   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="骨密度Z值" data-content="{{}}">
  225 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="骨密度Z值" data-content="{{bonez}}">
226 226 <view class="content_front" style="min-width: 65px;">骨密度Z值:</view>
227   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  227 + <view class="content_after">{{bonez}}</view>
228 228 </view>
229   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="运动测评" data-content="{{}}">
  229 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="运动测评" data-content="{{sportsEvaluation}}">
230 230 <label class="content_front" style="min-width: 60px;">运动测评:</label>
231   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  231 + <label class="content_after">{{sportsEvaluation}}</label>
232 232 </view>
233 233  
234 234 </view>
235 235 <view class="content_line">
236   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="髋关节筛查" data-content="{{}}">
  236 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="髋关节筛查" data-content="{{hipJoint}}">
237 237 <label class="content_front" style="min-width: 75px;">髋关节筛查:</label>
238   - <label class="content_after">1111主要</label>
  238 + <label class="content_after">{{hipJoint}}</label>
239 239 </view>
240   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="心理行为测评" data-content="{{}}">
  240 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="心理行为测评" data-content="{{heartAction}}">
241 241 <label class="content_front" style="min-width: 80px;">心理行为测评:</label>
242   - <label class="content_after">2主要抚养</label>
  242 + <label class="content_after">{{heartAction}}</label>
243 243 </view>
244 244  
245 245 </view>
246 246  
247 247  
248 248  
249 249  
250 250  
251 251  
252 252  
... ... @@ -248,24 +248,24 @@
248 248 <view class="fuzhu_check">血常规</view>
249 249 <view class="" style="background:#ffffff;padding-bottom: 10px;">
250 250 <view class="content_line">
251   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血红蛋白" data-content="{{}}">
  251 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血红蛋白" data-content="{{hemoglobin}}">
252 252 <view class="content_front" style="min-width: 60px;">血红蛋白:</view>
253   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  253 + <view class="content_after">{{hemoglobin}}</view>
254 254 </view>
255   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="白细胞计数" data-content="{{}}">
  255 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="白细胞计数" data-content="{{whiteCell}}">
256 256 <label class="content_front" style="min-width: 75px;">白细胞计数:</label>
257   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  257 + <label class="content_after">{{whiteCell}}</label>
258 258 </view>
259 259  
260 260 </view>
261 261 <view class="content_line">
262   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血小板计数" data-content="{{}}">
  262 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="血小板计数" data-content="{{platelet}}">
263 263 <label class="content_front" style="min-width: 75px;">血小板计数:</label>
264   - <label class="content_after">1111主要</label>
  264 + <label class="content_after">{{platelet}}</label>
265 265 </view>
266   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="其他" data-content="{{}}">
  266 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="其他" data-content="{{otherBlood}}">
267 267 <label class="content_front" style="min-width: 35px;">其他:</label>
268   - <label class="content_after">2主要抚养</label>
  268 + <label class="content_after">{{otherBlood}}</label>
269 269 </view>
270 270  
271 271 </view>
272 272  
273 273  
274 274  
275 275  
276 276  
277 277  
278 278  
... ... @@ -274,24 +274,24 @@
274 274 <view class="fuzhu_check">发育检查</view>
275 275 <view class="" style="background:#ffffff;padding-bottom: 10px;">
276 276 <view class="content_line">
277   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="尿蛋白" data-content="{{}}">
  277 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="尿蛋白" data-content="{{urineProtein}}">
278 278 <view class="content_front" style="min-width: 50px;">尿蛋白:</view>
279   - <view class="content_after">1111主要1111主要1111主要1111主要</view>
  279 + <view class="content_after">{{urineProtein}}</view>
280 280 </view>
281   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="尿糖" data-content="{{}}">
  281 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="尿糖" data-content="{{urineSugar}}">
282 282 <label class="content_front" style="min-width: 35px;">尿糖:</label>
283   - <label class="content_after">2主要抚养2主要抚养2主要抚养</label>
  283 + <label class="content_after">{{urineSugar}}</label>
284 284 </view>
285 285  
286 286 </view>
287 287 <view class="content_line">
288   - <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="尿酮体" data-content="{{}}">
  288 + <view style="display:flex;width:50%" bindtap="showMoreContent" data-title="尿酮体" data-content="{{urineAcetone}}">
289 289 <label class="content_front" style="min-width: 50px;">尿酮体:</label>
290   - <label class="content_after">1111主要</label>
  290 + <label class="content_after">{{urineAcetone}}</label>
291 291 </view>
292   - <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="尿潜血" data-content="{{}}">
  292 + <view style="display:flex;width:50%;" bindtap="showMoreContent" data-title="尿潜血" data-content="{{hematuria}}">
293 293 <label class="content_front" style="min-width: 50px;">尿潜血:</label>
294   - <label class="content_after">2主要抚养</label>
  294 + <label class="content_after">{{hematuria}}</label>
295 295 </view>
296 296  
297 297 </view>
... ... @@ -299,7 +299,7 @@
299 299 </view>
300 300 <view class="fuzhu_check">其他</view>
301 301 <view class="fuzhu_other_text">
302   - 尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体尿酮体
  302 + {{other_textFZ}}
303 303 </view>
304 304 </view>
305 305 </view>
littleApp_child/utils/apiFile.js View file @ b8fefbb
... ... @@ -26,6 +26,8 @@
26 26 wzXinxi: '/baby/check/wz',
27 27 //儿科检查
28 28 checkeb: '/baby/check/eb',
  29 + //一般检查
  30 + checkcommon: '/baby/check/common',
29 31 //辅助检查
30 32 checksub: '/baby/check/sub',
31 33 }