Преглед изворни кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN пре 3 година
родитељ
комит
3e2b89fd22

+ 11 - 6
src/xt_pages/dialysis/PatientBox.vue Прегледај датотеку

44
                 }}
44
                 }}
45
               </div>
45
               </div>
46
             </div>
46
             </div>
47
-            <div style="margin-top: 5px; text-align: left; height: 24px">
47
+            <div
48
+              style="
49
+                margin-top: 5px;
50
+                text-align: left;
51
+                height: 24px;
52
+                min-width: 205px;
53
+              "
54
+            >
48
               <span
55
               <span
49
                 class="tip1"
56
                 class="tip1"
50
                 v-if="
57
                 v-if="
76
           <div class="difficult" v-if="schedule.patient.troble_shoot == 1">
83
           <div class="difficult" v-if="schedule.patient.troble_shoot == 1">
77
             疑难内瘘
84
             疑难内瘘
78
           </div>
85
           </div>
79
-          <div></div>
80
-
81
           <!-- <div style="height:24px;margin-right: 10px;">
86
           <!-- <div style="height:24px;margin-right: 10px;">
82
             <div class="online" v-show="computeState(schedule) != 4">
87
             <div class="online" v-show="computeState(schedule) != 4">
83
               <p :class="stateColor(schedule)">{{ stateText(schedule) }}</p>
88
               <p :class="stateColor(schedule)">{{ stateText(schedule) }}</p>
792
     .tx {
797
     .tx {
793
       @include display-flex;
798
       @include display-flex;
794
       // @include align-items-center;
799
       // @include align-items-center;
795
-      width: 90%;
800
+      width: 100%;
796
       img {
801
       img {
797
         width: 45px;
802
         width: 45px;
798
         height: 45px;
803
         height: 45px;
917
 }
922
 }
918
 
923
 
919
 .difficult {
924
 .difficult {
920
-  width: 72px;
925
+  width: 71px;
921
   height: 25px;
926
   height: 25px;
922
   font-size: 12px;
927
   font-size: 12px;
923
   border-radius: 0 0 0 30px;
928
   border-radius: 0 0 0 30px;
926
   line-height: 25px;
931
   line-height: 25px;
927
   position: relative;
932
   position: relative;
928
   bottom: 10px;
933
   bottom: 10px;
929
-  left: 73px;
934
+  left: 3px;
930
   color: white;
935
   color: white;
931
 }
936
 }
932
 </style>
937
 </style>

+ 11 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Прегледај датотеку

1153
                             class="advice-name"
1153
                             class="advice-name"
1154
                             style="padding-left:7px;"
1154
                             style="padding-left:7px;"
1155
                           >
1155
                           >
1156
-                            <span v-if="advice[0].parent_id > 0">---></span>
1157
-                            <span>{{ advice[0].advice_name }}</span>
1156
+                          <!-- <span v-if="advice.parent_id > 0">-.-.-></span> -->
1157
+                            
1158
+                            <!-- <span>{{ advice[0].advice_name }}</span> -->
1159
+                             <span>{{ advice[advice_index].parent_id }}</span>
1160
+                            <!-- <span>{{advice[0].children[0].advice_name}}</span> -->
1161
+
1158
                             <span v-if=" advice[advice_index] && advice[0].advice_desc != undefined">
1162
                             <span v-if=" advice[advice_index] && advice[0].advice_desc != undefined">
1159
                                ({{ advice[0].advice_desc}}{{ advice[0].drug_spec_unit }} )
1163
                                ({{ advice[0].advice_desc}}{{ advice[0].drug_spec_unit }} )
1160
                             </span>
1164
                             </span>
1165
+
1166
+
1161
                             <span v-if="advice[0].prescribing_number"
1167
                             <span v-if="advice[0].prescribing_number"
1162
                               >&nbsp;&nbsp; {{ advice[0].prescribing_number
1168
                               >&nbsp;&nbsp; {{ advice[0].prescribing_number
1163
                               }}{{ advice[0].prescribing_number_unit }}</span
1169
                               }}{{ advice[0].prescribing_number_unit }}</span
1173
                               "
1179
                               "
1174
                               >{{ advice[0].delivery_way }}</span
1180
                               >{{ advice[0].delivery_way }}</span
1175
                             >
1181
                             >
1182
+                            
1176
                             <span
1183
                             <span
1177
                               v-if="
1184
                               v-if="
1178
                                 advice[0].parent_id == 0 &&
1185
                                 advice[0].parent_id == 0 &&
1190
                               >({{ advice[0].remark }})</span
1197
                               >({{ advice[0].remark }})</span
1191
                             >
1198
                             >
1192
                           </td>
1199
                           </td>
1200
+
1201
+
1193
                           <td height="35px">
1202
                           <td height="35px">
1194
                             <span
1203
                             <span
1195
                               v-if="
1204
                               v-if="

+ 13 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Прегледај датотеку

90
           >
90
           >
91
         </div>
91
         </div>
92
       </template>
92
       </template>
93
-      <template v-if="this.template_id == 6">
93
+      <template v-if="this.template_id == 6 || this.template_id == 48">
94
         <el-button
94
         <el-button
95
           size="small"
95
           size="small"
96
           icon="el-icon-printer"
96
           icon="el-icon-printer"
319
           >批量打印</el-button
319
           >批量打印</el-button
320
         >
320
         >
321
       </template>
321
       </template>
322
+      <!-- <template v-if="this.template_id == 48">
323
+        <el-button
324
+          size="small"
325
+          icon="el-icon-printer"
326
+          :disabled="selecting_schs.length == 0"
327
+          @click="batchPrintAction"
328
+          type="primary"
329
+          >批量打印</el-button
330
+        >
331
+      </template> -->
322
     </div>
332
     </div>
323
     <div class="app-container">
333
     <div class="app-container">
324
       <!-- <div class="filter-container">
334
       <!-- <div class="filter-container">
954
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
964
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
955
       } else if (this.template_id == 47) {
965
       } else if (this.template_id == 47) {
956
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
966
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
967
+      } else if (this.template_id == 48) {
968
+        this.$router.push({ path: "/dialysis/print/batch/six" });
957
       }
969
       }
