Browse Source

血制品

seimin 2 years ago
parent
commit
7a4b87990c

+ 2 - 2
pages/blood_list/blood_list.vue

@@ -19,13 +19,13 @@
19
               <view class="page_item_cont_title">
19
               <view class="page_item_cont_title">
20
                 <view class="text_big"><text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
20
                 <view class="text_big"><text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
21
                 <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
21
                 <text style="width: 4em;text-align: center;" class="icon_transport transport-arrow-right-full"></text>
22
-                <view class="text_big">{{ bloodDTO.overDate||'无' }}</view>
22
+                <view class="text_big"><text v-if="bloodDTO.overDate">{{bloodDTO.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
23
               </view>
23
               </view>
24
               <view class="page_item_cont_title">
24
               <view class="page_item_cont_title">
25
                 <view>
25
                 <view>
26
                   血型:{{ bloodDTO.aboType||'无' }}
26
                   血型:{{ bloodDTO.aboType||'无' }}
27
                   &emsp;&emsp;
27
                   &emsp;&emsp;
28
-                  RH(D):<text v-if="bloodDTO.rhType === '1'">+</text><text v-else-if="bloodDTO.rhType === '0'">-</text><text v-else>无</text>
28
+                  RH(D):<text>{{bloodDTO.rhType || '无'}}</text>
29
                 </view>
29
                 </view>
30
                 <view class="text_big"></view>
30
                 <view class="text_big"></view>
31
               </view>
31
               </view>

+ 4 - 4
pages/check_blood/check_blood.vue

@@ -23,7 +23,7 @@
23
           工单号:{{order.gdcode||'无'}}
23
           工单号:{{order.gdcode||'无'}}
24
         </view>
24
         </view>
25
         <view class="">
25
         <view class="">
26
-          所属科室:{{order.startDept?order.startDept.dept:'无'}}
26
+          所属科室:{{order.endDepts?order.endDepts[0].dept:'无'}}
27
         </view>
27
         </view>
28
         <view class="">
28
         <view class="">
29
           接收数量:{{receiveNum}}
29
           接收数量:{{receiveNum}}
@@ -161,7 +161,7 @@
161
             if (codes) {
161
             if (codes) {
162
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
162
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
163
                 uni.hideLoading();
163
                 uni.hideLoading();
164
-                if (ress.state == 200) {
164
+                if (ress.state == 200 && ress.data.state != 400) {
165
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
165
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
166
                   setTimeout(()=>{
166
                   setTimeout(()=>{
167
                     if (type === 'scan') {
167
                     if (type === 'scan') {
@@ -170,11 +170,11 @@
170
                   },500)
170
                   },500)
171
                   //todo
171
                   //todo
172
                   uni.redirectTo({
172
                   uni.redirectTo({
173
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=${ress.state}&scanOrHand=${type}`,
173
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=200&scanOrHand=${type}`,
174
                   });
174
                   });
175
                 } else {
175
                 } else {
176
                   uni.redirectTo({
176
                   uni.redirectTo({
177
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=${ress.state}&scanOrHand=${type}&qrcode=${ress1}`,
177
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=500&scanOrHand=${type}&qrcode=${ress1}`,
178
                   });
178
                   });
179
                 }
179
                 }
180
               });
180
               });

+ 30 - 9
pages/receipt_infopage/receipt_infopage.vue

@@ -93,10 +93,10 @@
93
               infoDATA.taskType.associationType.value == 'inspect'
93
               infoDATA.taskType.associationType.value == 'inspect'
94
             ">待送回</text>
94
             ">待送回</text>
95
         </view>
95
         </view>
96
-        <view class="page_item_foot_text">
96
+        <!-- <view class="page_item_foot_text">
97
           <text class="text1">关联类型</text>
97
           <text class="text1">关联类型</text>
98
           <text class="text2">{{ infoDATA.taskType.associationType.name }}</text>
98
           <text class="text2">{{ infoDATA.taskType.associationType.name }}</text>
99
-        </view>
99
+        </view> -->
100
         <view class="page_item_foot_text">
100
         <view class="page_item_foot_text">
101
           <text class="text1">任务类型</text>
101
           <text class="text1">任务类型</text>
102
           <text class="text2">{{ infoDATA.taskType.taskName }}<template
102
           <text class="text2">{{ infoDATA.taskType.taskName }}<template
@@ -112,20 +112,20 @@
112
         </view>
112
         </view>
113
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
113
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
114
           <text class="text1">预计响应时间</text>
114
           <text class="text1">预计响应时间</text>
115
-          <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
115
+          <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
116
         </view>
116
         </view>
117
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
117
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
118
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
118
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
119
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
119
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
120
-          <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
120
+          <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
121
         </view>
121
         </view>
122
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
122
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
123
           <text class="text1">预计到达时间</text>
123
           <text class="text1">预计到达时间</text>
124
-          <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
124
+          <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
125
         </view>
125
         </view>
126
         <view class="page_item_foot_text">
126
         <view class="page_item_foot_text">
127
           <text class="text1">创建时间</text>
127
           <text class="text1">创建时间</text>
128
-          <text class="text2">{{ infoDATA.startTime }}</text>
128
+          <text class="text2">{{ infoDATA.startTime || '无' }}</text>
129
         </view>
129
         </view>
130
         <view class="page_item_foot_text">
130
         <view class="page_item_foot_text">
131
           <text class="text1">预约时间</text>
131
           <text class="text1">预约时间</text>
@@ -194,6 +194,27 @@
194
         <text class="page_item_info_title">药包编码</text>
194
         <text class="page_item_info_title">药包编码</text>
195
         <text class="text">{{ infoDATA.drugs?infoDATA.drugs.packid:'无' }}</text>
195
         <text class="text">{{ infoDATA.drugs?infoDATA.drugs.packid:'无' }}</text>
196
       </view>
196
       </view>
197
+      <!-- 血制品 -->
198
+      <view class="page_item_info" v-if="
199
+          infoDATA.taskType.associationType.value == 'ordinary' &&
200
+          infoDATA.taskType.ordinaryField.value == 'blood'
201
+        ">
202
+        <view>
203
+          <text class="page_item_info_title">·</text>
204
+          <text class="text">
205
+            送达数量
206
+            <text class="page_item_info_txt">{{infoDATA.deliveryNum || '无'}}</text>
207
+          </text>
208
+          <text class="text">
209
+            实收数量
210
+            <text class="page_item_info_txt">{{infoDATA.actualReceiveNum || '无'}}</text>
211
+          </text>
212
+          <text class="text">
213
+            应收数量
214
+            <text class="page_item_info_txt">{{infoDATA.expectReceiveNum || '无'}}</text>
215
+          </text>
216
+        </view>
217
+      </view>
197
       <!-- 标本 -->
218
       <!-- 标本 -->
198
       <view class="page_item_info" v-if="
219
       <view class="page_item_info" v-if="
199
           infoDATA.taskType.associationType.value == 'specimen' ||
220
           infoDATA.taskType.associationType.value == 'specimen' ||
@@ -204,17 +225,17 @@
204
           <text class="text">
225
           <text class="text">
205
             预计接收
226
             预计接收
206
             <text class="page_item_info_txt">{{
227
             <text class="page_item_info_txt">{{
207
-              infoDATA.expectReceiveNum || 0
228
+              infoDATA.expectReceiveNum || '无'
208
             }}</text>
229
             }}</text>
209
           </text>
230
           </text>
210
           <text class="text"
231
           <text class="text"
211
             v-if="infoDATA.gdState.value == 5 || infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
232
             v-if="infoDATA.gdState.value == 5 || infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
212
             扫描接收
233
             扫描接收
213
-            <text class="page_item_info_txt">{{infoDATA.actualReceiveNum || 0}}</text>
234
+            <text class="page_item_info_txt">{{infoDATA.actualReceiveNum || '无'}}</text>
214
           </text>
235
           </text>
215
           <text class="text" v-if="infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
236
           <text class="text" v-if="infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
216
             实际送达
237
             实际送达
217
-            <text class="page_item_info_txt">{{actualDelivery || 0}}</text>
238
+            <text class="page_item_info_txt">{{actualDelivery || '无'}}</text>
218
           </text>
239
           </text>
219
         </view>
240
         </view>
220
         <view v-for="spe in infoDATA.specimenSet" :key="spe.id" class="spe_list">
241
         <view v-for="spe in infoDATA.specimenSet" :key="spe.id" class="spe_list">

+ 5 - 2
pages/receiptpage/receiptpage.vue

@@ -63,13 +63,13 @@
63
                     item.gdState.value == 5
63
                     item.gdState.value == 5
64
                   )
64
                   )
