Browse Source

摆药功能

seimin 2 years ago
parent
commit
eb83c04eaa
3 changed files with 529 additions and 295 deletions
  1. 335 295
      pages.json
  2. 150 0
      pages/promptPage/promptPage.vue
  3. 44 0
      pages/receiptpage/receiptpage.vue

+ 335 - 295
pages.json

@@ -1,297 +1,337 @@
1 1
 {
2
-  "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
3
-    {
4
-      "path": "pages/homePage/homePage", //上班和登录页面
5
-      "style": {
6
-        "h5": {
7
-          "titleNView": false
8
-        }
9
-      }
10
-    }, {
11
-      "path": "pages/bindUser/bindUser", //绑定账号页面
12
-      "style": {
13
-        "h5": {
14
-          "titleNView": false
15
-        }
16
-      }
17
-    }, {
18
-      "path": "pages/setDept/setDept", //设置科室界面
19
-      "style": {
20
-        "h5": {
21
-          "titleNView": false
22
-        }
23
-      }
24
-    }, {
25
-      "path": "pages/receiptpage/receiptpage", //列表
26
-      "style": {
27
-        "h5": {
28
-          "titleNView": false
29
-        }
30
-      }
31
-    }, {
32
-      "path": "pages/receipt_infopage/receipt_infopage", //列表详情
33
-      "style": {
34
-        "h5": {
35
-          "titleNView": false
36
-        }
37
-      }
38
-    }, {
39
-      "path": "pages/scanning_code/scanning_code",
40
-      "style": {
41
-        "h5": {
42
-          "titleNView": false
43
-        }
44
-      }
45
-    }, {
46
-      "path": "pages/scanning_Result/scanning_Result", //大扫描结果->错误
47
-      "style": {
48
-        "h5": {
49
-          "titleNView": false
50
-        }
51
-      }
52
-    }, {
53
-      "path": "pages/scanning_result_seimin/scanning_result_seimin", //药包扫描----知道了
54
-      "style": {
55
-        "h5": {
56
-          "titleNView": false
57
-        }
58
-      }
59
-    }, {
60
-      "path": "pages/scanning_B/scanning_B", //大扫描->标本结果->正确,错误
61
-      "style": {
62
-        "h5": {
63
-          "titleNView": false
64
-        }
65
-      }
66
-    }, {
67
-      "path": "pages/scanning_ins/scanning_ins", //大扫描->患者(陪检,转运)
68
-      "style": {
69
-        "h5": {
70
-          "titleNView": false
71
-        }
72
-      }
73
-    }, {
74
-      "path": "pages/shortcutbuildOrders/shortcutbuildOrders",
75
-      "style": {
76
-        "h5": {
77
-          "titleNView": false
78
-        }
79
-      }
80
-    }, {
81
-      "path": "pages/specimenChecking/specimenChecking",
82
-      "style": {
83
-        "h5": {
84
-          "titleNView": false
85
-        },
86
-        "enablePullDownRefresh": true
87
-      }
88
-    }, {
89
-      "path": "pages/scanning_all/scanning_all", //大扫描->科室->正确
90
-      "style": {
91
-        "h5": {
92
-          "titleNView": false
93
-        }
94
-      }
95
-    }, {
96
-      "path": "pages/scanning_djInfo/scanning_djInfo",
97
-      "style": {
98
-        "h5": {
99
-          "titleNView": false
100
-        }
101
-      }
102
-    }, {
103
-      "path": "pages/scanning_djEnd/scanning_djEnd",
104
-      "style": {
105
-        "h5": {
106
-          "titleNView": false
107
-        }
108
-      }
109
-    }, {
110
-      "path": "pages/scanning/scanning",
111
-      "style": {
112
-        "h5": {
113
-          "titleNView": false
114
-        }
115
-      }
116
-    }, {
117
-      "path": "pages/scanning_orderSign/scanning_orderSign",
118
-      "style": {
119
-        "h5": {
120
-          "titleNView": false
121
-        }
122
-      }
123
-    }, {
124
-      "path": "pages/scanning_insEnd/scanning_insEnd",
125
-      "style": {
126
-        "h5": {
127
-          "titleNView": false
128
-        }
129
-      }
130
-    }, {
131
-      "path": "pages/my_list/my_list", //我的页面列表
132
-      "style": {
133
-        "h5": {
134
-          "titleNView": false
135
-        }
136
-      }
137
-    }, {
138
-      "path": "pages/mypage/mypage", //我的页面
139
-      "style": {
140
-        "h5": {
141
-          "titleNView": false
142
-        }
143
-      }
144
-    }, {
145
-      "path": "pages/pharmacy/pharmacy",
146
-      "style": {
147
-        "h5": {
148
-          "titleNView": false
149
-        }
150
-      }
151
-    }, {
152
-      "path": "pages/patientInformationList/patientInformationList", //患者信息列表
153
-      "style": {
154
-        "h5": {
155
-          "titleNView": false
156
-        }
157
-      }
158
-    }, {
159
-      "path": "pages/patientInformationInfo/patientInformationInfo", //患者信息详情
160
-      "style": {
161
-        "h5": {
162
-          "titleNView": false
163
-        }
164
-      }
165
-    }, {
166
-      "path": "pages/inspectList/inspectList", //检查信息列表
167
-      "style": {
168
-        "h5": {
169
-          "titleNView": false
170
-        }
171
-      }
172
-    }, {
173
-      "path": "pages/search/search", //搜索
174
-      "style": {
175
-        "h5": {
176
-          "titleNView": false
177
-        }
178
-      }
179
-    }, {
180
-      "path": "pages/pharmacyDetails/pharmacyDetails",
181
-      "style": {
182
-        "h5": {
183
-          "titleNView": false
184
-        }
185
-      }
186
-    }, {
187
-      "path": "pages/settingCode/settingCode",
188
-      "style": {
189
-        "h5": {
190
-          "titleNView": false
191
-        }
192
-      }
193
-
194
-    }, {
195
-      "path": "pages/noScanSpecimen/noScanSpecimen",
196
-      "style": {
197
-        "h5": {
198
-          "titleNView": false
199
-        }
200
-      }
201
-    }, {
202
-      "path": "pages/scanning_drug/scanning_drug",
203
-      "style": {
204
-        "h5": {
205
-          "titleNView": false
206
-        }
207
-      }
208
-    }, {
209
-      "path": "components/footTool/footTool",
210
-      "style": {
211
-        "navigationBarTitleText": "",
212
-        "enablePullDownRefresh": false
213
-      }
214
-
215
-    }, {
216
-      "path": "pages/specimenCheckingDetail/specimenCheckingDetail",
217
-      "style": {
218
-        "h5": {
219
-          "titleNView": false
220
-        },
221
-        "enablePullDownRefresh": true
222
-      }
223
-    }, {
224
-      "path": "pages/specimenDetail/specimenDetail",
225
-      "style": {
226
-        "h5": {
227
-          "titleNView": false
228
-        },
229
-        "enablePullDownRefresh": true
230
-      }
231
-    }, {
232
-      "path": "pages/checkAfterScanning/checkAfterScanning",
233
-      "style": {
234
-        "h5": {
235
-          "titleNView": false
236
-        },
237
-        "enablePullDownRefresh": false
238
-      }
239
-
240
-    }, {
241
-      "path": "pages/checkAfterBigScreen/checkAfterBigScreen",
242
-      "style": {
243
-        "h5": {
244
-          "titleNView": false
245
-        },
246
-        "enablePullDownRefresh": false
247
-      }
248
-
249
-    }, {
250
-      "path": "pages/scannedDepartmentSpecimens/scannedDepartmentSpecimens",
251
-      "style": {
252
-        "h5": {
253
-          "titleNView": false
254
-        },
255
-        "enablePullDownRefresh": true
256
-      }
257
-    }, {
258
-      "path": "pages/specimenCheckingEnd/specimenCheckingEnd",
259
-      "style": {
260
-        "h5": {
261
-          "titleNView": false
262
-        },
263
-        "enablePullDownRefresh": true
264
-      }
265
-
266
-    }, {
267
-      "path": "pages/scannedDepartmentSpecimensDetail/scannedDepartmentSpecimensDetail",
268
-      "style": {
269
-        "h5": {
270
-          "titleNView": false
271
-        }
272
-      }
273
-    }, {
274
-      "path": "pages/specimenCheckingEndDetail/specimenCheckingEndDetail",
275
-      "style": {
276
-        "h5": {
277
-          "titleNView": false
278
-        }
279
-      }
280
-
281
-    }, {
282
-      "path": "pages/scanning_nucleicAcid/scanning_nucleicAcid",
283
-      "style": {
284
-        "h5": {
285
-          "titleNView": false
286
-        }
287
-      }
288
-
289
-    }
290
-  ],
291
-  "globalStyle": {
292
-    "navigationBarTextStyle": "black",
293
-    "navigationBarTitleText": "医疗服务中心转运系统",
294
-    "navigationBarBackgroundColor": "#F8F8F8",
295
-    "backgroundColor": "#F8F8F8"
296
-  }
2
+	"pages": [
3
+		//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
4
+		{
5
+			"path": "pages/homePage/homePage", //上班和登录页面
6
+			"style": {
7
+				"h5": {
8
+					"titleNView": false
9
+				}
10
+			}
11
+		},
12
+		{
13
+			"path": "pages/bindUser/bindUser", //绑定账号页面
14
+			"style": {
15
+				"h5": {
16
+					"titleNView": false
17
+				}
18
+			}
19
+		},
20
+		{
21
+			"path": "pages/setDept/setDept", //设置科室界面
22
+			"style": {
23
+				"h5": {
24
+					"titleNView": false
25
+				}
26
+			}
27
+		},
28
+		{
29
+			"path": "pages/receiptpage/receiptpage", //列表
30
+			"style": {
31
+				"h5": {
32
+					"titleNView": false
33
+				}
34
+			}
35
+		},
36
+		{
37
+			"path": "pages/receipt_infopage/receipt_infopage", //列表详情
38
+			"style": {
39
+				"h5": {
40
+					"titleNView": false
41
+				}
42
+			}
43
+		},
44
+		{
45
+			"path": "pages/scanning_code/scanning_code",
46
+			"style": {
47
+				"h5": {
48
+					"titleNView": false
49
+				}
50
+			}
51
+		},
52
+		{
53
+			"path": "pages/scanning_Result/scanning_Result", //大扫描结果->错误
54
+			"style": {
55
+				"h5": {
56
+					"titleNView": false
57
+				}
58
+			}
59
+		},
60
+		{
61
+			"path": "pages/scanning_result_seimin/scanning_result_seimin", //药包扫描----知道了
62
+			"style": {
63
+				"h5": {
64
+					"titleNView": false
65
+				}
66
+			}
67
+		},
68
+		{
69
+			"path": "pages/scanning_B/scanning_B", //大扫描->标本结果->正确,错误
70
+			"style": {
71
+				"h5": {
72
+					"titleNView": false
73
+				}
74
+			}
75
+		},
76
+		{
77
+			"path": "pages/scanning_ins/scanning_ins", //大扫描->患者(陪检,转运)
78
+			"style": {
79
+				"h5": {
80
+					"titleNView": false
81
+				}
82
+			}
83
+		},
84
+		{
85
+			"path": "pages/shortcutbuildOrders/shortcutbuildOrders",
86
+			"style": {
87
+				"h5": {
88
+					"titleNView": false
89
+				}
90
+			}
91
+		},
92
+		{
93
+			"path": "pages/specimenChecking/specimenChecking",
94
+			"style": {
95
+				"h5": {
96
+					"titleNView": false
97
+				},
98
+				"enablePullDownRefresh": true
99
+			}
100
+		},
101
+		{
102
+			"path": "pages/scanning_all/scanning_all", //大扫描->科室->正确
103
+			"style": {
104
+				"h5": {
105
+					"titleNView": false
106
+				}
107
+			}
108
+		},
109
+		{
110
+			"path": "pages/scanning_djInfo/scanning_djInfo",
111
+			"style": {
112
+				"h5": {
113
+					"titleNView": false
114
+				}
115
+			}
116
+		},
117
+		{
118
+			"path": "pages/scanning_djEnd/scanning_djEnd",
119
+			"style": {
120
+				"h5": {
121
+					"titleNView": false
122
+				}
123
+			}
124
+		},
125
+		{
126
+			"path": "pages/scanning/scanning",
127
+			"style": {
128
+				"h5": {
129
+					"titleNView": false
130
+				}
131
+			}
132
+		},
133
+		{
134
+			"path": "pages/scanning_orderSign/scanning_orderSign",
135
+			"style": {
136
+				"h5": {
137
+					"titleNView": false
138
+				}
139
+			}
140
+		},
141
+		{
142
+			"path": "pages/scanning_insEnd/scanning_insEnd",
143
+			"style": {
144
+				"h5": {
145
+					"titleNView": false
146
+				}
147
+			}
148
+		},
149
+		{
150
+			"path": "pages/my_list/my_list", //我的页面列表
151
+			"style": {
152
+				"h5": {
153
+					"titleNView": false
154
+				}
155
+			}
156
+		},
157
+		{
158
+			"path": "pages/mypage/mypage", //我的页面
159
+			"style": {
160
+				"h5": {
161
+					"titleNView": false
162
+				}
163
+			}
164
+		},
165
+		{
166
+			"path": "pages/pharmacy/pharmacy",
167
+			"style": {
168
+				"h5": {
169
+					"titleNView": false
170
+				}
171
+			}
172
+		},
173
+		{
174
+			"path": "pages/patientInformationList/patientInformationList", //患者信息列表
175
+			"style": {
176
+				"h5": {
177
+					"titleNView": false
178
+				}
179
+			}
180
+		},
181
+		{
182
+			"path": "pages/patientInformationInfo/patientInformationInfo", //患者信息详情
183
+			"style": {
184
+				"h5": {
185
+					"titleNView": false
186
+				}
187
+			}
188
+		},
189
+		{
190
+			"path": "pages/inspectList/inspectList", //检查信息列表
191
+			"style": {
192
+				"h5": {
193
+					"titleNView": false
194
+				}
195
+			}
196
+		},
197
+		{
198
+			"path": "pages/search/search", //搜索
199
+			"style": {
200
+				"h5": {
201
+					"titleNView": false
202
+				}
203
+			}
204
+		},
205
+		{
206
+			"path": "pages/pharmacyDetails/pharmacyDetails",
207
+			"style": {
208
+				"h5": {
209
+					"titleNView": false
210
+				}
211
+			}
212
+		},
213
+		{
214
+			"path": "pages/settingCode/settingCode",
215
+			"style": {
216
+				"h5": {
217
+					"titleNView": false
218
+				}
219
+			}
220
+		},
221
+		{
222
+			"path": "pages/noScanSpecimen/noScanSpecimen",
223
+			"style": {
224
+				"h5": {
225
+					"titleNView": false
226
+				}
227
+			}
228
+		},
229
+		{
230
+			"path": "pages/scanning_drug/scanning_drug",
231
+			"style": {
232
+				"h5": {
233
+					"titleNView": false
234
+				}
235
+			}
236
+		},
237
+		{
238
+			"path": "components/footTool/footTool",
239
+			"style": {
240
+				"navigationBarTitleText": "",
241
+				"enablePullDownRefresh": false
242
+			}
243
+		},
244
+		{
245
+			"path": "pages/specimenCheckingDetail/specimenCheckingDetail",
246
+			"style": {
247
+				"h5": {
248
+					"titleNView": false
249
+				},
250
+				"enablePullDownRefresh": true
251
+			}
252
+		},
253
+		{
254
+			"path": "pages/specimenDetail/specimenDetail",
255
+			"style": {
256
+				"h5": {
257
+					"titleNView": false
258
+				},
259
+				"enablePullDownRefresh": true
260
+			}
261
+		},
262
+		{
263
+			"path": "pages/checkAfterScanning/checkAfterScanning",
264
+			"style": {
265
+				"h5": {
266
+					"titleNView": false
267
+				},
268
+				"enablePullDownRefresh": false
269
+			}
270
+		},
271
+		{
272
+			"path": "pages/checkAfterBigScreen/checkAfterBigScreen",
273
+			"style": {
274
+				"h5": {
275
+					"titleNView": false
276
+				},
277
+				"enablePullDownRefresh": false
278
+			}
279
+		},
280
+		{
281
+			"path": "pages/scannedDepartmentSpecimens/scannedDepartmentSpecimens",
282
+			"style": {
283
+				"h5": {
284
+					"titleNView": false
285
+				},
286
+				"enablePullDownRefresh": true
287
+			}
288
+		},
289
+		{
290
+			"path": "pages/specimenCheckingEnd/specimenCheckingEnd",
291
+			"style": {
292
+				"h5": {
293
+					"titleNView": false
294
+				},
295
+				"enablePullDownRefresh": true
296
+			}
297
+		},
298
+		{
299
+			"path": "pages/scannedDepartmentSpecimensDetail/scannedDepartmentSpecimensDetail",
300
+			"style": {
301
+				"h5": {
302
+					"titleNView": false
303
+				}
304
+			}
305
+		},
306
+		{
307
+			"path": "pages/specimenCheckingEndDetail/specimenCheckingEndDetail",
308
+			"style": {
309
+				"h5": {
310
+					"titleNView": false
311
+				}
312
+			}
313
+		},
314
+		{
315
+			"path": "pages/scanning_nucleicAcid/scanning_nucleicAcid",
316
+			"style": {
317
+				"h5": {
318
+					"titleNView": false
319
+				}
320
+			}
321
+		},
322
+		{
323
+			"path": "pages/promptPage/promptPage",
324
+			"style": {
325
+				"h5": {
326
+					"titleNView": false
327
+				}
328
+			}
329
+		}
330
+	],
331
+	"globalStyle": {
332
+		"navigationBarTextStyle": "black",
333
+		"navigationBarTitleText": "医疗服务中心转运系统",
334
+		"navigationBarBackgroundColor": "#F8F8F8",
335
+		"backgroundColor": "#F8F8F8"
336
+	}
297 337
 }