958
     },
970
     },
959
     batchPrintActionOne: function() {
971
     batchPrintActionOne: function() {

+ 5 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Прегледај датотеку

861
                   <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;">
861
                   <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;">
862
                     <span v-if="advice.parent_id > 0">---></span>
862
                     <span v-if="advice.parent_id > 0">---></span>
863
                     <span>{{ advice.advice_name }}</span>
863
                     <span>{{ advice.advice_name }}</span>
864
+
864
                     <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
865
                     <span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
866
+                    
865
                     <span v-if="advice.prescribing_number">&nbsp;&nbsp; {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
867
                     <span v-if="advice.prescribing_number">&nbsp;&nbsp; {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
868
+                    
866
                     <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
869
                     <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
867
                     <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
870
                     <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
871
+                    
868
                     <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
872
                     <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
873
+                   
869
                     <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
874
                     <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
870
                   </td>
875
                   </td>
871
                   <!-- <td colspan="2" height="60px" style="text-align: center" v-else >
876
                   <!-- <td colspan="2" height="60px" style="text-align: center" v-else >

+ 5 - 5
src/xt_pages/stock/inventoryTransfer/Addtrans.vue Прегледај датотеку

124
                   :disabled="true"
124
                   :disabled="true"
125
                   style="width: 180px"
125
                   style="width: 180px"
126
                 ></el-input>
126
                 ></el-input>
127
-                <div style="visibility: hidden">/</div>
127
+                <div style="height: 20px;visibility: hidden">/</div>
128
               </el-form-item>
128
               </el-form-item>
129
             </template>
129
             </template>
130
           </el-table-column>
130
           </el-table-column>
139
                   style="width: 200px"
139
                   style="width: 200px"
140
                   :disabled="true"
140
                   :disabled="true"
141
                 ></el-input>
141
                 ></el-input>
142
-                <div style="visibility: hidden">/</div>
142
+                <div style="height: 20px;visibility: hidden">/</div>
143
               </el-form-item>
143
               </el-form-item>
144
             </template>
144
             </template>
145
           </el-table-column>
145
           </el-table-column>
181
                   >
181
                   >
182
                   </el-option>
182
                   </el-option>
183
                 </el-select>
183
                 </el-select>
184
-                <div style="visibility: hidden">/</div>
184
+                <div style="height: 20px;visibility: hidden">/</div>
185
               </el-form-item>
185
               </el-form-item>
186
             </template>
186
             </template>
187
           </el-table-column>
187
           </el-table-column>
196
                   style="width: 150px"
196
                   style="width: 150px"
197
                   :disabled="true"
197
                   :disabled="true"
198
                 ></el-input>
198
                 ></el-input>
199
-                <div style="visibility: hidden">/</div>
199
+                <div style="visibility: hidden;height: 20px;">/</div>
200
               </el-form-item>
200
               </el-form-item>
201
             </template>
201
             </template>
202
           </el-table-column>
202
           </el-table-column>
207
                 v-model="scope.row.remake"
207
                 v-model="scope.row.remake"
208
                 style="width: 160px"
208
                 style="width: 160px"
209
               ></el-input>
209
               ></el-input>
210
-              <div style="visibility: hidden">/</div>
210
+              <div style="visibility: hidden;height: 20px;">/</div>
211
             </template>
211
             </template>
212
           </el-table-column>
212
           </el-table-column>
213
 
213
 

+ 5 - 5
src/xt_pages/stock/inventoryTransfer/transEdit.vue Прегледај датотеку

127
                   :disabled="true"
127
                   :disabled="true"
128
                   style="width: 180px"
128
                   style="width: 180px"
129
                 ></el-input>
129
                 ></el-input>
130
-                <div style="visibility: hidden">/</div>
130
+                <div style="height: 20px;visibility: hidden">/</div>
131
               </el-form-item>
131
               </el-form-item>
132
             </template>
132
             </template>
133
           </el-table-column>
133
           </el-table-column>
142
                   style="width: 200px"
142
                   style="width: 200px"
143
                   :disabled="true"
143
                   :disabled="true"
144
                 ></el-input>
144
                 ></el-input>
145
-                <div style="visibility: hidden">/</div>
145
+                <div style="height: 20px;visibility: hidden">/</div>
146
               </el-form-item>
146
               </el-form-item>
147
             </template>
147
             </template>
148
           </el-table-column>
148
           </el-table-column>
185
                   >
185
                   >
186
                   </el-option>
186
                   </el-option>
187
                 </el-select>
187
                 </el-select>
188
-                <div style="visibility: hidden">/</div>
188
+                <div style="height: 20px;visibility: hidden">/</div>
189
               </el-form-item>
189
               </el-form-item>
190
             </template>
190
             </template>
191
           </el-table-column>
191
           </el-table-column>
200
                   style="width: 150px"
200
                   style="width: 150px"
201
                   :disabled="true"
201
                   :disabled="true"
202
                 ></el-input>
202
                 ></el-input>
203
-                <div style="visibility: hidden">/</div>
203
+                <div style="height: 20px;visibility: hidden">/</div>
204
               </el-form-item>
204
               </el-form-item>
205
             </template>
205
             </template>
206
           </el-table-column>
206
           </el-table-column>
212
                 style="width: 160px"
212
                 style="width: 160px"
213
                 :disabled="store_disabled"
213
                 :disabled="store_disabled"
214
               ></el-input>
214
               ></el-input>
215
-              <div style="visibility: hidden">/</div>
215
+              <div style="height: 20px;visibility: hidden">/</div>
216
             </template>
216
             </template>
217
           </el-table-column>
217
           </el-table-column>
218
 
218