Browse Source

Merge branch 'master' of http://git.shengws.com/csx/Vue_New

csx 5 years ago
parent
commit
2b8c124c11

+ 20 - 20
src/xt_pages/data/printTemplate.vue View File

144
             >
144
             >
145
           </el-col>
145
           </el-col>
146
 
146
 
147
-          <el-col :span="6" style="text-align: center">
148
-            <div class="demo-image__preview">
149
-              <el-tooltip
150
-                class="item"
151
-                effect="dark"
152
-                content="点击查看大图"
153
-                placement="top-start"
154
-                :hide-after="2000"
155
-              >
156
-                <el-image
157
-                  style="width: 200px; height: 200px;margin-left:30px"
158
-                  :src="require('@/assets/home/template_ten.jpg')"
159
-                  :preview-src-list="imgs_ten"
160
-                ></el-image>
161
-              </el-tooltip>
162
-            </div>
163
-            <el-radio v-model="radio" label="10" @change="change"
164
-            >模版十</el-radio
165
-            >
166
-          </el-col>
147
+          <!--<el-col :span="6" style="text-align: center">-->
148
+            <!--<div class="demo-image__preview">-->
149
+              <!--<el-tooltip-->
150
+                <!--class="item"-->
151
+                <!--effect="dark"-->
152
+                <!--content="点击查看大图"-->
153
+                <!--placement="top-start"-->
154
+                <!--:hide-after="2000"-->
155
+              <!--&gt;-->
156
+                <!--<el-image-->
157
+                  <!--style="width: 200px; height: 200px;margin-left:30px"-->
158
+                  <!--:src="require('@/assets/home/template_ten.jpg')"-->
159
+                  <!--:preview-src-list="imgs_ten"-->
160
+                <!--&gt;</el-image>-->
161
+              <!--</el-tooltip>-->
162
+            <!--</div>-->
163
+            <!--<el-radio v-model="radio" label="10" @change="change"-->
164
+            <!--&gt;模版十</el-radio-->
165
+            <!--&gt;-->
166
+          <!--</el-col>-->
167
         </el-row>
167
         </el-row>
168
       </div>
168
       </div>
169
     </div>
169
     </div>

+ 10 - 10
src/xt_pages/dialysis/batch_print/batch_print_order.vue View File

1199
                       </div>
1199
                       </div>
1200
                       <div class="inline_block" style="margin-left: 40px;">
1200
                       <div class="inline_block" style="margin-left: 40px;">
1201
                         压迫后内瘘震颤:
1201
                         压迫后内瘘震颤:
1202
-                        <label-box
1203
-                          :isChecked="
1202
+                        <check-box
1203
+                          :checked="
1204
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1204
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1205
                               '存在'
1205
                               '存在'
1206
                             ) > -1
1206
                             ) > -1
1207
                               ? true
1207
                               ? true
1208
                               : false
1208
                               : false
1209
                           "
1209
                           "
1210
-                          showValue="存在"
1211
-                        ></label-box>
1212
-                        <label-box
1213
-                          :isChecked="
1210
+                          text="存在"
1211
+                        ></check-box>
1212
+                        <check-box
1213
+                          :checked="
1214
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1214
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1215
                               '减弱'
1215
                               '减弱'
1216
                             ) > -1
1216
                             ) > -1
1218
                               : false
1218
                               : false
1219
                           "
1219
                           "
1220
                           showValue="减弱"
1220
                           showValue="减弱"
1221
-                        ></label-box>
1222
-                        <label-box
1223
-                          :isChecked="
1221
+                        ></check-box>
1222
+                        <check-box
1223
+                          :checked="
1224
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1224
                             record.assessment_after_dislysis.internal_fistula.indexOf(
1225
                               '无'
1225
                               '无'
1226
                             ) > -1
1226
                             ) > -1
1228
                               : false
1228
                               : false
1229
                           "
1229
                           "
1230
                           showValue="无"
1230
                           showValue="无"
1231
-                        ></label-box>
1231
+                        ></check-box>
1232
                       </div>
1232
                       </div>
1233
                     </div>
1233
                     </div>
1234
                     <div class="row" style="padding: 2px 0;">
1234
                     <div class="row" style="padding: 2px 0;">

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

970
                   <div class="inline_block" style="flex:1;">
970
                   <div class="inline_block" style="flex:1;">
971
                     治疗医生:
971
                     治疗医生:
972
                     <div class="under_line" style="width: 80px;text-align: center" >
972
                     <div class="under_line" style="width: 80px;text-align: center" >
973
-                      <span v-if=" setAdminUserES(prescription.prescription_doctor) == '' " >{{ getAdminUser(prescription.prescription_doctor) }}</span >
974
-                      <img style="height:20px;" :src="setAdminUserES(prescription.prescription_doctor)" alt="" srcset="" v-else  />
973
+                      <span v-if=" setAdminUserES(prescription.creater) == '' " >{{ getAdminUser(prescription.creater) }}</span >
974
+                      <img style="height:20px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else  />
975
                     </div>
975
                     </div>
976
                   </div>
976
                   </div>
977
                 </div>
977
                 </div>

+ 2 - 12
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue View File

1898
                 <div class="inline_block" style="flex:1;">
1898
                 <div class="inline_block" style="flex:1;">
1899
                   治疗医生:
1899
                   治疗医生:
1900
                   <div
1900
                   <div
1901
-
1902
                     class="under_line"
1901
                     class="under_line"
1903
                     style="width: 120px;"
1902
                     style="width: 120px;"
1904
                   >
1903
                   >
1905
                     <img style="height:20px;" src="https://images.shengws.com/FgnRnBcx1BgULJ1dn7VKzeBPEvtm" alt="" srcset="">
1904
                     <img style="height:20px;" src="https://images.shengws.com/FgnRnBcx1BgULJ1dn7VKzeBPEvtm" alt="" srcset="">
1906
-
1907
                     <span
1905
                     <span
1908
-                        v-if="
1909
-                          setAdminUserES(prescription.prescription_doctor) == ''
1910
-                        "
1906
+                        v-if="setAdminUserES(prescription.prescription_doctor) == ''"
1911
                       >{{
1907
                       >{{
1912
                           getAdminUser(prescription.prescription_doctor)
1908
                           getAdminUser(prescription.prescription_doctor)
1913
                         }}</span
1909
                         }}</span
1923
                 </div>
1919
                 </div>
1924
                 <div class="inline_block" style="flex:1;">
1920
                 <div class="inline_block" style="flex:1;">
1925
                   患者签名:
1921
                   患者签名:
1926
-                  <div
1927
-                    class="under_line"
1928
-                    style="width: 40px;text-align: center"
1929
-                  >
1930
-
1931
-
1922
+                  <div class="under_line" style="width: 70px">
1932
                   </div>
1923
                   </div>
1933
                 </div>
1924
                 </div>
1934
-
1935
               </div>
1925
               </div>
1936
             </td>
1926
             </td>
1937
           </tr>
1927
           </tr>