zhengchengwu преди 5 години
родител
ревизия
e41b7e66fd
променени са 1 файла, в които са добавени 140 реда и са изтрити 168 реда
  1. 140 168
      src/pages/main/Print.vue

+ 140 - 168
src/pages/main/Print.vue Целия файл

@@ -2118,11 +2118,7 @@
2118 2118
             this.$message.error("请求数据失败");
2119 2119
             return false;
2120 2120
           }
2121
-<<<<<<< .mine
2122 2121
 
2123
-=======
2124
-
2125
->>>>>>> .theirs
2126 2122
           this.jumpPrint()
2127 2123
         });
2128 2124
       },
@@ -2180,6 +2176,7 @@
2180 2176
           this.patientInfo_gender_1 = false;
2181 2177
         }
2182 2178
       },
2179
+
2183 2180
       "patientInfo.source": function() {
2184 2181
         if (this.patientInfo.source == 1) {
2185 2182
           this.patientInfo_source_1 = true;
@@ -2243,72 +2240,62 @@
2243 2240
     components: {
2244 2241
       SideBar
2245 2242
     }
2243
+
2244
+
2246 2245
   };
2247 2246
 </script>
2248 2247
 
2249 2248
 <style style="stylesheet/scss" lang="scss" scoped>
2250
-.dialysis-print-order {
2249
+  .dialysis-print-order {
2251 2250
   width: 100%;
2252 2251
   margin: 0 auto;
2253 2252
   .order-yy-name {
2254
-    margin: 10px auto 0 auto;
2255
-    text-align: center;
2256
-    font-size: 20px;
2253
+  margin:10px auto 0 auto;
2254
+  text-align: center;
2255
+  font-size: 20px;
2257 2256
   }
2258 2257
   .order-title {
2259
-<<<<<<< .mine
2260
-    margin: auto;
2261
-    font-weight: 600;
2262
-    text-align: center;
2263
-    font-size: 22px;
2264
-    padding: 10px 20px 20px 20px;
2265
-=======
2266 2258
   margin: auto;
2267 2259
   font-weight: 600;
2268 2260
   text-align: center;
2269 2261
   font-size: 22px;
2270 2262
   padding: 10px 20px 20px 20px;
2271
->>>>>>> .theirs
2272 2263
   }
2273 2264
   .table-box {
2274
-    width: 100%;
2275
-    line-height: 15px;
2276
-    font-size: 14px;
2277
-    .under-line {
2278
-      border-bottom: 1px solid #999;
2279
-      width: 95%;
2280
-      text-align: center;
2281
-      margin-left: 2px;
2282
-    }
2265
+  width: 100%;
2266
+  line-height: 15px;
2267
+  font-size: 14px;
2268
+  .under-line {
2269
+  border-bottom: 1px solid #999;
2270
+  width: 95%;
2271
+  text-align: center;
2272
+  margin-left: 2px;
2273
+  }
2283 2274
   }
2284 2275
   .print-table {
2285
-    width: 100%;
2286
-    text-align: center;
2287
-    border-collapse: collapse;
2288
-    line-height: 25px;
2289
-    font-size: 14px;
2290
-    .title-box {
2291
-      text-align: center;
2292
-      font-size: 16px;
2293
-    }
2276
+  width: 100%;
2277
+  text-align: center;
2278
+  border-collapse: collapse;
2279
+  line-height: 25px;
2280
+  font-size: 14px;
2281
+  .title-box {
2282
+  text-align: center;
2283
+  font-size: 16px;
2284
+  }
2294 2285
   }
2295 2286
   .print-table-no {
2296
-    width: 100%;
2297
-    text-align: center;
2298
-    border-collapse: collapse;
2299
-    font-size: 14px;
2287
+  width: 100%;
2288
+  text-align: center;
2289
+  border-collapse: collapse;
2290
+  font-size: 14px;
2291
+  }
2300 2292
   }
2301
-}
2302 2293
 
2303
-<<<<<<< .mine
2304
-.dialysis-print-order .radio-lebel-box {
2305
-=======
2306 2294
   .dialysis-print-order .radio-lebel-box {
2307
->>>>>>> .theirs
2308 2295
   font-weight: 400;
2309 2296
   cursor: pointer;
2310
-}
2311
-.dialysis-print-order .radio-no {
2297
+  }
2298
+  .dialysis-print-order .radio-no {
2312 2299
   opacity: 0;
2313 2300
   outline: none;
2314 2301
   position: absolute;
@@ -2316,8 +2303,8 @@
2316 2303
   width: 0;
2317 2304
   height: 0;
2318 2305
   z-index: -1;
2319
-}
2320
-.dialysis-print-order .radio-inner {
2306
+  }
2307
+  .dialysis-print-order .radio-inner {
2321 2308
   white-space: nowrap;
2322 2309
   cursor: pointer;
2323 2310
   outline: none;
@@ -2325,8 +2312,8 @@
2325 2312
   line-height: 1;
2326 2313
   position: relative;
2327 2314
   vertical-align: middle;
2328
-}
2329
-.dialysis-print-order .radio-fang {
2315
+  }
2316
+  .dialysis-print-order .radio-fang {
2330 2317
   display: inline-block;
2331 2318
   position: relative;
2332 2319
   border: 1px solid #000;
@@ -2336,83 +2323,83 @@
2336 2323
   background-color: #fff;
2337 2324
   z-index: 1;
2338 2325
   transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
2339
-    background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
2340
-}
2341
-.dialysis-print-order .is-checked-radio::after {
2326
+  background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
2327
+  }
2328
+  .dialysis-print-order .is-checked-radio::after {
2342 2329
   content: "√";
2343 2330
   font-size: 15px;
2344
-}
2345
-.es-img {
2331
+  }
2332
+  .es-img {
2346 2333
   height: 25px;
2347
-}
2334
+  }
2348 2335
 
2349
-html,
2350
-body {
2336
+  html,
2337
+  body {
2351 2338
   height: 100%;
2352
-}
2353
-.mainBox {
2339
+  }
2340
+  .mainBox {
2354 2341
   height: 100%;
2355 2342
   font-size: 0.3rem;
2356 2343
   background: #fff;
2357 2344
   .sideColumn {
2358
-    float: left;
2359
-    width: 1.58rem;
2360
-    background: #f5f8fb;
2361
-    height: 100%;
2362
-    border-right: 1px #c1c1c1 solid;
2363
-    position: fixed;
2364
-    .column {
2365
-      // height: 100%;
2366
-      // background: #f5f8fb;
2367
-      .head {
2368
-        @include display-flex;
2369
-        @include align-items-center;
2370
-        @include flex-direction;
2371
-        @include text-align;
2372
-        @include justify-content-center;
2373
-        margin: 0.5rem 0 0.5rem 0;
2374
-        img {
2375
-          width: 100%;
2376
-          height: 100%;
2377
-          border-radius: 0.5rem;
2378
-          width: 0.7rem;
2379
-          height: 0.7rem;
2380
-        }
2381
-      }
2382
-      .sidebar {
2383
-        @include display-flex;
2384
-        @include align-items-center;
2385
-        @include flex-direction;
2386
-        @include text-align;
2387
-        padding: 0;
2388
-        li {
2389
-          // font-size:0.23rem;
2390
-          padding: 0 0 0.8rem 0;
2391
-          a {
2392
-            color: #a8b3ba;
2393
-            display: inline-block;
2394
-            padding: 0;
2395
-            margin: 0;
2396
-            p {
2397
-              font-size: 0.24rem;
2398
-              margin-top: 0.2rem;
2399
-            }
2400
-            .iconfont {
2401
-              font-size: 0.5rem;
2402
-              display: inline-block;
2403
-            }
2404
-          }
2405
-          &.active {
2406
-            a {
2407
-              color: #409eff;
2408
-            }
2409
-          }
2410
-        }
2411
-      }
2412
-    }
2345
+  float: left;
2346
+  width: 1.58rem;
2347
+  background: #f5f8fb;
2348
+  height: 100%;
2349
+  border-right: 1px #c1c1c1 solid;
2350
+  position: fixed;
2351
+  .column {
2352
+  // height: 100%;
2353
+  // background: #f5f8fb;
2354
+  .head {
2355
+  @include display-flex;
2356
+  @include align-items-center;
2357
+  @include flex-direction;
2358
+  @include text-align;
2359
+  @include justify-content-center;
2360
+  margin: 0.5rem 0 0.5rem 0;
2361
+  img {
2362
+  width: 100%;
2363
+  height: 100%;
2364
+  border-radius: 0.5rem;
2365
+  width: 0.7rem;
2366
+  height: 0.7rem;
2413 2367
   }
2414
-}
2415
-.navigation {
2368
+  }
2369
+  .sidebar {
2370
+  @include display-flex;
2371
+  @include align-items-center;
2372
+  @include flex-direction;
2373
+  @include text-align;
2374
+  padding: 0;
2375
+  li {
2376
+  // font-size:0.23rem;
2377
+  padding: 0 0 0.8rem 0;
2378
+  a {
2379
+  color: #a8b3ba;
2380
+  display: inline-block;
2381
+  padding: 0;
2382
+  margin: 0;
2383
+  p {
2384
+  font-size: 0.24rem;
2385
+  margin-top: 0.2rem;
2386
+  }
2387
+  .iconfont {
2388
+  font-size: 0.5rem;
2389
+  display: inline-block;
2390
+  }
2391
+  }
2392
+  &.active {
2393
+  a {
2394
+  color: #409eff;
2395
+  }
2396
+  }
2397
+  }
2398
+  }
2399
+  }
2400
+  }
2401
+  }
2402
+  .navigation {
2416 2403
   @include display-flex;
2417 2404
   @include align-items-center;
2418 2405
   @include text-align;
@@ -2427,66 +2414,51 @@ body {
2427 2414
   z-index: 100;
2428 2415
   background: #fff;
2429 2416
   .goBack {
2430
-    // color: #6e7a87;
2431
-    cursor: pointer;
2432
-    @include display-flex;
2433
-    @include align-items-center;
2434
-    @include text-align;
2435
-    .back {
2436
-      color: $main-color;
2437
-      margin-right: 0.87rem;
2438
-      .iconfont {
2439
-        color: $main-color;
2440
-      }
2441
-    }
2442
-    .name {
2443
-      .iconfont {
2444
-        margin-left: 0.1rem;
2445
-      }
2446
-    }
2417
+  // color: #6e7a87;
2418
+  cursor: pointer;
2419
+  @include display-flex;
2420
+  @include align-items-center;
2421
+  @include text-align;
2422
+  .back {
2423
+  color: $main-color;
2424
+  margin-right: 0.87rem;
2425
+  .iconfont {
2426
+  color: $main-color;
2427
+  }
2428
+  }
2429
+  .name {
2430
+  .iconfont {
2431
+  margin-left: 0.1rem;
2432
+  }
2433
+  }
2447 2434
   }
2448 2435
   .nav {
2449
-    ul {
2450
-      li {
2451
-        float: left;
2452
-        font-size: 0.3rem;
2453
-        margin: 0 0.2rem;
2454
-        height: 0.5rem;
2455
-        line-height: 0.5rem;
2456
-        width: 1rem;
2457
-        cursor: pointer;
2458
-        &.active {
2459
-          background: $main-color;
2460
-          color: #fff;
2461
-          border-radius: 30px;
2462
-        }
2463
-      }
2464
-    }
2436
+  ul {
2437
+  li {
2438
+  float: left;
2439
+  font-size: 0.3rem;
2440
+  margin: 0 0.2rem;
2441
+  height: 0.5rem;
2442
+  line-height: 0.5rem;
2443
+  width: 1rem;
2444
+  cursor: pointer;
2445
+  &.active {
2446
+  background: $main-color;
2447
+  color: #fff;
2448
+  border-radius: 30px;
2449
+  }
2450
+  }
2451
+  }
2465 2452
   }
2466 2453
   .time {
2467
-    cursor: pointer;
2468
-    .iconfont {
2469
-      margin-left: 0.1rem;
2470
-    }
2454
+  cursor: pointer;
2455
+  .iconfont {
2456
+  margin-left: 0.1rem;
2471 2457
   }
2472
-<<<<<<< .mine
2473
-}
2474
-
2475
-=======
2476 2458
   }
2477 2459
   }
2478
->>>>>>> .theirs
2479 2460
 
2480
-<<<<<<< .mine
2481
-.mainContent {
2482
-=======
2483 2461
   .mainContent {
2484
->>>>>>> .theirs
2485 2462
   margin: 0 0 0 1.58rem;
2486
-<<<<<<< .mine
2487
-}
2488
-</style>
2489
-=======
2490 2463
   }
2491
-</style>
2492
->>>>>>> .theirs
2464
+</style>