65
                 ">
65
                 ">
66
-                {{ item.gdState.name }}
66
+                <text class="text_big">{{ item.gdState.name }}</text>
67
               </view>
67
               </view>
68
               <view class="page_item_top_R" v-if="
68
               <view class="page_item_top_R" v-if="
69
                   item.taskType.associationType.value == 'inspect' &&
69
                   item.taskType.associationType.value == 'inspect' &&
70
                   item.gdState.value == 5
70
                   item.gdState.value == 5
71
                 ">
71
                 ">
72
-                待送回
72
+                <text class="text_big">待送回</text>
73
               </view>
73
               </view>
74
               <!-- <view class="page_item_top_R type">
74
               <!-- <view class="page_item_top_R type">
75
                 {{
75
                 {{
@@ -1224,6 +1224,9 @@
1224
                   text-overflow: ellipsis;
1224
                   text-overflow: ellipsis;
1225
                   overflow: hidden;
1225
                   overflow: hidden;
1226
                 }
1226
                 }
1227
+                .text_big{
1228
+                  font-weight: bold;
1229
+                }
1227
               }
1230
               }
1228
             }
1231
             }
1229
 
1232
 

+ 1 - 1
pages/scanning_all/scanning_all.vue

@@ -150,7 +150,7 @@
150
             </view>
