seimin 2 years ago
parent
commit
48bf6dc8fa

+ 5 - 1
pages/checkAfterBigScreen/checkAfterBigScreen.vue

@@ -116,7 +116,6 @@
116 116
         });
117 117
         let postData = {
118 118
           gdIds,
119
-          trueBigScanner:['666'],
120 119
         };
121 120
         post("/api/specimensCheck", postData).then((res) => {
122 121
           uni.hideLoading();
@@ -170,6 +169,11 @@
170 169
             uni.navigateTo({
171 170
               url: "../receiptpage/receiptpage",
172 171
             });
172
+            uni.showToast({
173
+            	title: '工单完成!',
174
+              icon: 'success',
175
+            	duration: 3000,
176
+            });
173 177
           } else if (res.status == "0000") {
174 178
             this.showSelectAccount();
175 179
           } else {

+ 2 - 1
pages/checkAfterScanning/checkAfterScanning.vue

@@ -9,7 +9,7 @@
9 9
         </view>
10 10
         <view class="page_item_cont_title">
11 11
           <view> 科室名称 </view>
12
-          <view class="text_big">{{info.startDept}}</view>
12
+          <view class="text_big">{{info.LCDept}}</view>
13 13
         </view>
14 14
         <view class="page_item_cont_title">
15 15
           <view> 扫描标本数量 </view>
@@ -70,6 +70,7 @@
70 70
           uni.hideLoading();
71 71
           if (res.status == 200) {
72 72
             console.log(res)
73
+            res.LCDept = res.LCDept.join(',');
73 74
             this.info = res;
74 75
           } else {
75 76
             uni.showToast({