seimin 2 lat temu
rodzic
commit
7a4b87990c

+ 2 - 2
pages/blood_list/blood_list.vue

@@ -19,13 +19,13 @@
19 19
               <view class="page_item_cont_title">
20 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 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 23
               </view>
24 24
               <view class="page_item_cont_title">
25 25
                 <view>
26 26
                   血型:{{ bloodDTO.aboType||'无' }}
27 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 29
                 </view>
30 30
                 <view class="text_big"></view>
31 31
               </view>

+ 4 - 4
pages/check_blood/check_blood.vue

@@ -23,7 +23,7 @@
23 23
           工单号:{{order.gdcode||'无'}}
24 24
         </view>
25 25
         <view class="">
26
-          所属科室:{{order.startDept?order.startDept.dept:'无'}}
26
+          所属科室:{{order.endDepts?order.endDepts[0].dept:'无'}}
27 27
         </view>
28 28
         <view class="">
29 29
           接收数量:{{receiveNum}}
@@ -161,7 +161,7 @@
161 161
             if (codes) {
162 162
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
163 163
                 uni.hideLoading();
164
-                if (ress.state == 200) {
164
+                if (ress.state == 200 && ress.data.state != 400) {
165 165
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
166 166
                   setTimeout(()=>{
167 167
                     if (type === 'scan') {
@@ -170,11 +170,11 @@
170 170
                   },500)
171 171
                   //todo
172 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 175
                 } else {
176 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 93
               infoDATA.taskType.associationType.value == 'inspect'
94 94
             ">待送回</text>
95 95
         </view>
96
-        <view class="page_item_foot_text">
96
+        <!-- <view class="page_item_foot_text">
97 97
           <text class="text1">关联类型</text>
98 98
           <text class="text2">{{ infoDATA.taskType.associationType.name }}</text>
99
-        </view>
99
+        </view> -->
100 100
         <view class="page_item_foot_text">
101 101
           <text class="text1">任务类型</text>
102 102
           <text class="text2">{{ infoDATA.taskType.taskName }}<template
@@ -112,20 +112,20 @@
112 112
         </view>
113 113
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
114 114
           <text class="text1">预计响应时间</text>
115
-          <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
115
+          <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
116 116
         </view>
117 117
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
118 118
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
119 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 121
         </view>
122 122
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
123 123
           <text class="text1">预计到达时间</text>
124
-          <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
124
+          <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
125 125
         </view>
126 126
         <view class="page_item_foot_text">
127 127
           <text class="text1">创建时间</text>
128
-          <text class="text2">{{ infoDATA.startTime }}</text>
128
+          <text class="text2">{{ infoDATA.startTime || '无' }}</text>
129 129
         </view>
130 130
         <view class="page_item_foot_text">
131 131
           <text class="text1">预约时间</text>
@@ -194,6 +194,27 @@
194 194
         <text class="page_item_info_title">药包编码</text>
195 195
         <text class="text">{{ infoDATA.drugs?infoDATA.drugs.packid:'无' }}</text>
196 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 219
       <view class="page_item_info" v-if="
199 220
           infoDATA.taskType.associationType.value == 'specimen' ||
@@ -204,17 +225,17 @@
204 225
           <text class="text">
205 226
             预计接收
206 227
             <text class="page_item_info_txt">{{
207
-              infoDATA.expectReceiveNum || 0
228
+              infoDATA.expectReceiveNum || '无'
208 229
             }}</text>
209 230
           </text>
210 231
           <text class="text"
211 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 235
           </text>
215 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 239
           </text>
219 240
         </view>
220 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 63
                     item.gdState.value == 5
64 64
                   )
65 65
                 ">
66
-                {{ item.gdState.name }}
66
+                <text class="text_big">{{ item.gdState.name }}</text>
67 67
               </view>
68 68
               <view class="page_item_top_R" v-if="
69 69
                   item.taskType.associationType.value == 'inspect' &&
70 70
                   item.gdState.value == 5
71 71
                 ">
72
-                待送回
72
+                <text class="text_big">待送回</text>
73 73
               </view>
74 74
               <!-- <view class="page_item_top_R type">
75 75
                 {{
@@ -1224,6 +1224,9 @@
1224 1224
                   text-overflow: ellipsis;
1225 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 150
             </view>
151 151
             <view class="page_item_foot_text">
152 152
               <text class="text1">创建时间</text>
153
-              <text class="text2">{{ infoDATA.startTime }}</text>
153
+              <text class="text2">{{ infoDATA.startTime || '无' }}</text>
154 154
             </view>
155 155
           </view>
156 156
         </view>

+ 3 - 6
pages/scanning_blood/scanning_blood.vue

@@ -52,7 +52,8 @@
52 52
             <view class="page_item_cont_title_C">
53 53
               <text>有效期至</text>
54 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 57
               </text>
57 58
             </view>
58 59
           </view>
@@ -67,11 +68,7 @@
67 68
           <view class="page_item_cont_C">
68 69
             <view class="page_item_cont_title_C">
69 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 72
             </view>
76 73
           </view>
77 74
           <view class="page_item_cont_C">

+ 5 - 5
pages/scanning_blood_process/scanning_blood_process.vue

@@ -24,11 +24,11 @@
24 24
     <view class="Scanning_cont" v-if="status == 200">
25 25
       <view>{{bloodDTO.type ? bloodDTO.type.name : "无"}}<text v-if="bloodDTO.type">({{bloodDTO.bloodCode||'无'}}) {{ bloodDTO.volume?bloodDTO.volume+'ML':'无' }}</text></view>
26 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 28
       <view>
29 29
         血型:{{ bloodDTO.aboType||'无' }}
30 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 32
       </view>
33 33
       <view>患者:<text>{{ bloodDTO.patientName }}<text v-if="bloodDTO.hosNum">({{ bloodDTO.hosNum }})</text></text></view>
34 34
       <view>申请科室:{{ bloodDTO.applyDeptDTO?bloodDTO.applyDeptDTO.dept:'无' }}</view>
@@ -122,7 +122,7 @@
122 122
             if (codes) {
123 123
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
124 124
                 uni.hideLoading();
125
-                if (ress.state == 200) {
125
+                if (ress.state == 200 && ress.data.state != 400) {
126 126
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
127 127
                   setTimeout(()=>{
128 128
                     if (type === 'scan') {
@@ -131,11 +131,11 @@
131 131
                   },500)
132 132
                   //todo
133 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 136
                 } else {
137 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 150
         </view>
151 151
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
152 152
           <text class="text1">预计响应时间</text>
153
-          <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
153
+          <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
154 154
         </view>
155 155
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
156 156
           <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
157 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 159
         </view>
160 160
         <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
161 161
           <text class="text1">预计到达时间</text>
162
-          <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
162
+          <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
163 163
         </view>
164 164
         <view class="page_item_foot_text">
165 165
           <text class="text1">创建时间</text>
166
-          <text class="text2">{{ infoDATA.startTime }}</text>
166
+          <text class="text2">{{ infoDATA.startTime || '无' }}</text>
167 167
         </view>
168 168
         <view class="page_item_foot_text" v-if="
169 169
             infoDATA.taskType.associationType.value == 'inspect' ||

+ 4 - 4
pages/scanning_ins/scanning_ins.vue

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

+ 4 - 4
pages/scanning_orderSign/scanning_orderSign.vue

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

+ 15 - 8
pages/signIn_blood/signIn_blood.vue

@@ -68,12 +68,19 @@
68 68
           uni.hideLoading();
69 69
           if(res.state == 200){
70 70
             console.log(res);
71
+            res.data.all = res.data.all || [];
72
+            res.data.dto = res.data.dto || {};
71 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 84
           }else{
78 85
             uni.showToast({
79 86
               icon: "none",
@@ -136,7 +143,7 @@
136 143
             if (codes) {
137 144
               post("/transflow/scanBind", {type: 'blood',orderId: this.queryObj.orderId, code: ress1}).then((ress) => {
138 145
                 uni.hideLoading();
139
-                if (ress.state == 200) {
146
+                if (ress.state == 200 && ress.data.state != 400) {
140 147
                   //扫描标本后会自动调用摄像头,继续扫描,直到status不是200
141 148
                   setTimeout(()=>{
142 149
                     if (type === 'scan') {
@@ -145,11 +152,11 @@
145 152
                   },500)
146 153
                   //todo
147 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 157
                 } else {
151 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
               });