seimin 2 年之前
父节点
当前提交
48bf6dc8fa
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 1
      pages/checkAfterBigScreen/checkAfterBigScreen.vue
  2. 2 1
      pages/checkAfterScanning/checkAfterScanning.vue

+ 5 - 1
pages/checkAfterBigScreen/checkAfterBigScreen.vue

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

+ 2 - 1
pages/checkAfterScanning/checkAfterScanning.vue

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