seimin 2 天之前
父节点
当前提交
7b1e0816d4
共有 1 个文件被更改,包括 18 次插入18 次删除
  1. 18 18
      pages/scanning_Result/scanning_Result.vue

+ 18 - 18
pages/scanning_Result/scanning_Result.vue

@@ -39,7 +39,7 @@
39 39
         (res.status == 200 && type == 'specimen')
40 40
       ">
41 41
 			<view class="df">
42
-				<view class="width-100">编 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 码:</view> 
42
+				<view class="width-100">编 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 码:</view>
43 43
 				<view>
44 44
 					<text class="red">{{infoDATA.urgent==1?'急':''}}</text>
45 45
 					<text class="mar-le">{{infoDATA.scode}} </text>
@@ -489,7 +489,7 @@
489 489
                           this.queryObj.deptCode
490 490
                         }&dept=${this.queryObj.dept}&id=${this.dataId}&model=${encodeURIComponent(JSON.stringify(ress))}&speNum=${this.speNum}&scanOrHand=${type}&isEndDeptRed=${this.isEndDeptRed}`
491 491
 												uni.setStorageSync('gdData', JSON.stringify(sessData))
492
-												
492
+
493 493
                         uni.redirectTo({
494 494
                           url: `../scanning_Result/scanning_Result?type=${
495 495
                           this.queryObj.type
@@ -615,7 +615,7 @@
615 615
                   uni.showToast({
616 616
                     icon: "none",
617 617
 										duration: 3000,
618
-                    title: ress.msg +','+ `扫描内容:${data.speCode}`,
618
+                    title: ress.msg +','+ `扫描内容:${data.code}`,
619 619
                   });
620 620
                 }else{
621 621
 									uni.redirectTo({
@@ -843,7 +843,7 @@
843 843
       },
844 844
 			// 配置收取
845 845
 			configuration(id){
846
-				
846
+
847 847
 				uni.navigateTo({
848 848
 				  url: `../speConfigurationGather/speConfigurationGather?id=${id}`
849 849
 				});
@@ -1217,7 +1217,7 @@
1217 1217
         this.infoDATA = JSON.parse(options.model);
1218 1218
       }
1219 1219
 			console.log(this.infoDATA , "infoDATA");
1220
-			
1220
+
1221 1221
       if (options.accountObj && options.accountObj != "undefined") {
1222 1222
         this.accountObj = JSON.parse(options.accountObj);
1223 1223
       }
@@ -1242,7 +1242,7 @@
1242 1242
       this.res["deptName"] = options.deptName;
1243 1243
       this.res["bedNum"] = options.bedNum;
1244 1244
       this.infoType = options.type1;
1245
-			
1245
+
1246 1246
 			if((this.infoType == 'trans-dsd-1' || this.infoType == 'ins-dsd-1'
1247 1247
 				|| this.infoType == 'ins-half-ok' || this.infoDATA.type == 'ins-half-ok')
1248 1248
 				&& this.res.status == 200){
@@ -1265,7 +1265,7 @@
1265 1265
       }
1266 1266
       this.DEPTCode = options.deptCode;
1267 1267
       this.type = options.type;
1268
-			
1268
+
1269 1269
 			// 标本收取拦截参数
1270 1270
 			let sessData = `type=${
1271 1271
 			  this.queryObj.type
@@ -1289,7 +1289,7 @@
1289 1289
     padding: 0 24rpx;
1290 1290
 		height: 96vh;
1291 1291
 		position: relative;
1292
-		
1292
+
1293 1293
     .Scanning_top {
1294 1294
       .Scanning_top_icon {
1295 1295
         width: 140rpx;
@@ -1327,44 +1327,44 @@
1327 1327
         }
1328 1328
       }
1329 1329
     }
1330
-		
1330
+
1331 1331
 		.spe{
1332 1332
 			height: 50vh;
1333 1333
 		}
1334
-		
1334
+
1335 1335
     .Scanning_cont {
1336 1336
       font-size: 32rpx;
1337 1337
       // text-align: center;
1338 1338
 			margin-top: 40rpx;
1339 1339
 			// height: 50vh;
1340 1340
 			overflow-y: auto;
1341
-			
1341
+
1342 1342
 			.df{
1343 1343
 				display: flex;
1344 1344
 				align-items: center;
1345 1345
 				margin-bottom: 14rpx;
1346 1346
 				position: relative;
1347
-				
1347
+
1348 1348
 				.newicon{
1349 1349
 					margin: 0 8rpx;
1350 1350
 				}
1351
-				
1351
+
1352 1352
 				.mar-le{
1353 1353
 					margin-left: 20rpx;
1354 1354
 				}
1355
-				
1355
+
1356 1356
 				.po-ab{
1357 1357
 					position: absolute;
1358 1358
 					right: 0;
1359 1359
 				}
1360 1360
 			}
1361
-			
1361
+
1362 1362
 			.width-100{
1363 1363
 				width: 160rpx;
1364 1364
 				font-weight: 600;
1365 1365
 				text-align-last: justify;
1366 1366
 			}
1367
-			
1367
+
1368 1368
       .Scanning_cont_center {
1369 1369
         text-align: center;
1370 1370
       }
@@ -1389,7 +1389,7 @@
1389 1389
 			// position: absolute;
1390 1390
 			// bottom: 20rpx;
1391 1391
 			// width: 100%;
1392
-					
1392
+
1393 1393
       .btn1,
1394 1394
       .btn2,
1395 1395
       .btn3 {
@@ -1412,7 +1412,7 @@
1412 1412
       display: flex;
1413 1413
       justify-content: space-between;
1414 1414
       flex-wrap: wrap;
1415
-			
1415
+
1416 1416
       // &::after {
1417 1417
       //   content: '';
1418 1418
       //   flex: 1;