Parcourir la source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx il y a 4 ans
Parent
révision
3c4a033079

+ 0 - 1
src/pages/main/dialog/PrescriptionDialog.vue Voir le fichier

1289
               this.zhiShow = true
1289
               this.zhiShow = true
1290
               this.totalShow = true
1290
               this.totalShow = true
1291
               this.huShow  = true 
1291
               this.huShow  = true 
1292
-              console.log("a")
1293
             }
1292
             }
1294
           }
1293
           }
1295
         }
1294
         }

+ 20 - 18
src/pages/main/dialog/modify_order/modify_order_form.vue Voir le fichier

110
 
110
 
111
             <div class="cell" v-show="order.parent_id == 0">
111
             <div class="cell" v-show="order.parent_id == 0">
112
               <label>医嘱嘱托</label>
112
               <label>医嘱嘱托</label>
113
-              <input
114
-                class="inputBox"
115
-                style="width:100%"
116
-                v-model="order.remark"
117
-              />
113
+              <input class="inputBox" style="width:100%" v-model="order.remark" />
118
             </div>
114
             </div>
119
             <!-- </div> -->
115
             <!-- </div> -->
120
           </div>
116
           </div>
252
   computed: {
248
   computed: {
253
     dialog_title: function() {
249
     dialog_title: function() {
254
       if (this.mode == 1) {
250
       if (this.mode == 1) {
255
-        return "修改医嘱";
251
+        return "修改子药";
256
       }
252
       }
257
     }
253
     }
258
   },
254
   },
396
   .cell {
392
   .cell {
397
     float: left;
393
     float: left;
398
     width: 4.5rem;
394
     width: 4.5rem;
395
+
399
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
396
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
400
     label {
397
     label {
401
       display: block;
398
       display: block;
443
 </style>
440
 </style>
444
 <style lang="scss">
441
 <style lang="scss">
445
 .content {
442
 .content {
446
-  .cell {
447
-    .inputBox {
448
-      @media only screen and (max-width: 767px) {
449
-        padding: 10.6px 0 !important;
450
-        padding-left: 5px !important;
451
-        font-size: 0.42rem !important;
443
+  .newContent {
444
+    .cell {
445
+      @media only screen and (max-width: 415px) {
446
+        height: 2.4rem;
447
+      }
448
+      .inputBox {
449
+        @media only screen and (max-width: 767px) {
450
+          padding: 10.6px 0 !important;
451
+          padding-left: 5px !important;
452
+          font-size: 0.42rem !important;
453
+        }
452
       }
454
       }
453
-    }
454
-    .el-input__inner {
455
-      font-size: 0.42rem;
456
-    }
457
-    .is-disabled {
458
       .el-input__inner {
455
       .el-input__inner {
459
-        color: #999;
456
+        font-size: 0.42rem;
457
+      }
458
+      .is-disabled {
459
+        .el-input__inner {
460
+          color: #999;
461
+        }
460
       }
462
       }
461
     }
463
     }
462
   }
464
   }

+ 6 - 16
src/pages/main/dialog/new_order/order_form.vue Voir le fichier

20
               <label>药品规格</label>
20
               <label>药品规格</label>
21
               <!--<input class="inputBox" style="width:62.5%" v-model="order.advice_desc">-->
21
               <!--<input class="inputBox" style="width:62.5%" v-model="order.advice_desc">-->
22
 
22
 
23
-              <input
24
-                class="inputBox"
25
-                style="width:60%"
26
-                v-model="order.advice_desc"
27
-              />
23
+              <input class="inputBox" style="width:60%" v-model="order.advice_desc" />
28
               <input
24
               <input
29
                 type="text"
25
                 type="text"
30
                 placeholder="单位"
26
                 placeholder="单位"
57
 
53
 
58
             <div class="cell">
54
             <div class="cell">
59
               <label>单次用量</label>
55
               <label>单次用量</label>
60
-              <input
61
-                type="number"
62
-                class="inputBox"
63
-                style="width:62.5%"
64
-                v-model="order.single_dose"
65
-              />
56
+              <input type="number" class="inputBox" style="width:62.5%" v-model="order.single_dose" />
66
               <input
57
               <input
67
                 type="text"
58
                 type="text"
68
                 placeholder="单位"
59
                 placeholder="单位"
98
 
89
 
99
             <div class="cell" v-show="order.parent_id == 0">
90
             <div class="cell" v-show="order.parent_id == 0">
100
               <label>医嘱嘱托</label>
91
               <label>医嘱嘱托</label>
101
-              <input
102
-                class="inputBox"
103
-                style="width:100%"
104
-                v-model="order.remark"
105
-              />
92
+              <input class="inputBox" style="width:100%" v-model="order.remark" />
106
             </div>
93
             </div>
107
           </div>
94
           </div>
108
         </div>
95
         </div>
490
     overflow: hidden;
477
     overflow: hidden;
491
   }
478
   }
492
   .cell {
479
   .cell {
480
+    @media only screen and (max-width: 415px) {
481
+      height: 2.4rem;
482
+    }
493
     .inputBox {
483
     .inputBox {
494
       @media only screen and (max-width: 767px) {
484
       @media only screen and (max-width: 767px) {
495
         padding: 0.34rem 0 !important;
485
         padding: 0.34rem 0 !important;