seimin 1 week ago
parent
commit
7b1e0816d4
1 changed files with 18 additions and 18 deletions
  1. 18 18
      pages/scanning_Result/scanning_Result.vue

+ 18 - 18
pages/scanning_Result/scanning_Result.vue

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