150
             </view>
151
             <view class="page_item_foot_text">
151
             <view class="page_item_foot_text">
152
               <text class="text1">创建时间</text>
152
               <text class="text1">创建时间</text>
153
-              <text class="text2">{{ infoDATA.startTime }}</text>
153
+              <text class="text2">{{ infoDATA.startTime || '无' }}</text>
154
             </view>
154
             </view>
155
           </view>
155
           </view>
156
         </view>
156
         </view>

+ 3 - 6
pages/scanning_blood/scanning_blood.vue

@@ -52,7 +52,8 @@
52
             <view class="page_item_cont_title_C">
52
             <view class="page_item_cont_title_C">
53
               <text>有效期至</text>
53
               <text>有效期至</text>
54
               <text class="text_big">
54
               <text class="text_big">
55
-                <text>{{ bloodDTO.overDate||'无' }}</text>
55
+                <text v-if="bloodDTO.overDate">{{bloodDTO.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text>
56
+                <text v-else>无</text>
56
               </text>
57
               </text>
57
             </view>
58
             </view>
58
           </view>
59
           </view>
@@ -67,11 +68,7 @@
67
           <view class="page_item_cont_C">
68
           <view class="page_item_cont_C">
68
             <view class="page_item_cont_title_C">
69
             <view class="page_item_cont_title_C">
69
               <text>RH(D)</text>
70
               <text>RH(D)</text>
70
-              <text class="text_big">
71
-                <text v-if="bloodDTO.rhType === '1'">+</text>
72
-                <text v-else-if="bloodDTO.rhType === '0'">-</text>
73
-                <text v-else>无</text>
74
-              </text>
71
+              <text class="text_big">{{bloodDTO.rhType || '无'}}</text>
75
             </view>
72
             </view>
76
           </view>
73
           </view>
77
           <view class="page_item_cont_C">
74
           <view class="page_item_cont_C">

+ 5 - 5
pages/scanning_blood_process/scanning_blood_process.vue

@@ -24,11 +24,11 @@
24
     <view class="Scanning_cont" v-if="status == 200">
24
     <view class="Scanning_cont" v-if="status == 200">
25
       <view>{{bloodDTO.type ? bloodDTO.type.name : "无"}}<text v-if="bloodDTO.type">({{bloodDTO.bloodCode||'无'}}) {{ bloodDTO.volume?bloodDTO.volume+'ML':'无' }}</text></view>
25
       <view>{{bloodDTO.type ? bloodDTO.type.name : "无"}}<text v-if="bloodDTO.type">({{bloodDTO.bloodCode||'无'}}) {{ bloodDTO.volume?bloodDTO.volume+'ML':'无' }}</text></view>
26
       <view>采血日期:<text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
26
       <view>采血日期:<text v-if="bloodDTO.printDate">{{bloodDTO.printDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
27
-      <view>有效期至:{{ bloodDTO.overDate||'无' }}</view>
27
+      <view>有效期至:<text v-if="bloodDTO.overDate">{{bloodDTO.overDate | formatDate('yyyy-MM-dd hh:mm')}}</text><text v-else>无</text></view>
28
       <view>
28
       <view>
29
         血型:{{ bloodDTO.aboType||'无' }}
29
         血型:{{ bloodDTO.aboType||'无' }}
30
         &emsp;&emsp;
30
         &emsp;&emsp;
31
-        RH(D):<text v-if="bloodDTO.rhType === '1'">+</text><text v-else-if="bloodDTO.rhType === '0'">-</text><text v-else>无</text>
31
+        RH(D):<text>{{bloodDTO.rhType || '无'}}</text>
32
       </view>
32
       </view>
33
       <view>患者:<text>{{ bloodDTO.patientName }}<text v-if="bloodDTO.hosNum">({{ bloodDTO.hosNum }})</text></text></view>
33
       <view>患者:<text>{{ bloodDTO.patientName }}<text v-if="bloodDTO.hosNum">({{ bloodDTO.hosNum }})</text></text></view>
34
       <view>申请科室:{{ bloodDTO.applyDeptDTO?bloodDTO.applyDeptDTO.dept:'无' }}</view>
34
       <view>申请科室:{{ bloodDTO.applyDeptDTO?bloodDTO.applyDeptDTO.dept:'无' }}</view>
@@ -122,7 +122,7 @@
122
             if (codes) {
122
             if (codes) {
123
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
123
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
124
                 uni.hideLoading();
124
                 uni.hideLoading();
125
-                if (ress.state == 200) {
125
+                if (ress.state == 200 && ress.data.state != 400) {
126
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
126
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
127
                   setTimeout(()=>{
127
                   setTimeout(()=>{
128
                     if (type === 'scan') {
128
                     if (type === 'scan') {
@@ -131,11 +131,11 @@
131
                   },500)
131
                   },500)
132
                   //todo
132
                   //todo
133
                   uni.redirectTo({
133
                   uni.redirectTo({
134
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=${ress.state}&scanOrHand=${type}`,
134
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=200&scanOrHand=${type}`,
135
                   });
135
                   });
136
                 } else {
136
                 } else {
137
                   uni.redirectTo({
137
                   uni.redirectTo({
138
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=${ress.state}&scanOrHand=${type}&qrcode=${ress1}`,
138
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=500&scanOrHand=${type}&qrcode=${ress1}`,
139
                   });
139
                   });
140
                 }
140
                 }
141
               });
141
               });

+ 4 - 4
pages/scanning_code/scanning_code.vue

@@ -150,20 +150,20 @@
150
         </view>
150
         </view>
151
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
151
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
152
           <text class="text1">预计响应时间</text>
152
           <text class="text1">预计响应时间</text>
153
-          <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
153
+          <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
154
         </view>
154
         </view>
155
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
155
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
156
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
156
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
157
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
157
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
158
-          <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
158
+          <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
159
         </view>
159
         </view>
160
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
160
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
161
           <text class="text1">预计到达时间</text>
161
           <text class="text1">预计到达时间</text>
162
-          <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
162
+          <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
163
         </view>
163
         </view>
164
         <view class="page_item_foot_text">
164
         <view class="page_item_foot_text">
165
           <text class="text1">创建时间</text>
165
           <text class="text1">创建时间</text>
166
-          <text class="text2">{{ infoDATA.startTime }}</text>
166
+          <text class="text2">{{ infoDATA.startTime || '无' }}</text>
167
         </view>
167
         </view>
168
         <view class="page_item_foot_text" v-if="
168
         <view class="page_item_foot_text" v-if="
169
             infoDATA.taskType.associationType.value == 'inspect' ||
169
             infoDATA.taskType.associationType.value == 'inspect' ||

+ 4 - 4
pages/scanning_ins/scanning_ins.vue

@@ -178,20 +178,20 @@
178
             </view>
178
             </view>
179
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
179
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
180
               <text class="text1">预计响应时间</text>
180
               <text class="text1">预计响应时间</text>
181
-              <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
181
+              <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
182
             </view>
182
             </view>
183
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
183
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
184
               <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
184
               <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
185
               <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
185
               <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
186
-              <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
186
+              <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
187
             </view>
187
             </view>
188
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
188
             <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
189
               <text class="text1">预计到达时间</text>
189
               <text class="text1">预计到达时间</text>
190
-              <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
190
+              <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
191
             </view>
191
             </view>
192
             <view class="page_item_foot_text">
192
             <view class="page_item_foot_text">
193
               <text class="text1">创建时间</text>
193
               <text class="text1">创建时间</text>
194
-              <text class="text2">{{ infoDATA.startTime }}</text>
194
+              <text class="text2">{{ infoDATA.startTime || '无' }}</text>
195
             </view>
195
             </view>
196
           </view>
196
           </view>
197
         </view>
197
         </view>

+ 4 - 4
pages/scanning_orderSign/scanning_orderSign.vue

@@ -83,20 +83,20 @@
83
         </view>
83
         </view>
84
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
84
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
85
           <text class="text1">预计响应时间</text>
85
           <text class="text1">预计响应时间</text>
86
-          <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
86
+          <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
87
         </view>
87
         </view>
88
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
88
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
89
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
89
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
90
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
90
           <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
91
-          <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
91
+          <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
92
         </view>
92
         </view>
93
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
93
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
94
           <text class="text1">预计到达时间</text>
94
           <text class="text1">预计到达时间</text>
95
-          <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
95
+          <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
96
         </view>
96
         </view>
97
         <view class="page_item_foot_text">
97
         <view class="page_item_foot_text">
98
           <text class="text1">创建时间</text>
98
           <text class="text1">创建时间</text>
99
-          <text class="text2">{{ infoDATA.startTime }}</text>
99
+          <text class="text2">{{ infoDATA.startTime || '无' }}</text>
100
         </view>
100
         </view>
101
       </view>
101
       </view>
102
       <!-- 标本 送达-->
102
       <!-- 标本 送达-->

+ 15 - 8
pages/signIn_blood/signIn_blood.vue

@@ -68,12 +68,19 @@
68
           uni.hideLoading();
68
           uni.hideLoading();
69
           if(res.state == 200){
69
           if(res.state == 200){
70
             console.log(res);
70
             console.log(res);
71
+            res.data.all = res.data.all || [];
72
+            res.data.dto = res.data.dto || {};
71
             this.order = res.data.dto;
73
             this.order = res.data.dto;
72
-            this.bloods = {...res.data.complete, ...res.data.unComplete};
73
-            this.receiveNum = 0;
74
-            for (let key in this.bloods) {
75
-              this.receiveNum += this.bloods[key].length;
76
-            }
74
+            const bloods = {};
75
+            res.data.all.forEach(v => {
76
+              if(bloods[v.type.name]){
77
+                bloods[v.type.name].push(v);
78
+              }else{
79
+                bloods[v.type.name] = [v];
80
+              }
81
+            })
82
+            this.bloods = bloods;
83
+            this.receiveNum = res.data.all.length;
77
           }else{
84
           }else{
78
             uni.showToast({
85
             uni.showToast({
79
               icon: "none",
86
               icon: "none",
@@ -136,7 +143,7 @@
136
             if (codes) {
143
             if (codes) {
137
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
144
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
138
                 uni.hideLoading();
145
                 uni.hideLoading();
139
-                if (ress.state == 200) {
146
+                if (ress.state == 200 && ress.data.state != 400) {
140
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
147
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
141
                   setTimeout(()=>{
148
                   setTimeout(()=>{
142
                     if (type === 'scan') {
149
                     if (type === 'scan') {
@@ -145,11 +152,11 @@
145
                   },500)
152
                   },500)
146
                   //todo
153
                   //todo
147
                   uni.redirectTo({
154
                   uni.redirectTo({
148
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=${ress.state}&scanOrHand=${type}`,
155
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&bloodDTO=${encodeURIComponent(JSON.stringify(ress.data.dto))}&scanCount=${ress.data.scanCount}&status=200&scanOrHand=${type}`,
149
                   });
156
                   });
150
                 } else {
157
                 } else {
151
                   uni.redirectTo({
158
                   uni.redirectTo({
152
-                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=${ress.state}&scanOrHand=${type}&qrcode=${ress1}`,
159
+                    url: `../scanning_blood_process/scanning_blood_process?orderId=${this.queryObj.orderId}&status=500&scanOrHand=${type}&qrcode=${ress1}`,
153
                   });
160
                   });
154
                 }
161
                 }
155
               });
162
               });