+ 150 - 0
pages/promptPage/promptPage.vue

@@ -0,0 +1,150 @@
1
+<template>
2
+	<view class="Scanning_B">
3
+		<view class="Scanning_top">
4
+			<view class="Scanning_top_icon">
5
+				<text class="cubeic-ok icon_transport transport-duigou"></text>
6
+			</view>
7
+		</view>
8
+		<view class="Scanning_cont">
9
+			<view>您已经成功接收{{deptName}}的{{num}}个药包,包括:{{drugBagsCodes}}</view>
10
+		</view>
11
+		<view class="foot_btn">
12
+			<view class="btn3" @click="showAlert()">知道了</view>
13
+		</view>
14
+	</view>
15
+</template>
16
+
17
+<script>
18
+	import {
19
+		post,
20
+		webHandle
21
+	} from "../../http/http.js";
22
+	export default {
23
+		data() {
24
+			return {
25
+				options: {},
26
+				num: '',
27
+				deptName: '',
28
+				drugBagsCodes: {},
29
+			};
30
+		},
31
+		methods: {
32
+			// 知道了
33
+			showAlert() {
34
+				uni.navigateTo({
35
+					url: "../receiptpage/receiptpage",
36
+				});
37
+			},
38
+			getInfo() {
39
+				uni.showLoading({
40
+					title: "加载中",
41
+					mask: true,
42
+				});
43
+				post("/drugsBag/takeAndFillMedicineScan", {
44
+						drugBagsCodes: this.options.code,
45
+					})
46
+					.then((result) => {
47
+						uni.hideLoading();
48
+						if (result.status == 200) {
49
+							this.num = result.num;
50
+							this.deptName = result.deptName;
51
+							this.drugBagsCodes = result.drugBagsCodes;
52
+						} else {
53
+							uni.showToast({
54
+								icon: "none",
55
+								title: '请求失败',
56
+							});
57
+						}
58
+					})
59
+			}
60
+		},
61
+		onLoad(options) {
62
+			this.options = options;
63
+			this.getInfo();
64
+			// #ifdef APP-PLUS
65
+			webHandle("no", "app");
66
+			// #endif
67
+			// #ifdef H5
68
+			webHandle("no", "wx");
69
+			// #endif
70
+		}
71
+	}
72
+</script>
73
+
74
+<style lang="less">
75
+	.Scanning_B {
76
+		.Scanning_top {
77
+			height: 200rpx;
78
+
79
+			.Scanning_top_icon {
80
+				width: 140rpx;
81
+				height: 140rpx;
82
+				margin: 0 auto;
83
+				border-radius: 50%;
84
+				line-height: 140rpx;
85
+				text-align: center;
86
+
87
+				.cubeic-ok {
88
+					font-size: 140rpx;
89
+					color: #35b34a;
90
+				}
91
+
92
+				.cubeic-close {
93
+					font-size: 140rpx;
94
+					color: #ff3b53;
95
+				}
96
+			}
97
+
98
+			.Scanning_top_text {
99
+				.text1 {
100
+					margin-top: 40rpx;
101
+					font-size: 48rpx;
102
+					text-align: center;
103
+				}
104
+			}
105
+		}
106
+
107
+		.Scanning_cont {
108
+			font-size: 32rpx;
109
+
110
+			view {
111
+				margin-bottom: 16rpx;
112
+				text-align: center;
113
+			}
114
+
115
+			.text {
116
+				margin-top: 24rpx;
117
+				color: #35b34a;
118
+			}
119
+
120
+			.text1 {
121
+				margin-top: 24rpx;
122
+				color: #ff3b53;
123
+			}
124
+		}
125
+
126
+		.foot_btn {
127
+			line-height: 88rpx;
128
+			height: 100rpx;
129
+			margin-top: 40rpx;
130
+			display: flex;
131
+			justify-content: center;
132
+
133
+			.btn3 {
134
+				flex: 1;
135
+				height: 88rpx;
136
+				background-image: linear-gradient(to right, #72c172, #3bb197);
137
+				color: #fff;
138
+				border-radius: 8rpx;
139
+				font-size: 32rpx;
140
+				margin-top: 16rpx;
141
+				margin-right: 16rpx;
142
+				text-align: center;
143
+
144
+				&:last-of-type {
145
+					margin-right: 0;
146
+				}
147
+			}
148
+		}
149
+	}
150
+</style>

+ 44 - 0
pages/receiptpage/receiptpage.vue

@@ -278,6 +278,7 @@
278 278
   export default {
279 279
     data() {
280 280
       return {
281
+				SMFlag: true,
281 282
         // 手动查询标本弹窗model
282 283
         speModels: {
283 284
           disjunctor: false,
@@ -521,6 +522,10 @@
521 522
             this.content.push({
522 523
               text: "药品录入",
523 524
             });
525
+          } else if (item.link === "wxTakeMedicine") {
526
+            this.content.push({
527
+              text: "摆药取药",
528
+            });
524 529
           }
525 530
         });
526 531
       },
@@ -608,8 +613,46 @@
608 613
           this.showHandViewSpecimen();
609 614
         } else if (e.item.text === "药品录入") {
610 615
           this.showHandViewDrugsbag();
616
+        } else if (e.item.text === "摆药取药") {
617
+          this.handleTakeMedicine()
611 618
         }
