|
@@ -9,14 +9,17 @@
|
9
|
9
|
</view>
|
10
|
10
|
</view>
|
11
|
11
|
|
12
|
|
- <view class="Scanning_top" v-if="
|
|
12
|
+ <view
|
|
13
|
+ class="Scanning_top"
|
|
14
|
+ v-if="
|
13
|
15
|
infoDATA.status == 10005 ||
|
14
|
16
|
infoDATA.status == 100018 ||
|
15
|
17
|
infoDATA.status == 10004 ||
|
16
|
18
|
infoDATA.status == 100021 ||
|
17
|
19
|
infoDATA.status == 500 ||
|
18
|
20
|
infoDATA.status == 100031
|
19
|
|
- ">
|
|
21
|
+ "
|
|
22
|
+ >
|
20
|
23
|
<view class="Scanning_top_icon">
|
21
|
24
|
<text class="cubeic-close icon_transport transport-shibai"></text>
|
22
|
25
|
</view>
|
|
@@ -25,26 +28,55 @@
|
25
|
28
|
</view>
|
26
|
29
|
</view>
|
27
|
30
|
|
28
|
|
- <view class="Scanning_cont" v-if="
|
|
31
|
+ <view
|
|
32
|
+ class="Scanning_cont"
|
|
33
|
+ v-if="
|
29
|
34
|
(infoDATA.status == 200 && type == 'specimenPlan') ||
|
30
|
35
|
(infoDATA.status == 200 && type == 'specimen')
|
31
|
|
- "></view>
|
32
|
|
- <view class="Scanning_cont" v-if="
|
|
36
|
+ "
|
|
37
|
+ ></view>
|
|
38
|
+ <view
|
|
39
|
+ class="Scanning_cont"
|
|
40
|
+ v-if="
|
33
|
41
|
(infoDATA.status == 200 && type == 'patientTransport') ||
|
34
|
42
|
(infoDATA.status == 200 && type == 'inspect')
|
35
|
|
- ">扫描患者腕带并将患者送往目标科室.</view>
|
36
|
|
- <view class="Scanning_cont" v-if="
|
37
|
|
- (infoDATA.status == 200 && type == 'drugsBag'&&(type1 == 'drug-ddd-2'||type1 == 'drug-dsd-2')) ||
|
38
|
|
- (infoDATA.status == 200 && type == 'jPBag'&&(type1 == 'jp-ddd-2'||type1 == 'jp-dsd-2'))
|
39
|
|
- ">已到达目标科室,请扫描药包或静配包.</view>
|
40
|
|
- <view class="Scanning_cont" v-if="
|
41
|
|
- (infoDATA.status == 200 && type == 'drugsBag'&&(type1 == 'drug-ddd-1'||type1 == 'drug-dsd-1')) ||
|
42
|
|
- (infoDATA.status == 200 && type == 'jPBag'&&(type1 == 'jp-ddd-1'||type1 == 'jp-dsd-1'))
|
43
|
|
- ">已到达目标科室,请取药包或静配包后送达目标科室.</view>
|
44
|
|
- <view class="Scanning_cont" v-if="
|
|
43
|
+ "
|
|
44
|
+ >扫描患者腕带并将患者送往目标科室.</view
|
|
45
|
+ >
|
|
46
|
+ <view
|
|
47
|
+ class="Scanning_cont"
|
|
48
|
+ v-if="
|
|
49
|
+ (infoDATA.status == 200 &&
|
|
50
|
+ type == 'drugsBag' &&
|
|
51
|
+ (type1 == 'drug-ddd-2' || type1 == 'drug-dsd-2')) ||
|
|
52
|
+ (infoDATA.status == 200 &&
|
|
53
|
+ type == 'jPBag' &&
|
|
54
|
+ (type1 == 'jp-ddd-2' || type1 == 'jp-dsd-2'))
|
|
55
|
+ "
|
|
56
|
+ >已到达目标科室,请扫描药包或静配包.</view
|
|
57
|
+ >
|
|
58
|
+ <view
|
|
59
|
+ class="Scanning_cont"
|
|
60
|
+ v-if="
|
|
61
|
+ (infoDATA.status == 200 &&
|
|
62
|
+ type == 'drugsBag' &&
|
|
63
|
+ (type1 == 'drug-ddd-1' || type1 == 'drug-dsd-1')) ||
|
|
64
|
+ (infoDATA.status == 200 &&
|
|
65
|
+ type == 'jPBag' &&
|
|
66
|
+ (type1 == 'jp-ddd-1' || type1 == 'jp-dsd-1'))
|
|
67
|
+ "
|
|
68
|
+ >已到达目标科室,请取药包或静配包后送达目标科室.</view
|
|
69
|
+ >
|
|
70
|
+ <view
|
|
71
|
+ class="Scanning_cont"
|
|
72
|
+ v-if="
|
45
|
73
|
infoDATA.status == 200 && type == 'other' && infoDATA.type == 'qt-ddd-1'
|
46
|
|
- ">已到达目标科室,请执行该工单.</view>
|
47
|
|
- <view class="Scanning_cont" v-if="
|
|
74
|
+ "
|
|
75
|
+ >已到达目标科室,请执行该工单.</view
|
|
76
|
+ >
|
|
77
|
+ <view
|
|
78
|
+ class="Scanning_cont"
|
|
79
|
+ v-if="
|
48
|
80
|
(infoDATA.state == 'finish' &&
|
49
|
81
|
infoDATA.status == 200 &&
|
50
|
82
|
type == 'specimenPlan' &&
|
|
@@ -52,8 +84,12 @@
|
52
|
84
|
(infoDATA.status == 200 &&
|
53
|
85
|
type == 'other' &&
|
54
|
86
|
infoDATA.type == 'qt-dsd-1')
|
55
|
|
- ">已到达目标科室,工单已完成.</view>
|
56
|
|
- <view class="Scanning_cont" v-if="
|
|
87
|
+ "
|
|
88
|
+ >已到达目标科室,工单已完成.</view
|
|
89
|
+ >
|
|
90
|
+ <view
|
|
91
|
+ class="Scanning_cont"
|
|
92
|
+ v-if="
|
57
|
93
|
(infoDATA.status == 200 &&
|
58
|
94
|
type == 'specimenPlan' &&
|
59
|
95
|
infoDATA.type != 'plan-spe-ddd-1' &&
|
|
@@ -62,16 +98,24 @@
|
62
|
98
|
type == 'specimen' &&
|
63
|
99
|
infoDATA.type != 'spe-ddd-1' &&
|
64
|
100
|
infoDATA.type != 'spe-dsd-1')
|
65
|
|
- ">已到达目标科室,请扫描标本.</view>
|
66
|
|
- <view class="Scanning_cont" v-if="
|
|
101
|
+ "
|
|
102
|
+ >已到达目标科室,请扫描标本.</view
|
|
103
|
+ >
|
|
104
|
+ <view
|
|
105
|
+ class="Scanning_cont"
|
|
106
|
+ v-if="
|
67
|
107
|
(infoDATA.status == 200 &&
|
68
|
108
|
type == 'specimenPlan' &&
|
69
|
109
|
infoDATA.type == 'plan-spe-ddd-1') ||
|
70
|
110
|
(infoDATA.status == 200 &&
|
71
|
111
|
type == 'specimen' &&
|
72
|
112
|
infoDATA.type == 'spe-ddd-1')
|
73
|
|
- ">已到达目标科室,请取标本后送达目标科室.</view>
|
74
|
|
- <view class="Scanning_cont" v-if="
|
|
113
|
+ "
|
|
114
|
+ >已到达目标科室,请取标本后送达目标科室.</view
|
|
115
|
+ >
|
|
116
|
+ <view
|
|
117
|
+ class="Scanning_cont"
|
|
118
|
+ v-if="
|
75
|
119
|
(infoDATA.state != 'finish' &&
|
76
|
120
|
infoDATA.status == 200 &&
|
77
|
121
|
type == 'specimenPlan' &&
|
|
@@ -79,47 +123,83 @@
|
79
|
123
|
(infoDATA.status == 200 &&
|
80
|
124
|
type == 'specimen' &&
|
81
|
125
|
infoDATA.type == 'spe-dsd-1')
|
82
|
|
- ">已到达目标科室,请放置标本完成该工单.</view>
|
|
126
|
+ "
|
|
127
|
+ >已到达目标科室,请放置标本完成该工单.</view
|
|
128
|
+ >
|
83
|
129
|
<view class="Scanning_cont" v-if="infoDATA.status != 200">
|
84
|
130
|
<view>{{ infoDATA.msg }}</view>
|
85
|
131
|
</view>
|
86
|
|
- <view class="foot_btn" v-if="type == 'inspect' || type == 'patientTransport'">
|
|
132
|
+ <view
|
|
133
|
+ class="foot_btn"
|
|
134
|
+ v-if="type == 'inspect' || type == 'patientTransport'"
|
|
135
|
+ >
|
87
|
136
|
<view class="btn3" @click="Scanning_again()">继续扫描</view>
|
88
|
137
|
</view>
|
89
|
138
|
<view class="foot_btn" v-if="type == 'drugsBag' || type == 'jPBag'">
|
90
|
|
- <view class="btn3" @click="Scanning_again()"
|
91
|
|
- v-if="type1==='drug-ddd-2'||type1==='drug-dsd-2'||type1==='jp-ddd-2'||type1==='jp-dsd-2'">继续扫描</view>
|
92
|
|
- <view class="btn3" @click="showAlert()"
|
93
|
|
- v-if="type1==='drug-ddd-1'||type1==='drug-dsd-1'||type1==='jp-ddd-1'||type1==='jp-dsd-1'">知道了</view>
|
|
139
|
+ <view
|
|
140
|
+ class="btn3"
|
|
141
|
+ @click="Scanning_again()"
|
|
142
|
+ v-if="
|
|
143
|
+ type1 === 'drug-ddd-2' ||
|
|
144
|
+ type1 === 'drug-dsd-2' ||
|
|
145
|
+ type1 === 'jp-ddd-2' ||
|
|
146
|
+ type1 === 'jp-dsd-2'
|
|
147
|
+ "
|
|
148
|
+ >继续扫描</view
|
|
149
|
+ >
|
|
150
|
+ <view
|
|
151
|
+ class="btn3"
|
|
152
|
+ @click="showAlert()"
|
|
153
|
+ v-if="
|
|
154
|
+ type1 === 'drug-ddd-1' ||
|
|
155
|
+ type1 === 'drug-dsd-1' ||
|
|
156
|
+ type1 === 'jp-ddd-1' ||
|
|
157
|
+ type1 === 'jp-dsd-1'
|
|
158
|
+ "
|
|
159
|
+ >知道了</view
|
|
160
|
+ >
|
94
|
161
|
</view>
|
95
|
|
- <view class="foot_btn" v-if="
|
|
162
|
+ <view
|
|
163
|
+ class="foot_btn"
|
|
164
|
+ v-if="
|
96
|
165
|
(type == 'specimenPlan' &&
|
97
|
166
|
type1 != 'plan-spe-dsd-1' &&
|
98
|
167
|
(type1 != 'plan-spe-ddd-1') & (type1 != 'plan-spe-ddd-2')) ||
|
99
|
168
|
(type == 'specimen' &&
|
100
|
169
|
type1 != 'spe-dsd-1' &&
|
101
|
170
|
(type1 != 'spe-ddd-1') & (type1 != 'spe-ddd-2'))
|
102
|
|
- ">
|
103
|
|
- <view class="btn1" @click="Scanning_again()">继续扫描</view>
|
104
|
|
- <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
|
|
171
|
+ "
|
|
172
|
+ >
|
|
173
|
+ <view class="btn1" @click="Scanning_again()">继续扫描标本</view>
|
|
174
|
+ <!-- <view class="btn3" @click="getNoScanSpecimen()">查看未扫描标本</view> -->
|
|
175
|
+ <!-- <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view> -->
|
105
|
176
|
</view>
|
106
|
|
- <view class="foot_btn" v-if="
|
|
177
|
+ <view
|
|
178
|
+ class="foot_btn"
|
|
179
|
+ v-if="
|
107
|
180
|
(type == 'specimenPlan' && type1 == 'plan-spe-ddd-2') ||
|
108
|
181
|
(type == 'specimen' && type1 == 'spe-ddd-2')
|
109
|
|
- ">
|
110
|
|
- <view class="btn1" @click="Scanning_again()">继续扫描</view>
|
111
|
|
- <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
|
|
182
|
+ "
|
|
183
|
+ >
|
|
184
|
+ <view class="btn1" @click="Scanning_again()">继续扫描标本</view>
|
|
185
|
+ <!-- <view class="btn3" @click="getNoScanSpecimen()">查看未扫描标本</view> -->
|
|
186
|
+ <!-- <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view> -->
|
112
|
187
|
</view>
|
113
|
|
- <view class="foot_btn" v-if="
|
|
188
|
+ <view
|
|
189
|
+ class="foot_btn"
|
|
190
|
+ v-if="
|
114
|
191
|
(infoDATA.state != 'finish' &&
|
115
|
192
|
type == 'specimenPlan' &&
|
116
|
193
|
type1 == 'plan-spe-dsd-1') ||
|
117
|
194
|
(type == 'specimen' && type1 == 'spe-dsd-1')
|
118
|
|
- ">
|
|
195
|
+ "
|
|
196
|
+ >
|
119
|
197
|
<view class="btn1" @click="Scanning_complete1(ids)">完成工单</view>
|
120
|
198
|
<view class="btn2" @click="showAlert()">继续配送</view>
|
121
|
199
|
</view>
|
122
|
|
- <view class="foot_btn" v-if="
|
|
200
|
+ <view
|
|
201
|
+ class="foot_btn"
|
|
202
|
+ v-if="
|
123
|
203
|
infoDATA.status != 200 &&
|
124
|
204
|
type != 'specimenPlan' &&
|
125
|
205
|
type != 'specimen' &&
|
|
@@ -127,198 +207,302 @@
|
127
|
207
|
type !== 'inspect' &&
|
128
|
208
|
type !== 'drugsBag' &&
|
129
|
209
|
type !== 'patientTransport'
|
130
|
|
- ">
|
|
210
|
+ "
|
|
211
|
+ >
|
131
|
212
|
<view class="btn3" @click="showAlert()">知道了</view>
|
132
|
213
|
</view>
|
133
|
|
- <view class="foot_btn" v-if="
|
|
214
|
+ <view
|
|
215
|
+ class="foot_btn"
|
|
216
|
+ v-if="
|
134
|
217
|
(infoDATA.status == 200 && type1 == 'spe-ddd-1') ||
|
135
|
218
|
(infoDATA.status == 200 && type1 == 'plan-spe-ddd-1')
|
136
|
|
- ">
|
|
219
|
+ "
|
|
220
|
+ >
|
137
|
221
|
<view class="btn3" @click="showAlert()">知道了</view>
|
138
|
222
|
</view>
|
139
|
|
- <view class="foot_btn" v-if="
|
|
223
|
+ <view
|
|
224
|
+ class="foot_btn"
|
|
225
|
+ v-if="
|
140
|
226
|
(infoDATA.state == 'finish' &&
|
141
|
227
|
infoDATA.status == 200 &&
|
142
|
228
|
type == 'specimenPlan' &&
|
143
|
229
|
type1 == 'plan-spe-dsd-1') ||
|
144
|
230
|
(infoDATA.status == 200 && type == 'other')
|
145
|
|
- ">
|
|
231
|
+ "
|
|
232
|
+ >
|
146
|
233
|
<view class="btn3" @click="showAlert()">知道了</view>
|
147
|
234
|
</view>
|
148
|
235
|
<!-- 弹窗 -->
|
149
|
|
- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
|
150
|
|
- @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
|
|
236
|
+ <showModel
|
|
237
|
+ :title="models.title"
|
|
238
|
+ :icon="models.icon"
|
|
239
|
+ :disjunctor="models.disjunctor"
|
|
240
|
+ :content="models.content"
|
|
241
|
+ @ok="ok"
|
|
242
|
+ @cancel="cancel"
|
|
243
|
+ :operate="models.operate"
|
|
244
|
+ ></showModel>
|
|
245
|
+ <!-- 弹窗 -->
|
|
246
|
+ <showModel
|
|
247
|
+ :title="models2.title"
|
|
248
|
+ :icon="models2.icon"
|
|
249
|
+ :disjunctor="models2.disjunctor"
|
|
250
|
+ :content="models2.content"
|
|
251
|
+ @ok="ok2"
|
|
252
|
+ @cancel="cancel2"
|
|
253
|
+ :operate="models2.operate"
|
|
254
|
+ >
|
|
255
|
+ </showModel>
|
151
|
256
|
</view>
|
152
|
257
|
</template>
|
153
|
258
|
<script>
|
154
|
|
- import showModel from "../../components/showModel/showModel.vue";
|
155
|
|
- import {
|
156
|
|
- get,
|
157
|
|
- post,
|
158
|
|
- SM,
|
159
|
|
- webHandle
|
160
|
|
- } from "../../http/http.js";
|
161
|
|
- export default {
|
162
|
|
- data() {
|
163
|
|
- return {
|
164
|
|
- // 弹窗model
|
165
|
|
- models: {
|
166
|
|
- disjunctor: false,
|
167
|
|
- },
|
168
|
|
- wcId: "", //工单完成ID
|
169
|
|
- modelFlag: "", //工单完成类型
|
170
|
|
- infoDATA: [],
|
171
|
|
- ids: [],
|
172
|
|
- speNum: 0,
|
173
|
|
- type: "",
|
174
|
|
- type1: "",
|
175
|
|
- queryObj: {}, //路由传递过来的参数
|
176
|
|
- };
|
|
259
|
+import showModel from "../../components/showModel/showModel.vue";
|
|
260
|
+import { get, post, SM, webHandle } from "../../http/http.js";
|
|
261
|
+export default {
|
|
262
|
+ data() {
|
|
263
|
+ return {
|
|
264
|
+ // 弹窗model
|
|
265
|
+ models: {
|
|
266
|
+ disjunctor: false,
|
|
267
|
+ },
|
|
268
|
+ // 完成扫描弹窗model1
|
|
269
|
+ models2: {
|
|
270
|
+ disjunctor: false,
|
|
271
|
+ },
|
|
272
|
+ wcId: "", //工单完成ID
|
|
273
|
+ modelFlag: "", //工单完成类型
|
|
274
|
+ infoDATA: [],
|
|
275
|
+ ids: [],
|
|
276
|
+ type: "",
|
|
277
|
+ type1: "",
|
|
278
|
+ queryObj: {}, //路由传递过来的参数
|
|
279
|
+ gotoFlag: true,
|
|
280
|
+ };
|
|
281
|
+ },
|
|
282
|
+ methods: {
|
|
283
|
+ // 查看未扫描标本
|
|
284
|
+ getNoScanSpecimen() {
|
|
285
|
+ if (!this.gotoFlag) {
|
|
286
|
+ return;
|
|
287
|
+ }
|
|
288
|
+ this.gotoFlag = false;
|
|
289
|
+ let id = JSON.parse(this.queryObj.ids)[0];
|
|
290
|
+ uni.navigateTo({
|
|
291
|
+ url: `../noScanSpecimen/noScanSpecimen?workOrderId=${id}`,
|
|
292
|
+ });
|
177
|
293
|
},
|
178
|
|
- methods: {
|
179
|
|
- // 确定
|
180
|
|
- ok() {
|
181
|
|
- this.models.disjunctor = false;
|
182
|
|
- if (this.modelFlag === "complete") {
|
183
|
|
- //完成扫描
|
184
|
|
- let postType = "";
|
185
|
|
- if (this.queryObj.type1 == "plan-spe-ddd-2") {
|
186
|
|
- postType = "finishPlanSpes";
|
187
|
|
- } else if (this.queryObj.type1 == "spe-ddd-2") {
|
188
|
|
- postType = "finishSpes";
|
189
|
|
- }
|
190
|
|
- let data = {
|
191
|
|
- type: this.queryObj.type1,
|
192
|
|
- ids: this.wcId,
|
193
|
|
- };
|
194
|
|
- uni.showLoading({
|
195
|
|
- title: '加载中',
|
196
|
|
- mask: true,
|
197
|
|
- });
|
198
|
|
- post("/workerOrder/" + postType, data).then((res) => {
|
199
|
|
- if (res.status == 200) {
|
200
|
|
- uni.reLaunch({
|
201
|
|
- url: "../receiptpage/receiptpage",
|
202
|
|
- });
|
203
|
|
- } else {
|
204
|
|
- uni.hideLoading();
|
205
|
|
- uni.showToast({
|
206
|
|
- icon: "none",
|
207
|
|
- title: "请求失败!",
|
208
|
|
- });
|
209
|
|
- }
|
|
294
|
+ // 正常完成扫描
|
|
295
|
+ overFinish() {
|
|
296
|
+ //完成扫描
|
|
297
|
+ let postType = "";
|
|
298
|
+ if (
|
|
299
|
+ this.queryObj.type1 === "plan-spe-ddd-2" ||
|
|
300
|
+ this.queryObj.type1 === "plan-spe-dsd-2" ||
|
|
301
|
+ this.queryObj.type1 === "plan-spe-dsd-3"
|
|
302
|
+ ) {
|
|
303
|
+ postType = "finishPlanSpes";
|
|
304
|
+ } else if (this.queryObj.type1 == "spe-ddd-2") {
|
|
305
|
+ postType = "finishSpes";
|
|
306
|
+ }
|
|
307
|
+ let data = {
|
|
308
|
+ type: this.queryObj.type1,
|
|
309
|
+ ids: this.wcId,
|
|
310
|
+ };
|
|
311
|
+ uni.showLoading({
|
|
312
|
+ title: "加载中",
|
|
313
|
+ mask: true,
|
|
314
|
+ });
|
|
315
|
+ post("/workerOrder/" + postType, data).then((res) => {
|
|
316
|
+ if (res.status == 200) {
|
|
317
|
+ uni.reLaunch({
|
|
318
|
+ url: "../receiptpage/receiptpage",
|
210
|
319
|
});
|
211
|
|
- } else if (this.modelFlag === "complete1") {
|
212
|
|
- //1对1标本完成工单
|
213
|
|
- let ids = this.wcId;
|
214
|
|
- uni.showLoading({
|
215
|
|
- title: '加载中',
|
216
|
|
- mask: true,
|
|
320
|
+ } else {
|
|
321
|
+ uni.hideLoading();
|
|
322
|
+ uni.showToast({
|
|
323
|
+ icon: "none",
|
|
324
|
+ title: "请求失败!",
|
217
|
325
|
});
|
218
|
|
- post("/workerOrder/finishSpeOrder", ids).then((res) => {
|
219
|
|
- if (res.status == 200) {
|
220
|
|
- uni.reLaunch({
|
221
|
|
- url: "../receiptpage/receiptpage",
|
222
|
|
- });
|
|
326
|
+ }
|
|
327
|
+ });
|
|
328
|
+ },
|
|
329
|
+ // 确定
|
|
330
|
+ ok() {
|
|
331
|
+ this.models.disjunctor = false;
|
|
332
|
+ if (this.modelFlag === "complete") {
|
|
333
|
+ uni.showLoading({
|
|
334
|
+ title: "加载中",
|
|
335
|
+ mask: true,
|
|
336
|
+ });
|
|
337
|
+ let id = JSON.parse(this.queryObj.ids)[0];
|
|
338
|
+ let postData = {
|
|
339
|
+ ids: [id],
|
|
340
|
+ sign: true
|
|
341
|
+ };
|
|
342
|
+ post("/workerOrder/expectedAndActual", postData).then((ress) => {
|
|
343
|
+ uni.hideLoading();
|
|
344
|
+ if (ress.status == 200) {
|
|
345
|
+ if (ress.actualReceiveNum === undefined) {
|
|
346
|
+ //正常完成扫描
|
|
347
|
+ this.overFinish();
|
223
|
348
|
} else {
|
224
|
|
- uni.hideLoading();
|
225
|
|
- uni.showToast({
|
226
|
|
- icon: "none",
|
227
|
|
- title: "请求失败!",
|
228
|
|
- });
|
|
349
|
+ this.models2 = {
|
|
350
|
+ disjunctor: true,
|
|
351
|
+ title: "提示",
|
|
352
|
+ content: `您扫描的标本<strong class="red">${ress.actualReceiveNum}</strong>个,与系统预计标本${ress.expectReceiveNum}个标本不一致,您确认要完成扫描码?`,
|
|
353
|
+ icon: "warn",
|
|
354
|
+ operate: {
|
|
355
|
+ ok: "确定",
|
|
356
|
+ cancel: "取消",
|
|
357
|
+ },
|
|
358
|
+ };
|
229
|
359
|
}
|
|
360
|
+ } else {
|
|
361
|
+ uni.showToast({
|
|
362
|
+ icon: "none",
|
|
363
|
+ title: "请求失败!",
|
|
364
|
+ });
|
|
365
|
+ }
|
|
366
|
+ });
|
|
367
|
+ } else if (this.modelFlag === "complete1") {
|
|
368
|
+ //1对1标本完成工单
|
|
369
|
+ let ids = this.wcId;
|
|
370
|
+ uni.showLoading({
|
|
371
|
+ title: "加载中",
|
|
372
|
+ mask: true,
|
|
373
|
+ });
|
|
374
|
+ post("/workerOrder/finishSpeOrder", ids).then((res) => {
|
|
375
|
+ if (res.status == 200) {
|
|
376
|
+ uni.reLaunch({
|
|
377
|
+ url: "../receiptpage/receiptpage",
|
|
378
|
+ });
|
|
379
|
+ } else {
|
|
380
|
+ uni.hideLoading();
|
|
381
|
+ uni.showToast({
|
|
382
|
+ icon: "none",
|
|
383
|
+ title: "请求失败!",
|
|
384
|
+ });
|
|
385
|
+ }
|
|
386
|
+ });
|
|
387
|
+ }
|
|
388
|
+ },
|
|
389
|
+ // 取消
|
|
390
|
+ cancel() {
|
|
391
|
+ this.models.disjunctor = false;
|
|
392
|
+ },
|
|
393
|
+ // 确定
|
|
394
|
+ ok2() {
|
|
395
|
+ this.models2.disjunctor = false;
|
|
396
|
+ let id = JSON.parse(this.queryObj.ids)[0];
|
|
397
|
+ let postData = {
|
|
398
|
+ ids: [id],
|
|
399
|
+ };
|
|
400
|
+ uni.showLoading({
|
|
401
|
+ title: "加载中",
|
|
402
|
+ mask: true,
|
|
403
|
+ });
|
|
404
|
+ post("/workerOrder/expectedAndActual", postData).then((ress) => {
|
|
405
|
+ uni.hideLoading();
|
|
406
|
+ if (ress.status == 200) {
|
|
407
|
+ uni.navigateTo({
|
|
408
|
+ url: "../receiptpage/receiptpage",
|
230
|
409
|
});
|
231
|
|
- }
|
232
|
|
- },
|
233
|
|
- // 取消
|
234
|
|
- cancel() {
|
235
|
|
- this.models.disjunctor = false;
|
236
|
|
- },
|
237
|
|
- //完成扫描
|
238
|
|
- Scanning_complete(id) {
|
239
|
|
- this.modelFlag = "complete";
|
240
|
|
- if (
|
241
|
|
- this.queryObj.type1 == "plan-spe-ddd-2" ||
|
242
|
|
- this.queryObj.type1 == "spe-ddd-2"
|
243
|
|
- ) {
|
244
|
|
- this.wcId = id;
|
245
|
|
- this.models = {
|
246
|
|
- disjunctor: true,
|
247
|
|
- title: "提示",
|
248
|
|
- content: "是否确定标本已扫描完成?",
|
249
|
|
- icon: "warn",
|
250
|
|
- operate: {
|
251
|
|
- ok: "确定",
|
252
|
|
- cancel: "取消",
|
253
|
|
- },
|
254
|
|
- };
|
255
|
410
|
} else {
|
256
|
|
- uni.navigateTo({
|
257
|
|
- url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
|
258
|
|
- this.queryObj.type1
|
259
|
|
- }&deptCode=${this.queryObj.code}&dept=${
|
260
|
|
- this.queryObj.dept
|
261
|
|
- }&id=${encodeURIComponent(JSON.stringify(this.ids))}`,
|
|
411
|
+ uni.showToast({
|
|
412
|
+ icon: "none",
|
|
413
|
+ title: "请求失败!",
|
262
|
414
|
});
|
263
|
415
|
}
|
264
|
|
- },
|
265
|
|
- //一对一完成工单
|
266
|
|
- Scanning_complete1(id) {
|
267
|
|
- this.modelFlag = "complete1";
|
|
416
|
+ });
|
|
417
|
+ },
|
|
418
|
+ // 取消
|
|
419
|
+ cancel2() {
|
|
420
|
+ this.models2.disjunctor = false;
|
|
421
|
+ },
|
|
422
|
+ //完成扫描
|
|
423
|
+ Scanning_complete(id) {
|
|
424
|
+ this.modelFlag = "complete";
|
|
425
|
+ if (
|
|
426
|
+ this.queryObj.type1 == "plan-spe-ddd-2" ||
|
|
427
|
+ this.queryObj.type1 == "spe-ddd-2"
|
|
428
|
+ ) {
|
268
|
429
|
this.wcId = id;
|
269
|
430
|
this.models = {
|
270
|
431
|
disjunctor: true,
|
271
|
432
|
title: "提示",
|
272
|
|
- content: "是否确定标本配送完成?",
|
|
433
|
+ content: "是否确定标本已扫描完成?",
|
273
|
434
|
icon: "warn",
|
274
|
435
|
operate: {
|
275
|
436
|
ok: "确定",
|
276
|
437
|
cancel: "取消",
|
277
|
438
|
},
|
278
|
439
|
};
|
279
|
|
- },
|
280
|
|
- //继续扫描
|
281
|
|
- Scanning_again() {
|
282
|
|
- SM().then((ress1) => {
|
283
|
|
- // ----------------
|
284
|
|
- //检验二维码的有效性
|
285
|
|
- post("/dept/scanning", {
|
286
|
|
- content: ress1,
|
287
|
|
- }).then((result) => {
|
288
|
|
- if (result.state == 200 || result.state == 201) {
|
289
|
|
- let ress = result.code;
|
290
|
|
- let speCode = ress;
|
291
|
|
- let data = {
|
292
|
|
- code: speCode,
|
293
|
|
- type: this.queryObj.type1,
|
294
|
|
- deptCode: this.code,
|
295
|
|
- ids: this.ids,
|
296
|
|
- };
|
297
|
|
- let postType = "";
|
298
|
|
- if (this.type == "jPBag" || this.type == "drugsBag") {
|
299
|
|
- postType = "handleDrugsAndJp";
|
300
|
|
- }
|
301
|
|
- if (this.type == "specimen") {
|
302
|
|
- postType = "handleSpes";
|
303
|
|
- data["speCode"] = data.code;
|
304
|
|
- delete data.code;
|
305
|
|
- }
|
306
|
|
- if (this.type == "specimenPlan") {
|
307
|
|
- postType = "handlePlanSpes";
|
308
|
|
- data["speCode"] = data.code;
|
309
|
|
- delete data.code;
|
310
|
|
- }
|
311
|
|
- if (this.type == "inspect") {
|
312
|
|
- postType = "handleIns";
|
313
|
|
- }
|
314
|
|
- if (this.type == "patientTransport") {
|
315
|
|
- postType = "handleTrans";
|
316
|
|
- }
|
317
|
|
- post("/workerOrder/" + postType, data).then((ress) => {
|
318
|
|
- if (ress.status == 200) {
|
319
|
|
- this.speNum++;
|
320
|
|
- uni.navigateTo({
|
321
|
|
- url: `../scanning_djInfo/scanning_djInfo?type=${
|
|
440
|
+ } else {
|
|
441
|
+ uni.navigateTo({
|
|
442
|
+ url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
|
|
443
|
+ this.queryObj.type1
|
|
444
|
+ }&deptCode=${this.queryObj.code}&dept=${
|
|
445
|
+ this.queryObj.dept
|
|
446
|
+ }&id=${encodeURIComponent(JSON.stringify(this.ids))}`,
|
|
447
|
+ });
|
|
448
|
+ }
|
|
449
|
+ },
|
|
450
|
+ //一对一完成工单
|
|
451
|
+ Scanning_complete1(id) {
|
|
452
|
+ this.modelFlag = "complete1";
|
|
453
|
+ this.wcId = id;
|
|
454
|
+ this.models = {
|
|
455
|
+ disjunctor: true,
|
|
456
|
+ title: "提示",
|
|
457
|
+ content: "是否确定标本配送完成?",
|
|
458
|
+ icon: "warn",
|
|
459
|
+ operate: {
|
|
460
|
+ ok: "确定",
|
|
461
|
+ cancel: "取消",
|
|
462
|
+ },
|
|
463
|
+ };
|
|
464
|
+ },
|
|
465
|
+ //继续扫描
|
|
466
|
+ Scanning_again() {
|
|
467
|
+ SM().then((ress1) => {
|
|
468
|
+ // ----------------
|
|
469
|
+ //检验二维码的有效性
|
|
470
|
+ post("/dept/scanning", {
|
|
471
|
+ content: ress1,
|
|
472
|
+ }).then((result) => {
|
|
473
|
+ if (result.state == 200 || result.state == 201) {
|
|
474
|
+ let ress = result.code;
|
|
475
|
+ let speCode = ress;
|
|
476
|
+ let data = {
|
|
477
|
+ code: speCode,
|
|
478
|
+ type: this.queryObj.type1,
|
|
479
|
+ deptCode: this.code,
|
|
480
|
+ ids: this.ids,
|
|
481
|
+ };
|
|
482
|
+ let postType = "";
|
|
483
|
+ if (this.type == "jPBag" || this.type == "drugsBag") {
|
|
484
|
+ postType = "handleDrugsAndJp";
|
|
485
|
+ }
|
|
486
|
+ if (this.type == "specimen") {
|
|
487
|
+ postType = "handleSpes";
|
|
488
|
+ data["speCode"] = data.code;
|
|
489
|
+ delete data.code;
|
|
490
|
+ }
|
|
491
|
+ if (this.type == "specimenPlan") {
|
|
492
|
+ postType = "handlePlanSpes";
|
|
493
|
+ data["speCode"] = data.code;
|
|
494
|
+ delete data.code;
|
|
495
|
+ }
|
|
496
|
+ if (this.type == "inspect") {
|
|
497
|
+ postType = "handleIns";
|
|
498
|
+ }
|
|
499
|
+ if (this.type == "patientTransport") {
|
|
500
|
+ postType = "handleTrans";
|
|
501
|
+ }
|
|
502
|
+ post("/workerOrder/" + postType, data).then((ress) => {
|
|
503
|
+ if (ress.status == 200) {
|
|
504
|
+ uni.navigateTo({
|
|
505
|
+ url: `../scanning_djInfo/scanning_djInfo?type=${
|
322
|
506
|
this.queryObj.type
|
323
|
507
|
}&type1=${this.queryObj.type1}&infoData=${encodeURIComponent(
|
324
|
508
|
JSON.stringify(ress.data)
|
|
@@ -326,14 +510,11 @@
|
326
|
510
|
this.queryObj.code
|
327
|
511
|
}&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
|
328
|
512
|
JSON.stringify(this.ids)
|
329
|
|
- )}&speNum=${this.speNum}&model=${encodeURIComponent(
|
330
|
|
- JSON.stringify(ress)
|
331
|
|
- )}`,
|
332
|
|
- });
|
333
|
|
- uni.setStorageSync("speNum", this.speNum);
|
334
|
|
- } else {
|
335
|
|
- uni.navigateTo({
|
336
|
|
- url: `../scanning_djInfo/scanning_djInfo?type=${
|
|
513
|
+ )}&model=${encodeURIComponent(JSON.stringify(ress))}`,
|
|
514
|
+ });
|
|
515
|
+ } else {
|
|
516
|
+ uni.navigateTo({
|
|
517
|
+ url: `../scanning_djInfo/scanning_djInfo?type=${
|
337
|
518
|
this.queryObj.type
|
338
|
519
|
}&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
|
339
|
520
|
ress.msg
|
|
@@ -341,142 +522,126 @@
|
341
|
522
|
this.queryObj.dept
|
342
|
523
|
}&ids=${encodeURIComponent(
|
343
|
524
|
JSON.stringify(this.ids)
|
344
|
|
- )}&speNum=${this.speNum}&infoData=${encodeURIComponent(
|
|
525
|
+ )}&infoData=${encodeURIComponent(
|
345
|
526
|
JSON.stringify(ress.data)
|
346
|
527
|
)}&model=${encodeURIComponent(JSON.stringify(ress))}`,
|
347
|
|
- });
|
348
|
|
- }
|
349
|
|
- });
|
350
|
|
- } else {
|
351
|
|
- uni.showToast({
|
352
|
|
- icon: "none",
|
353
|
|
- title: "请求失败!",
|
354
|
|
- });
|
355
|
|
- }
|
356
|
|
- });
|
357
|
|
- // ------------------------------
|
358
|
|
- });
|
359
|
|
- },
|
360
|
|
- // 知道了
|
361
|
|
- showAlert() {
|
362
|
|
- uni.navigateTo({
|
363
|
|
- url: "../receiptpage/receiptpage",
|
|
528
|
+ });
|
|
529
|
+ }
|
|
530
|
+ });
|
|
531
|
+ } else {
|
|
532
|
+ uni.showToast({
|
|
533
|
+ icon: "none",
|
|
534
|
+ title: "请求失败!",
|
|
535
|
+ });
|
|
536
|
+ }
|
364
|
537
|
});
|
365
|
|
- },
|
|
538
|
+ // ------------------------------
|
|
539
|
+ });
|
366
|
540
|
},
|
367
|
|
- onLoad(options) {
|
368
|
|
- console.log(options, "djEnd");
|
369
|
|
- this.queryObj = options;
|
370
|
|
- let list = JSON.parse(options.model); //签到返回的信息
|
371
|
|
- this.code = options.code; //二维码code
|
372
|
|
- this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
|
373
|
|
- this.infoDATA = list;
|
374
|
|
- if (options.type) {
|
375
|
|
- //关联类型
|
376
|
|
- this.type = options.type;
|
377
|
|
- } else {
|
378
|
|
- this.type = list.type;
|
379
|
|
- }
|
380
|
|
- this.type1 = options.type1;
|
381
|
|
- if (options.speNum) {
|
382
|
|
- this.speNum = options.speNum;
|
383
|
|
- } else {
|
384
|
|
- this.speNumLocal = uni.getStorageSync("speNum");
|
385
|
|
- // 本地存在speNum的时候
|
386
|
|
- if (this.speNumLocal) {
|
387
|
|
- this.speNum = Number(this.speNumLocal);
|
388
|
|
- }
|
389
|
|
- }
|
390
|
|
- // #ifdef APP-PLUS
|
391
|
|
- webHandle("no", "app");
|
392
|
|
- // #endif
|
393
|
|
- // #ifdef H5
|
394
|
|
- webHandle("no", "wx");
|
395
|
|
- // #endif
|
|
541
|
+ // 知道了
|
|
542
|
+ showAlert() {
|
|
543
|
+ uni.navigateTo({
|
|
544
|
+ url: "../receiptpage/receiptpage",
|
|
545
|
+ });
|
396
|
546
|
},
|
397
|
|
- };
|
|
547
|
+ },
|
|
548
|
+ onShow() {
|
|
549
|
+ this.gotoFlag = true;
|
|
550
|
+ },
|
|
551
|
+ onLoad(options) {
|
|
552
|
+ console.log(options, "djEnd");
|
|
553
|
+ this.queryObj = options;
|
|
554
|
+ let list = JSON.parse(options.model); //签到返回的信息
|
|
555
|
+ this.code = options.code; //二维码code
|
|
556
|
+ this.ids = options.ids && JSON.parse(options.ids); //科室ID数组
|
|
557
|
+ this.infoDATA = list;
|
|
558
|
+ if (options.type) {
|
|
559
|
+ //关联类型
|
|
560
|
+ this.type = options.type;
|
|
561
|
+ } else {
|
|
562
|
+ this.type = list.type;
|
|
563
|
+ }
|
|
564
|
+ this.type1 = options.type1;
|
|
565
|
+ // #ifdef APP-PLUS
|
|
566
|
+ webHandle("no", "app");
|
|
567
|
+ // #endif
|
|
568
|
+ // #ifdef H5
|
|
569
|
+ webHandle("no", "wx");
|
|
570
|
+ // #endif
|
|
571
|
+ },
|
|
572
|
+};
|
398
|
573
|
</script>
|
399
|
574
|
<style lang="less">
|
400
|
|
- .Scanning_djEnd {
|
401
|
|
- padding: 0px 74rpx;
|
|
575
|
+.Scanning_djEnd {
|
|
576
|
+ padding: 0px 20rpx;
|
402
|
577
|
|
403
|
|
- .Scanning_top {
|
404
|
|
- height: 270rpx;
|
|
578
|
+ .Scanning_top {
|
|
579
|
+ height: 270rpx;
|
405
|
580
|
|
406
|
|
- .Scanning_top_icon {
|
407
|
|
- width: 140rpx;
|
408
|
|
- height: 140rpx;
|
409
|
|
- margin: 0 auto;
|
410
|
|
- // margin-top: 116rpx;
|
411
|
|
- border-radius: 50%;
|
412
|
|
- line-height: 140rpx;
|
413
|
|
-
|
414
|
|
- .cubeic-ok {
|
415
|
|
- font-size: 140rpx;
|
416
|
|
- color: #35b34a;
|
417
|
|
- }
|
|
581
|
+ .Scanning_top_icon {
|
|
582
|
+ width: 140rpx;
|
|
583
|
+ height: 140rpx;
|
|
584
|
+ margin: 0 auto;
|
|
585
|
+ // margin-top: 116rpx;
|
|
586
|
+ border-radius: 50%;
|
|
587
|
+ line-height: 140rpx;
|
418
|
588
|
|
419
|
|
- .cubeic-close {
|
420
|
|
- font-size: 140rpx;
|
421
|
|
- color: #ff3b53;
|
422
|
|
- }
|
|
589
|
+ .cubeic-ok {
|
|
590
|
+ font-size: 140rpx;
|
|
591
|
+ color: #35b34a;
|
423
|
592
|
}
|
424
|
593
|
|
425
|
|
- .Scanning_top_text {
|
426
|
|
- .text1 {
|
427
|
|
- margin-top: 40rpx;
|
428
|
|
- font-size: 48rpx;
|
429
|
|
- text-align: center;
|
430
|
|
- }
|
|
594
|
+ .cubeic-close {
|
|
595
|
+ font-size: 140rpx;
|
|
596
|
+ color: #ff3b53;
|
431
|
597
|
}
|
432
|
598
|
}
|
433
|
599
|
|
434
|
|
- .Scanning_cont {
|
435
|
|
- font-size: 32rpx;
|
436
|
|
- text-align: center;
|
437
|
|
-
|
438
|
|
- view {
|
439
|
|
- margin-bottom: 16rpx;
|
440
|
|
- }
|
441
|
|
-
|
442
|
|
- .text {
|
443
|
|
- margin-top: 24rpx;
|
444
|
|
- color: #35b34a;
|
445
|
|
- }
|
446
|
|
-
|
|
600
|
+ .Scanning_top_text {
|
447
|
601
|
.text1 {
|
448
|
|
- margin-top: 24rpx;
|
449
|
|
- color: #ff3b53;
|
|
602
|
+ margin-top: 40rpx;
|
|
603
|
+ font-size: 48rpx;
|
|
604
|
+ text-align: center;
|
450
|
605
|
}
|
451
|
606
|
}
|
|
607
|
+ }
|
452
|
608
|
|
453
|
|
- .foot_btn {
|
454
|
|
- line-height: 88rpx;
|
455
|
|
- height: 100rpx;
|
456
|
|
- margin-top: 40rpx;
|
457
|
|
- text-align: center;
|
|
609
|
+ .Scanning_cont {
|
|
610
|
+ font-size: 32rpx;
|
|
611
|
+ text-align: center;
|
458
|
612
|
|
459
|
|
- view {
|
460
|
|
- height: 88rpx;
|
461
|
|
- width: 45%;
|
462
|
|
- background-image: linear-gradient(to right, #72c172, #3bb197);
|
463
|
|
- color: #fff;
|
464
|
|
- border-radius: 8rpx;
|
465
|
|
- font-size: 32rpx;
|
466
|
|
- margin-top: 16rpx;
|
467
|
|
- }
|
|
613
|
+ view {
|
|
614
|
+ margin-bottom: 16rpx;
|
|
615
|
+ }
|
468
|
616
|
|
469
|
|
- .btn1 {
|
470
|
|
- float: left;
|
471
|
|
- }
|
|
617
|
+ .text {
|
|
618
|
+ margin-top: 24rpx;
|
|
619
|
+ color: #35b34a;
|
|
620
|
+ }
|
472
|
621
|
|
473
|
|
- .btn2 {
|
474
|
|
- float: right;
|
475
|
|
- }
|
|
622
|
+ .text1 {
|
|
623
|
+ margin-top: 24rpx;
|
|
624
|
+ color: #ff3b53;
|
|
625
|
+ }
|
|
626
|
+ }
|
476
|
627
|
|
477
|
|
- .btn3 {
|
478
|
|
- margin: 0 auto;
|
479
|
|
- }
|
|
628
|
+ .foot_btn {
|
|
629
|
+ line-height: 88rpx;
|
|
630
|
+ height: 100rpx;
|
|
631
|
+ margin-top: 40rpx;
|
|
632
|
+ text-align: center;
|
|
633
|
+ display: flex;
|
|
634
|
+
|
|
635
|
+ view {
|
|
636
|
+ height: 88rpx;
|
|
637
|
+ flex: 1;
|
|
638
|
+ margin: 0 1%;
|
|
639
|
+ background-image: linear-gradient(to right, #72c172, #3bb197);
|
|
640
|
+ color: #fff;
|
|
641
|
+ border-radius: 8rpx;
|
|
642
|
+ font-size: 32rpx;
|
|
643
|
+ margin-top: 16rpx;
|
480
|
644
|
}
|
481
|
645
|
}
|
|
646
|
+}
|
482
|
647
|
</style>
|