浏览代码

Merge branch 'master' into develop

seimin 1 周之前
父节点
当前提交
5989218424
共有 2 个文件被更改,包括 15 次插入7 次删除
  1. 1 0
      components/smallScreen/smallScreen.vue
  2. 14 7
      pages/scanning_Result/scanning_Result.vue

+ 1 - 0
components/smallScreen/smallScreen.vue

@@ -358,6 +358,7 @@
358
         this.SMFlag = false;
358
         this.SMFlag = false;
359
         this.currentData = data;
359
         this.currentData = data;
360
         console.log(data, 'data');
360
         console.log(data, 'data');
361
+				// let ress1 = '123456'
361
         SM().then((ress1) => {
362
         SM().then((ress1) => {
362
           uni.showLoading({
363
           uni.showLoading({
363
             title: "加载中",
364
             title: "加载中",

+ 14 - 7
pages/scanning_Result/scanning_Result.vue

@@ -34,7 +34,7 @@
34
       </view>
34
       </view>
35
     </view>
35
     </view>
36
 
36
 
37
-    <view class="Scanning_cont" v-if="
37
+    <view class="Scanning_cont spe" v-if="
38
         (res.status == 200 && type == 'specimenPlan') ||
38
         (res.status == 200 && type == 'specimenPlan') ||
39
         (res.status == 200 && type == 'specimen')
39
         (res.status == 200 && type == 'specimen')
40
       ">
40
       ">
@@ -58,7 +58,7 @@
58
       <view class="df"><view class="width-100">住院号:</view>{{ infoDATA.residenceNo || '-' }}</view>
58
       <view class="df"><view class="width-100">住院号:</view>{{ infoDATA.residenceNo || '-' }}</view>
59
     </view>
59
     </view>
60
 
60
 
61
-    <view class="Scanning_cont" v-if="
61
+    <view class="Scanning_cont spe" v-if="
62
         (res.status == 11111 && type == 'specimenPlan') ||
62
         (res.status == 11111 && type == 'specimenPlan') ||
63
         (res.status == 11111 && type == 'specimen')
63
         (res.status == 11111 && type == 'specimen')
64
       ">
64
       ">
@@ -1327,12 +1327,16 @@
1327
         }
1327
         }
1328
       }
1328
       }
1329
     }
1329
     }
1330
-
1330
+		
1331
+		.spe{
1332
+			height: 50vh;
1333
+		}
1334
+		
1331
     .Scanning_cont {
1335
     .Scanning_cont {
1332
       font-size: 32rpx;
1336
       font-size: 32rpx;
1333
       // text-align: center;
1337
       // text-align: center;
1334
 			margin-top: 40rpx;
1338
 			margin-top: 40rpx;
1335
-			height: 50vh;
1339
+			// height: 50vh;
1336
 			overflow-y: auto;
1340
 			overflow-y: auto;
1337
 			
1341
 			
1338
 			.df{
1342
 			.df{
@@ -1382,13 +1386,16 @@
1382
       margin-top: 40rpx;
1386
       margin-top: 40rpx;
1383
       display: flex;
1387
       display: flex;
1384
       justify-content: center;
1388
       justify-content: center;
1385
-
1389
+			// position: absolute;
1390
+			// bottom: 20rpx;
1391
+			// width: 100%;
1392
+					
1386
       .btn1,
1393
       .btn1,
1387
       .btn2,
1394
       .btn2,
1388
       .btn3 {
1395
       .btn3 {
1389
         height: 88rpx;
1396
         height: 88rpx;
1390
         flex: 1;
1397
         flex: 1;
1391
-        margin: 0 1%;
1398
+        margin: 0 2%;
1392
         background-image: linear-gradient(to right, #72c172, #3bb197);
1399
         background-image: linear-gradient(to right, #72c172, #3bb197);
1393
         color: #fff;
1400
         color: #fff;
1394
         border-radius: 8rpx;
1401
         border-radius: 8rpx;
@@ -1399,7 +1406,7 @@
1399
     }
1406
     }
1400
     .foot_btn_spe {
1407
     .foot_btn_spe {
1401
       line-height: 88rpx;
1408
       line-height: 88rpx;
1402
-      height: 100rpx;
1409
+      // height: 100rpx;
1403
       // margin-top: 40rpx;
1410
       // margin-top: 40rpx;
1404
       text-align: center;
1411
       text-align: center;
1405
       display: flex;
1412
       display: flex;