612 619
       },
620
+			// 摆药取药
621
+			handleTakeMedicine() {
622
+			  if (!this.SMFlag) {
623
+			    return;
624
+			  }
625
+			  this.SMFlag = false;
626
+			  SM().then((content) => {
627
+			    uni.showLoading({
628
+			      title: "加载中",
629
+			      mask: true,
630
+			    });
631
+			    //检验二维码的有效性(扫码前必须验证)
632
+			    post("/dept/scanning", {
633
+			        content,
634
+			      })
635
+			      .then((result) => {
636
+			        this.currentCode = result.code;
637
+			        this.SMFlag = true;
638
+			        // 200检测通过,201没有有效期也通过。
639
+			        if (result.state == 200 || result.state == 201) {
640
+								uni.hideLoading();
641
+								uni.navigateTo({
642
+								  url: `../promptPage/promptPage?code=${result.code}`,
643
+								});
644
+			        } else {
645
+			          uni.hideLoading();
646
+			          uni.showToast({
647
+			            icon: "none",
648
+			            title: '请求失败',
649
+			          });
650
+			        }
651
+			      })
652
+			  }).catch(err => {
653
+			    this.SMFlag = true;
654
+			  });
655
+			},
613 656
       // 点击tab页切换
614 657
       clickHandler(key) {
615 658
         this.selectedLabelSlots = key;
@@ -895,6 +938,7 @@
895 938
       // #endif
896 939
     },
897 940
     onShow() {
941
+			this.SMFlag = true;
898 942
       // #ifdef H5
899 943
       document.body.addEventListener("touchmove", this.stop, {
900 944
         passive: false,