Преглед на файлове

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

csx преди 5 години
родител
ревизия
2b8c124c11

+ 20 - 20
src/xt_pages/data/printTemplate.vue Целия файл

@@ -144,26 +144,26 @@
144 144
             >
145 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 167
         </el-row>
168 168
       </div>
169 169
     </div>

+ 10 - 10
src/xt_pages/dialysis/batch_print/batch_print_order.vue Целия файл

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

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Целия файл

@@ -970,8 +970,8 @@
970 970
                   <div class="inline_block" style="flex:1;">
971 971
                     治疗医生:
972 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 975
                     </div>
976 976
                   </div>
977 977
                 </div>

+ 2 - 12
src/xt_pages/dialysis/template/DialysisPrintOrderTen.vue Целия файл

@@ -1898,16 +1898,12 @@
1898 1898
                 <div class="inline_block" style="flex:1;">
1899 1899
                   治疗医生:
1900 1900
                   <div
1901
-
1902 1901
                     class="under_line"
1903 1902
                     style="width: 120px;"
1904 1903
                   >
1905 1904
                     <img style="height:20px;" src="https://images.shengws.com/FgnRnBcx1BgULJ1dn7VKzeBPEvtm" alt="" srcset="">
1906
-
1907 1905
                     <span
1908
-                        v-if="
1909
-                          setAdminUserES(prescription.prescription_doctor) == ''
1910
-                        "
1906
+                        v-if="setAdminUserES(prescription.prescription_doctor) == ''"
1911 1907
                       >{{
1912 1908
                           getAdminUser(prescription.prescription_doctor)
1913 1909
                         }}</span
@@ -1923,15 +1919,9 @@
1923 1919
                 </div>
1924 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 1923
                   </div>
1933 1924
                 </div>
1934
-
1935 1925
               </div>
1936 1926
             </td>
1937 1927
           </tr>