|
@@ -9,9 +9,7 @@
|
9
|
9
|
</view>
|
10
|
10
|
</view>
|
11
|
11
|
|
12
|
|
- <view
|
13
|
|
- class="Scanning_top"
|
14
|
|
- v-if="
|
|
12
|
+ <view class="Scanning_top" v-if="
|
15
|
13
|
res.status == 10005 ||
|
16
|
14
|
res.status == 100018 ||
|
17
|
15
|
res.status == 500 ||
|
|
@@ -20,8 +18,7 @@
|
20
|
18
|
res.status == 100020 ||
|
21
|
19
|
res.status == 100019 ||
|
22
|
20
|
res.status == 100031
|
23
|
|
- "
|
24
|
|
- >
|
|
21
|
+ ">
|
25
|
22
|
<view class="Scanning_top_icon">
|
26
|
23
|
<text class="cubeic-close icon_transport transport-shibai"></text>
|
27
|
24
|
</view>
|
|
@@ -32,311 +29,277 @@
|
32
|
29
|
<view class="Scanning_cont" v-if="res.status != 200 || res.msg != '成功!'">
|
33
|
30
|
<view>{{ res.msg }}</view>
|
34
|
31
|
</view>
|
35
|
|
- <view
|
36
|
|
- class="Scanning_cont"
|
37
|
|
- v-if="
|
|
32
|
+ <view class="Scanning_cont" v-if="
|
38
|
33
|
(res.status == 200 && type == 'specimenPlan') ||
|
39
|
34
|
(res.status == 200 && type == 'specimen')
|
40
|
|
- "
|
41
|
|
- >
|
|
35
|
+ ">
|
42
|
36
|
<view>标本类型 : {{ infoDATA.data.stype.name || "-" }}</view>
|
43
|
37
|
<view>标本编号 : {{ infoDATA.data.scode || "-" }}</view>
|
44
|
38
|
<view>患者姓名 : {{ infoDATA.data.patientName || "-" }}</view>
|
45
|
39
|
<view>已扫描 : {{ speNum }}</view>
|
46
|
40
|
</view>
|
47
|
|
- <view
|
48
|
|
- class="Scanning_cont"
|
49
|
|
- v-if="
|
|
41
|
+ <view class="Scanning_cont" v-if="
|
50
|
42
|
(res.status == 200 && type == 'inspect') || type == 'patientTransport'
|
51
|
|
- "
|
52
|
|
- >
|
53
|
|
- <view v-if="infoDATA.patient"
|
54
|
|
- >患者姓名 : {{ infoDATA.patient || "-" }}</view
|
55
|
|
- >
|
56
|
|
- <view v-if="infoDATA.patient"
|
57
|
|
- >患者编号 : {{ infoDATA.patientCode || "-" }}</view
|
58
|
|
- >
|
59
|
|
- <view v-if="infoDATA.patient"
|
60
|
|
- >住院科室 : {{ infoDATA.deptName || "-" }}</view
|
61
|
|
- >
|
|
43
|
+ ">
|
|
44
|
+ <view v-if="infoDATA.patient">患者姓名 : {{ infoDATA.patient || "-" }}</view>
|
|
45
|
+ <view v-if="infoDATA.patient">患者编号 : {{ infoDATA.patientCode || "-" }}</view>
|
|
46
|
+ <view v-if="infoDATA.patient">住院科室 : {{ infoDATA.deptName || "-" }}</view>
|
62
|
47
|
<view v-if="infoDATA.patient">床号 : {{ infoDATA.bedNum || "-" }}</view>
|
63
|
48
|
<view v-if="infoDATA.data">
|
64
|
49
|
检查项目 :
|
65
|
|
- <text v-for="(data, i) in infoDATA.data" :key="i"
|
66
|
|
- >{{ data.inspectName }},</text
|
67
|
|
- >
|
|
50
|
+ <text v-for="(data, i) in infoDATA.data" :key="i">{{ data.inspectName }},</text>
|
68
|
51
|
</view>
|
69
|
|
- <view
|
70
|
|
- v-if="
|
|
52
|
+ <view v-if="
|
71
|
53
|
infoType == 'ins-dsd-1' ||
|
72
|
54
|
infoType == 'trans-dsd-1' ||
|
73
|
55
|
infoDATA.type == 'trans-dsd-1'
|
74
|
|
- "
|
75
|
|
- >工单已完成</view
|
76
|
|
- >
|
|
56
|
+ ">工单已完成</view>
|
|
57
|
+ <view v-if="
|
|
58
|
+ infoDATA.type == 'ins-half-ok'
|
|
59
|
+ ">已到达检查科室,工单已完成。</view>
|
77
|
60
|
</view>
|
78
|
|
- <view
|
79
|
|
- class="Scanning_cont"
|
80
|
|
- v-if="
|
|
61
|
+ <view class="Scanning_cont" v-if="
|
81
|
62
|
(res.status == 200 && type == 'drugsBag') ||
|
82
|
63
|
(res.status == 200 && type == 'jPBag')
|
83
|
|
- "
|
84
|
|
- >
|
85
|
|
- <view v-if="res.status == 200 && type == 'drugsBag'"
|
86
|
|
- >药包编码 : #{{ infoDATA.data.packid }}</view
|
87
|
|
- >
|
88
|
|
- <view v-if="res.status == 200 && type == 'jPBag'"
|
89
|
|
- >静配编码 : #{{ infoDATA.data.packid }}</view
|
90
|
|
- >
|
|
64
|
+ ">
|
|
65
|
+ <view v-if="res.status == 200 && type == 'drugsBag'">药包编码 : #{{ infoDATA.data.packid }}</view>
|
|
66
|
+ <view v-if="res.status == 200 && type == 'jPBag'">静配编码 : #{{ infoDATA.data.packid }}</view>
|
91
|
67
|
<view>所属科室 : {{ infoDATA.data.target.dept }}</view>
|
92
|
|
- <text v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'"
|
93
|
|
- >工单已完成。</text
|
94
|
|
- >
|
|
68
|
+ <text v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">工单已完成。</text>
|
95
|
69
|
</view>
|
96
|
70
|
|
97
|
71
|
<!-- <view class="foot_btn" v-if="idsType==1&&res.status==200">
|
98
|
72
|
<view class="btn1" @click="Scanning_again()">继续扫描</view>
|
99
|
73
|
<view class="btn2" @click="showAlert()">知道了</view>
|
100
|
74
|
</view> -->
|
101
|
|
- <view
|
102
|
|
- class="foot_btn"
|
103
|
|
- v-if="
|
|
75
|
+ <view class="foot_btn" v-if="
|
104
|
76
|
res.status == 100018 || type == 'specimen' || type == 'specimenPlan'
|
105
|
|
- "
|
106
|
|
- >
|
|
77
|
+ ">
|
107
|
78
|
<view class="btn1" @click="Scanning_again()">继续扫描</view>
|
108
|
79
|
<view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
|
109
|
80
|
</view>
|
110
|
|
- <view
|
111
|
|
- class="foot_btn"
|
112
|
|
- v-if="
|
|
81
|
+ <view class="foot_btn" v-if="
|
113
|
82
|
type != 'specimen' &&
|
114
|
83
|
res.status != 200 &&
|
115
|
84
|
type != 'specimenPlan' &&
|
116
|
85
|
type !== 'drugsBag' &&
|
117
|
86
|
type !== 'jPBag' &&
|
118
|
87
|
type !== 'patientTransport'
|
119
|
|
- "
|
120
|
|
- >
|
|
88
|
+ ">
|
121
|
89
|
<view class="btn3" @click="showAlert()">知道了</view>
|
122
|
90
|
</view>
|
123
|
|
- <view
|
124
|
|
- class="foot_btn"
|
125
|
|
- v-if="
|
|
91
|
+ <view class="foot_btn" v-if="
|
126
|
92
|
(res.status != 200 && type == 'drugsBag') ||
|
127
|
93
|
(res.status != 200 && type == 'jPBag') ||
|
128
|
94
|
(res.status != 200 && type == 'patientTransport')
|
129
|
|
- "
|
130
|
|
- >
|
|
95
|
+ ">
|
131
|
96
|
<view class="btn3" @click="Scanning_again()">继续扫描</view>
|
132
|
97
|
</view>
|
133
|
|
- <view
|
134
|
|
- class="foot_btn"
|
135
|
|
- v-if="
|
|
98
|
+ <view class="foot_btn" v-if="
|
136
|
99
|
idsType == 2 &&
|
137
|
100
|
res.status == 200 &&
|
138
|
101
|
type != 'specimen' &&
|
139
|
102
|
idsType == 2 &&
|
140
|
103
|
res.status == 200 &&
|
141
|
104
|
type != 'specimenPlan'
|
142
|
|
- "
|
143
|
|
- >
|
|
105
|
+ ">
|
144
|
106
|
<view class="btn3" @click="showAlert()">知道了</view>
|
145
|
107
|
</view>
|
146
|
108
|
<!-- 弹窗 -->
|
147
|
|
- <showModel
|
148
|
|
- :title="models.title"
|
149
|
|
- :icon="models.icon"
|
150
|
|
- :disjunctor="models.disjunctor"
|
151
|
|
- :content="models.content"
|
152
|
|
- @ok="ok"
|
153
|
|
- @cancel="cancel"
|
154
|
|
- :operate="models.operate"
|
155
|
|
- ></showModel>
|
|
109
|
+ <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
|
|
110
|
+ @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
|
156
|
111
|
</view>
|
157
|
112
|
</template>
|
158
|
113
|
<script>
|
159
|
|
-import showModel from "../../components/showModel/showModel.vue";
|
160
|
|
-import { get, post, SM, webHandle } from "../../http/http.js";
|
161
|
|
-export default {
|
162
|
|
- data() {
|
163
|
|
- return {
|
164
|
|
- // 弹窗model
|
165
|
|
- models: {
|
166
|
|
- disjunctor: false,
|
167
|
|
- },
|
168
|
|
- wcId: "", //工单完成ID
|
169
|
|
- infoDATA: [],
|
170
|
|
- res: { status: "", msg: "" },
|
171
|
|
- infoType: "",
|
172
|
|
- DEPTCode: "",
|
173
|
|
- RESData: {},
|
174
|
|
- DEPT: "",
|
175
|
|
- dataId: "",
|
176
|
|
- type: "",
|
177
|
|
- model: {},
|
178
|
|
- idsType: 1,
|
179
|
|
- packid: "",
|
180
|
|
- speNum: 0,
|
181
|
|
- queryObj: {}, //路由传递过来的参数
|
182
|
|
- };
|
183
|
|
- },
|
184
|
|
- methods: {
|
185
|
|
- // 确定
|
186
|
|
- ok() {
|
187
|
|
- let postType = "";
|
188
|
|
- if (this.queryObj.type1 == "plan-spe-ddd-2") {
|
189
|
|
- postType = "finishPlanSpes";
|
190
|
|
- } else if (this.queryObj.type1 == "spe-ddd-2") {
|
191
|
|
- postType = "finishSpes";
|
192
|
|
- }
|
193
|
|
- this.models.disjunctor = false;
|
194
|
|
- let data = {
|
195
|
|
- type: this.queryObj.type1,
|
196
|
|
- ids: this.wcId,
|
|
114
|
+ import showModel from "../../components/showModel/showModel.vue";
|
|
115
|
+ import {
|
|
116
|
+ get,
|
|
117
|
+ post,
|
|
118
|
+ SM,
|
|
119
|
+ webHandle
|
|
120
|
+ } from "../../http/http.js";
|
|
121
|
+ export default {
|
|
122
|
+ data() {
|
|
123
|
+ return {
|
|
124
|
+ // 弹窗model
|
|
125
|
+ models: {
|
|
126
|
+ disjunctor: false,
|
|
127
|
+ },
|
|
128
|
+ wcId: "", //工单完成ID
|
|
129
|
+ infoDATA: [],
|
|
130
|
+ res: {
|
|
131
|
+ status: "",
|
|
132
|
+ msg: ""
|
|
133
|
+ },
|
|
134
|
+ infoType: "",
|
|
135
|
+ DEPTCode: "",
|
|
136
|
+ RESData: {},
|
|
137
|
+ DEPT: "",
|
|
138
|
+ dataId: "",
|
|
139
|
+ type: "",
|
|
140
|
+ model: {},
|
|
141
|
+ idsType: 1,
|
|
142
|
+ packid: "",
|
|
143
|
+ speNum: 0,
|
|
144
|
+ queryObj: {}, //路由传递过来的参数
|
197
|
145
|
};
|
198
|
|
- post("/workerOrder/" + postType, data).then((res) => {
|
199
|
|
- if (res.status == 200) {
|
200
|
|
- uni.navigateTo({
|
201
|
|
- url: "../receiptpage/receiptpage",
|
202
|
|
- });
|
203
|
|
- } else {
|
204
|
|
- uni.showToast({
|
205
|
|
- icon: "none",
|
206
|
|
- title: "请求失败!",
|
207
|
|
- });
|
208
|
|
- }
|
209
|
|
- });
|
210
|
146
|
},
|
211
|
|
- // 取消
|
212
|
|
- cancel() {
|
213
|
|
- this.models.disjunctor = false;
|
214
|
|
- },
|
215
|
|
- //完成扫描
|
216
|
|
- Scanning_complete(id) {
|
217
|
|
- if (
|
218
|
|
- this.queryObj.type1 == "plan-spe-ddd-2" ||
|
219
|
|
- this.queryObj.type1 == "spe-ddd-2"
|
220
|
|
- ) {
|
221
|
|
- this.wcId = id;
|
222
|
|
- this.models = {
|
223
|
|
- disjunctor: true,
|
224
|
|
- title: "提示",
|
225
|
|
- content: "是否确定标本已扫描完成?",
|
226
|
|
- icon: "warn",
|
227
|
|
- operate: {
|
228
|
|
- ok: "确定",
|
229
|
|
- cancel: "取消",
|
230
|
|
- },
|
|
147
|
+ methods: {
|
|
148
|
+ // 确定
|
|
149
|
+ ok() {
|
|
150
|
+ let postType = "";
|
|
151
|
+ if (this.queryObj.type1 == "plan-spe-ddd-2") {
|
|
152
|
+ postType = "finishPlanSpes";
|
|
153
|
+ } else if (this.queryObj.type1 == "spe-ddd-2") {
|
|
154
|
+ postType = "finishSpes";
|
|
155
|
+ }
|
|
156
|
+ this.models.disjunctor = false;
|
|
157
|
+ let data = {
|
|
158
|
+ type: this.queryObj.type1,
|
|
159
|
+ ids: this.wcId,
|
231
|
160
|
};
|
232
|
|
- } else {
|
233
|
|
- uni.navigateTo({
|
234
|
|
- url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
|
|
161
|
+ post("/workerOrder/" + postType, data).then((res) => {
|
|
162
|
+ if (res.status == 200) {
|
|
163
|
+ uni.navigateTo({
|
|
164
|
+ url: "../receiptpage/receiptpage",
|
|
165
|
+ });
|
|
166
|
+ } else {
|
|
167
|
+ uni.showToast({
|
|
168
|
+ icon: "none",
|
|
169
|
+ title: "请求失败!",
|
|
170
|
+ });
|
|
171
|
+ }
|
|
172
|
+ });
|
|
173
|
+ },
|
|
174
|
+ // 取消
|
|
175
|
+ cancel() {
|
|
176
|
+ this.models.disjunctor = false;
|
|
177
|
+ },
|
|
178
|
+ //完成扫描
|
|
179
|
+ Scanning_complete(id) {
|
|
180
|
+ if (
|
|
181
|
+ this.queryObj.type1 == "plan-spe-ddd-2" ||
|
|
182
|
+ this.queryObj.type1 == "spe-ddd-2"
|
|
183
|
+ ) {
|
|
184
|
+ this.wcId = id;
|
|
185
|
+ this.models = {
|
|
186
|
+ disjunctor: true,
|
|
187
|
+ title: "提示",
|
|
188
|
+ content: "是否确定标本已扫描完成?",
|
|
189
|
+ icon: "warn",
|
|
190
|
+ operate: {
|
|
191
|
+ ok: "确定",
|
|
192
|
+ cancel: "取消",
|
|
193
|
+ },
|
|
194
|
+ };
|
|
195
|
+ } else {
|
|
196
|
+ uni.navigateTo({
|
|
197
|
+ url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
|
235
|
198
|
this.queryObj.type1
|
236
|
199
|
}&id=${encodeURIComponent(JSON.stringify(id))}&deptCode=${
|
237
|
200
|
this.queryObj.deptCode
|
238
|
201
|
}&dept=${this.queryObj.dept}`,
|
239
|
|
- });
|
240
|
|
- }
|
241
|
|
- },
|
242
|
|
- // 继续扫描
|
243
|
|
- Scanning_again() {
|
244
|
|
- let list = [];
|
245
|
|
- let postType = "";
|
246
|
|
- let ids = [];
|
247
|
|
- if (this.ids && this.ids[0]) {
|
248
|
|
- ids = this.ids;
|
249
|
|
- } else if (this.dataId) {
|
250
|
|
- ids = [];
|
251
|
|
- ids.push(this.dataId);
|
252
|
|
- }
|
253
|
|
- let data = {
|
254
|
|
- ids: ids,
|
255
|
|
- deptCode: this.DEPTCode,
|
256
|
|
- code: "", // 2
|
257
|
|
- };
|
258
|
|
- SM().then((ress1) => {
|
259
|
|
- // ----------------
|
260
|
|
- //检验二维码的有效性
|
261
|
|
- post("/dept/scanning", {
|
262
|
|
- content: ress1,
|
263
|
|
- }).then((result) => {
|
264
|
|
- if (result.state == 200 || result.state == 201) {
|
265
|
|
- let ress = result.code;
|
266
|
|
- if (ress) {
|
267
|
|
- data.code = ress;
|
268
|
|
- if (this.type == "inspect") {
|
269
|
|
- postType = "handleIns";
|
270
|
|
- list = data;
|
271
|
|
- }
|
272
|
|
- if (this.type == "jPBag" || this.type == "drugsBag") {
|
273
|
|
- postType = "handleDrugsAndJp";
|
274
|
|
- data["type"] = this.infoType;
|
275
|
|
- list = data;
|
276
|
|
- }
|
277
|
|
- if (this.type == "specimen") {
|
278
|
|
- postType = "handleSpes";
|
279
|
|
- data["speCode"] = data.code;
|
280
|
|
- delete data.code;
|
281
|
|
- data["type"] = this.infoType;
|
282
|
|
- list = data;
|
283
|
|
- }
|
284
|
|
- if (this.type == "specimenPlan") {
|
285
|
|
- postType = "handlePlanSpes";
|
286
|
|
- data["speCode"] = data.code;
|
287
|
|
- delete data.code;
|
288
|
|
- data["type"] = this.infoType;
|
289
|
|
- list = data;
|
290
|
|
- }
|
291
|
|
- if (this.type == "patientTransport") {
|
292
|
|
- postType = "handleTrans";
|
293
|
|
- list = data;
|
294
|
|
- }
|
295
|
|
- post("/workerOrder/" + postType, list).then((res) => {
|
296
|
|
- if (res.status == 200) {
|
297
|
|
- if (
|
298
|
|
- this.type == "inspect" ||
|
299
|
|
- this.type == "patientTransport"
|
300
|
|
- ) {
|
301
|
|
- if (res.ids) {
|
302
|
|
- for (var i = 0; i < this.ids.length; i++) {
|
303
|
|
- if (this.ids[i] == res.ids[0]) {
|
304
|
|
- this.ids.splice(i, 1);
|
|
202
|
+ });
|
|
203
|
+ }
|
|
204
|
+ },
|
|
205
|
+ // 继续扫描
|
|
206
|
+ Scanning_again() {
|
|
207
|
+ let list = [];
|
|
208
|
+ let postType = "";
|
|
209
|
+ let ids = [];
|
|
210
|
+ if (this.ids && this.ids[0]) {
|
|
211
|
+ ids = this.ids;
|
|
212
|
+ } else if (this.dataId) {
|
|
213
|
+ ids = [];
|
|
214
|
+ ids.push(this.dataId);
|
|
215
|
+ }
|
|
216
|
+ let data = {
|
|
217
|
+ ids: ids,
|
|
218
|
+ deptCode: this.DEPTCode,
|
|
219
|
+ code: "", // 2
|
|
220
|
+ };
|
|
221
|
+ SM().then((ress1) => {
|
|
222
|
+ // ----------------
|
|
223
|
+ //检验二维码的有效性
|
|
224
|
+ post("/dept/scanning", {
|
|
225
|
+ content: ress1,
|
|
226
|
+ }).then((result) => {
|
|
227
|
+ if (result.state == 200 || result.state == 201) {
|
|
228
|
+ let ress = result.code;
|
|
229
|
+ if (ress) {
|
|
230
|
+ data.code = ress;
|
|
231
|
+ if (this.type == "inspect") {
|
|
232
|
+ postType = "handleIns";
|
|
233
|
+ list = data;
|
|
234
|
+ }
|
|
235
|
+ if (this.type == "jPBag" || this.type == "drugsBag") {
|
|
236
|
+ postType = "handleDrugsAndJp";
|
|
237
|
+ data["type"] = this.infoType;
|
|
238
|
+ list = data;
|
|
239
|
+ }
|
|
240
|
+ if (this.type == "specimen") {
|
|
241
|
+ postType = "handleSpes";
|
|
242
|
+ data["speCode"] = data.code;
|
|
243
|
+ delete data.code;
|
|
244
|
+ data["type"] = this.infoType;
|
|
245
|
+ list = data;
|
|
246
|
+ }
|
|
247
|
+ if (this.type == "specimenPlan") {
|
|
248
|
+ postType = "handlePlanSpes";
|
|
249
|
+ data["speCode"] = data.code;
|
|
250
|
+ delete data.code;
|
|
251
|
+ data["type"] = this.infoType;
|
|
252
|
+ list = data;
|
|
253
|
+ }
|
|
254
|
+ if (this.type == "patientTransport") {
|
|
255
|
+ postType = "handleTrans";
|
|
256
|
+ list = data;
|
|
257
|
+ }
|
|
258
|
+ post("/workerOrder/" + postType, list).then((res) => {
|
|
259
|
+ if (res.status == 200) {
|
|
260
|
+ if (
|
|
261
|
+ this.type == "inspect" ||
|
|
262
|
+ this.type == "patientTransport"
|
|
263
|
+ ) {
|
|
264
|
+ if (res.ids) {
|
|
265
|
+ for (var i = 0; i < this.ids.length; i++) {
|
|
266
|
+ if (this.ids[i] == res.ids[0]) {
|
|
267
|
+ this.ids.splice(i, 1);
|
|
268
|
+ }
|
|
269
|
+ }
|
|
270
|
+ if (this.ids.length > 1) {
|
|
271
|
+ this.idsType = 1;
|
|
272
|
+ } else {
|
|
273
|
+ this.idsType = 2;
|
305
|
274
|
}
|
306
|
275
|
}
|
307
|
|
- if (this.ids.length > 1) {
|
308
|
|
- this.idsType = 1;
|
309
|
|
- } else {
|
310
|
|
- this.idsType = 2;
|
311
|
|
- }
|
312
|
|
- }
|
313
|
|
- this.infoDATA = res;
|
314
|
|
- this.type = this.type;
|
315
|
|
- this.DEPTCode = this.DEPTCode;
|
316
|
|
- } else if (this.type == "drugsBag") {
|
317
|
|
- // this.infoDATA.data.packid = res.data.packid;
|
318
|
|
- this.infoDATA = res;
|
319
|
|
- this.res["status"] = res.status;
|
320
|
|
- this.res["msg"] = res.msg;
|
321
|
|
- } else if (
|
322
|
|
- this.type == "specimenPlan" ||
|
323
|
|
- this.type == "specimen"
|
324
|
|
- ) {
|
325
|
|
- this.infoDATA = res;
|
326
|
|
- this.speNum++;
|
327
|
|
- uni.setStorageSync("speNum", this.speNum); //seimin 2020年6月15日18:45:46
|
328
|
|
- // --------------------------
|
329
|
|
- this.res["status"] = res.status;
|
330
|
|
- this.res["msg"] = res.msg;
|
331
|
|
- // --------------------------
|
332
|
|
- } else if (this.type == "jPBag") {
|
333
|
|
- // this.infoDATA.data.packid = res.data.packid;
|
334
|
|
- this.infoDATA = res;
|
335
|
|
- this.res["status"] = res.status;
|
336
|
|
- this.res["msg"] = res.msg;
|
337
|
|
- } else {
|
338
|
|
- uni.navigateTo({
|
339
|
|
- url: `../scanning_djEnd/scanning_djEnd?type=${
|
|
276
|
+ this.infoDATA = res;
|
|
277
|
+ this.type = this.type;
|
|
278
|
+ this.DEPTCode = this.DEPTCode;
|
|
279
|
+ } else if (this.type == "drugsBag") {
|
|
280
|
+ // this.infoDATA.data.packid = res.data.packid;
|
|
281
|
+ this.infoDATA = res;
|
|
282
|
+ this.res["status"] = res.status;
|
|
283
|
+ this.res["msg"] = res.msg;
|
|
284
|
+ } else if (
|
|
285
|
+ this.type == "specimenPlan" ||
|
|
286
|
+ this.type == "specimen"
|
|
287
|
+ ) {
|
|
288
|
+ this.infoDATA = res;
|
|
289
|
+ this.speNum++;
|
|
290
|
+ uni.setStorageSync("speNum", this.speNum); //seimin 2020年6月15日18:45:46
|
|
291
|
+ // --------------------------
|
|
292
|
+ this.res["status"] = res.status;
|
|
293
|
+ this.res["msg"] = res.msg;
|
|
294
|
+ // --------------------------
|
|
295
|
+ } else if (this.type == "jPBag") {
|
|
296
|
+ // this.infoDATA.data.packid = res.data.packid;
|
|
297
|
+ this.infoDATA = res;
|
|
298
|
+ this.res["status"] = res.status;
|
|
299
|
+ this.res["msg"] = res.msg;
|
|
300
|
+ } else {
|
|
301
|
+ uni.navigateTo({
|
|
302
|
+ url: `../scanning_djEnd/scanning_djEnd?type=${
|
340
|
303
|
this.queryObj.type
|
341
|
304
|
}&type1=${this.queryObj.type1}&code=${
|
342
|
305
|
this.queryObj.deptCode
|
|
@@ -345,11 +308,11 @@ export default {
|
345
|
308
|
)}&speNum=${this.speNum}&model=${encodeURIComponent(
|
346
|
309
|
JSON.stringify(res)
|
347
|
310
|
)}`,
|
348
|
|
- });
|
349
|
|
- }
|
350
|
|
- } else {
|
351
|
|
- uni.navigateTo({
|
352
|
|
- url: `../scanning_djEnd/scanning_djEnd?type=${
|
|
311
|
+ });
|
|
312
|
+ }
|
|
313
|
+ } else {
|
|
314
|
+ uni.navigateTo({
|
|
315
|
+ url: `../scanning_djEnd/scanning_djEnd?type=${
|
353
|
316
|
this.queryObj.type
|
354
|
317
|
}&type1=${this.queryObj.type1}&code=${
|
355
|
318
|
this.queryObj.deptCode
|
|
@@ -358,157 +321,157 @@ export default {
|
358
|
321
|
)}&speNum=${this.speNum}&model=${encodeURIComponent(
|
359
|
322
|
JSON.stringify(res)
|
360
|
323
|
)}`,
|
361
|
|
- });
|
362
|
|
- }
|
|
324
|
+ });
|
|
325
|
+ }
|
|
326
|
+ });
|
|
327
|
+ }
|
|
328
|
+ } else {
|
|
329
|
+ uni.showToast({
|
|
330
|
+ icon: "none",
|
|
331
|
+ title: "请求失败!",
|
363
|
332
|
});
|
364
|
333
|
}
|
365
|
|
- } else {
|
366
|
|
- uni.showToast({
|
367
|
|
- icon: "none",
|
368
|
|
- title: "请求失败!",
|
369
|
|
- });
|
370
|
|
- }
|
|
334
|
+ });
|
|
335
|
+ // ------------------------------
|
371
|
336
|
});
|
372
|
|
- // ------------------------------
|
373
|
|
- });
|
374
|
|
- },
|
375
|
|
- // 知道了
|
376
|
|
- showAlert() {
|
377
|
|
- uni.navigateTo({
|
378
|
|
- url: "../receiptpage/receiptpage",
|
379
|
|
- });
|
|
337
|
+ },
|
|
338
|
+ // 知道了
|
|
339
|
+ showAlert() {
|
|
340
|
+ uni.navigateTo({
|
|
341
|
+ url: "../receiptpage/receiptpage",
|
|
342
|
+ });
|
|
343
|
+ },
|
380
|
344
|
},
|
381
|
|
- },
|
382
|
|
- onLoad(options) {
|
383
|
|
- this.queryObj = options;
|
384
|
|
- if (this.queryObj.model) {
|
385
|
|
- let list = JSON.parse(this.queryObj.model);
|
386
|
|
- this.infoDATA = list;
|
387
|
|
- } else {
|
388
|
|
- this.infoDATA = this.queryObj.infoData;
|
389
|
|
- }
|
|
345
|
+ onLoad(options) {
|
|
346
|
+ this.queryObj = options;
|
|
347
|
+ if (this.queryObj.model) {
|
|
348
|
+ let list = JSON.parse(this.queryObj.model);
|
|
349
|
+ this.infoDATA = list;
|
|
350
|
+ } else {
|
|
351
|
+ this.infoDATA = this.queryObj.infoData;
|
|
352
|
+ }
|
390
|
353
|
|
391
|
|
- this.RESData = this.queryObj.resData;
|
392
|
|
- this.res["status"] = this.queryObj.status;
|
393
|
|
- this.res["msg"] = this.queryObj.msg;
|
394
|
|
- this.res["patient"] = this.queryObj.patient;
|
395
|
|
- this.infoType = this.queryObj.type1;
|
396
|
|
- if (this.queryObj.dept) {
|
397
|
|
- this.DEPT = this.queryObj.dept;
|
398
|
|
- }
|
399
|
|
- this.queryObj.ids = JSON.parse(this.queryObj.ids);
|
400
|
|
- if (this.queryObj.ids) {
|
401
|
|
- this.ids = this.queryObj.ids;
|
402
|
|
- if (this.ids.length > 1) {
|
403
|
|
- this.idsType = 1;
|
|
354
|
+ this.RESData = this.queryObj.resData;
|
|
355
|
+ this.res["status"] = this.queryObj.status;
|
|
356
|
+ this.res["msg"] = this.queryObj.msg;
|
|
357
|
+ this.res["patient"] = this.queryObj.patient;
|
|
358
|
+ this.infoType = this.queryObj.type1;
|
|
359
|
+ if (this.queryObj.dept) {
|
|
360
|
+ this.DEPT = this.queryObj.dept;
|
|
361
|
+ }
|
|
362
|
+ this.queryObj.ids = JSON.parse(this.queryObj.ids);
|
|
363
|
+ if (this.queryObj.ids) {
|
|
364
|
+ this.ids = this.queryObj.ids;
|
|
365
|
+ if (this.ids.length > 1) {
|
|
366
|
+ this.idsType = 1;
|
|
367
|
+ } else {
|
|
368
|
+ this.idsType = 2;
|
|
369
|
+ }
|
|
370
|
+ }
|
|
371
|
+ if (this.queryObj.speNum) {
|
|
372
|
+ this.speNum = this.queryObj.speNum;
|
404
|
373
|
} else {
|
405
|
|
- this.idsType = 2;
|
|
374
|
+ this.speNum = uni.getStorageSync("speNum");
|
|
375
|
+ this.speNum = Number(this.speNum);
|
406
|
376
|
}
|
407
|
|
- }
|
408
|
|
- if (this.queryObj.speNum) {
|
409
|
|
- this.speNum = this.queryObj.speNum;
|
410
|
|
- } else {
|
411
|
|
- this.speNum = uni.getStorageSync("speNum");
|
412
|
|
- this.speNum = Number(this.speNum);
|
413
|
|
- }
|
414
|
|
- this.DEPTCode = this.queryObj.deptCode;
|
415
|
|
- this.type = this.queryObj.type;
|
416
|
|
- // #ifdef APP-PLUS
|
417
|
|
- webHandle("no", "app");
|
418
|
|
- // #endif
|
419
|
|
- // #ifdef H5
|
420
|
|
- webHandle("no", "wx");
|
421
|
|
- // #endif
|
422
|
|
- },
|
423
|
|
-};
|
|
377
|
+ this.DEPTCode = this.queryObj.deptCode;
|
|
378
|
+ this.type = this.queryObj.type;
|
|
379
|
+ // #ifdef APP-PLUS
|
|
380
|
+ webHandle("no", "app");
|
|
381
|
+ // #endif
|
|
382
|
+ // #ifdef H5
|
|
383
|
+ webHandle("no", "wx");
|
|
384
|
+ // #endif
|
|
385
|
+ },
|
|
386
|
+ };
|
424
|
387
|
</script>
|
425
|
388
|
<style lang="less">
|
426
|
|
-.Scanning_djInfo {
|
427
|
|
- padding: 0 74rpx;
|
|
389
|
+ .Scanning_djInfo {
|
|
390
|
+ padding: 0 74rpx;
|
428
|
391
|
|
429
|
|
- .Scanning_top {
|
430
|
|
- height: 270rpx;
|
|
392
|
+ .Scanning_top {
|
|
393
|
+ height: 270rpx;
|
431
|
394
|
|
432
|
|
- .red {
|
433
|
|
- background-color: #ff3b53 !important;
|
434
|
|
- }
|
|
395
|
+ .red {
|
|
396
|
+ background-color: #ff3b53 !important;
|
|
397
|
+ }
|
435
|
398
|
|
436
|
|
- .Scanning_top_icon {
|
437
|
|
- width: 140rpx;
|
438
|
|
- height: 140rpx;
|
439
|
|
- margin: 0 auto;
|
440
|
|
- margin-top: 116rpx;
|
441
|
|
- border-radius: 50%;
|
442
|
|
- line-height: 140rpx;
|
|
399
|
+ .Scanning_top_icon {
|
|
400
|
+ width: 140rpx;
|
|
401
|
+ height: 140rpx;
|
|
402
|
+ margin: 0 auto;
|
|
403
|
+ margin-top: 116rpx;
|
|
404
|
+ border-radius: 50%;
|
|
405
|
+ line-height: 140rpx;
|
443
|
406
|
|
444
|
|
- .cubeic-ok {
|
445
|
|
- font-size: 140rpx;
|
446
|
|
- color: #35b34a;
|
447
|
|
- }
|
|
407
|
+ .cubeic-ok {
|
|
408
|
+ font-size: 140rpx;
|
|
409
|
+ color: #35b34a;
|
|
410
|
+ }
|
448
|
411
|
|
449
|
|
- .cubeic-close {
|
450
|
|
- font-size: 140rpx;
|
451
|
|
- color: #ff3b53;
|
|
412
|
+ .cubeic-close {
|
|
413
|
+ font-size: 140rpx;
|
|
414
|
+ color: #ff3b53;
|
|
415
|
+ }
|
452
|
416
|
}
|
453
|
|
- }
|
454
|
417
|
|
455
|
|
- .Scanning_top_text {
|
456
|
|
- .text1 {
|
457
|
|
- margin-top: 40rpx;
|
458
|
|
- font-size: 48rpx;
|
459
|
|
- text-align: center;
|
|
418
|
+ .Scanning_top_text {
|
|
419
|
+ .text1 {
|
|
420
|
+ margin-top: 40rpx;
|
|
421
|
+ font-size: 48rpx;
|
|
422
|
+ text-align: center;
|
|
423
|
+ }
|
460
|
424
|
}
|
461
|
425
|
}
|
462
|
|
- }
|
463
|
426
|
|
464
|
|
- .Scanning_cont {
|
465
|
|
- font-size: 32rpx;
|
466
|
|
- text-align: center;
|
|
427
|
+ .Scanning_cont {
|
|
428
|
+ font-size: 32rpx;
|
|
429
|
+ text-align: center;
|
467
|
430
|
|
468
|
|
- view {
|
469
|
|
- margin-bottom: 16rpx;
|
470
|
|
- }
|
|
431
|
+ view {
|
|
432
|
+ margin-bottom: 16rpx;
|
|
433
|
+ }
|
471
|
434
|
|
472
|
|
- .text {
|
473
|
|
- margin-top: 24rpx;
|
474
|
|
- color: #35b34a;
|
475
|
|
- }
|
|
435
|
+ .text {
|
|
436
|
+ margin-top: 24rpx;
|
|
437
|
+ color: #35b34a;
|
|
438
|
+ }
|
476
|
439
|
|
477
|
|
- .text1 {
|
478
|
|
- margin-top: 24rpx;
|
479
|
|
- color: #ff3b53;
|
|
440
|
+ .text1 {
|
|
441
|
+ margin-top: 24rpx;
|
|
442
|
+ color: #ff3b53;
|
|
443
|
+ }
|
480
|
444
|
}
|
481
|
|
- }
|
482
|
445
|
|
483
|
|
- .foot_btn {
|
484
|
|
- line-height: 88rpx;
|
485
|
|
- height: 100rpx;
|
486
|
|
- margin-top: 40rpx;
|
487
|
|
- text-align: center;
|
|
446
|
+ .foot_btn {
|
|
447
|
+ line-height: 88rpx;
|
|
448
|
+ height: 100rpx;
|
|
449
|
+ margin-top: 40rpx;
|
|
450
|
+ text-align: center;
|
488
|
451
|
|
489
|
|
- .btn1,
|
490
|
|
- .btn2,
|
491
|
|
- .btn3 {
|
492
|
|
- height: 88rpx;
|
493
|
|
- width: 45%;
|
494
|
|
- background-image: linear-gradient(to right, #72c172, #3bb197);
|
495
|
|
- color: #fff;
|
496
|
|
- border-radius: 8rpx;
|
497
|
|
- font-size: 32rpx;
|
498
|
|
- margin-top: 16rpx;
|
499
|
|
- }
|
|
452
|
+ .btn1,
|
|
453
|
+ .btn2,
|
|
454
|
+ .btn3 {
|
|
455
|
+ height: 88rpx;
|
|
456
|
+ width: 45%;
|
|
457
|
+ background-image: linear-gradient(to right, #72c172, #3bb197);
|
|
458
|
+ color: #fff;
|
|
459
|
+ border-radius: 8rpx;
|
|
460
|
+ font-size: 32rpx;
|
|
461
|
+ margin-top: 16rpx;
|
|
462
|
+ }
|
500
|
463
|
|
501
|
|
- .btn1 {
|
502
|
|
- float: left;
|
503
|
|
- }
|
|
464
|
+ .btn1 {
|
|
465
|
+ float: left;
|
|
466
|
+ }
|
504
|
467
|
|
505
|
|
- .btn2 {
|
506
|
|
- float: right;
|
507
|
|
- }
|
|
468
|
+ .btn2 {
|
|
469
|
+ float: right;
|
|
470
|
+ }
|
508
|
471
|
|
509
|
|
- .btn3 {
|
510
|
|
- margin: 0 auto;
|
|
472
|
+ .btn3 {
|
|
473
|
+ margin: 0 auto;
|
|
474
|
+ }
|
511
|
475
|
}
|
512
|
476
|
}
|
513
|
|
-}
|
514
|
477
|
</style>
|