XMLWAN преди 2 години
родител
ревизия
0f9c63b61e

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

@@ -17,12 +17,12 @@
17 17
           @click="next"
18 18
           >下一位</el-button
19 19
         >
20
-        <el-button
20
+        <!-- <el-button
21 21
           size="small"
22 22
           type="primary"
23 23
           @click="printOrderOne"
24 24
           icon="el-icon-printer"
25
-          >打印上机单</el-button>
25
+          >打印上机单</el-button> -->
26 26
 
27 27
         <el-button
28 28
           size="small"

+ 1 - 1
src/xt_pages/dialysis/dialysisPage.vue Целия файл

@@ -648,7 +648,7 @@
648 648
                     <p>{{ DialysisPrescriptionComfirmUserName }}</p>
649 649
                     <el-button :disabled="$store.getters.xt_user.subscibe.state==3?true:false" type="primary" @click="commitDialysisPrescriptionAndOther">提交并设为长期处方</el-button>
650 650
                     <el-button :disabled="$store.getters.xt_user.subscibe.state==3?true:false" type="primary" @click="commitDialysisPrescription">提交</el-button>
651
-                    <el-button type="primary" @click="printDan">打印上机单</el-button>
651
+                    <!-- <el-button type="primary" @click="printDan">打印上机单</el-button> -->
652 652
                   </el-form-item>
653 653
                 </el-col>
654 654
 

+ 1 - 6
src/xt_pages/hospitalStation/invoiceTemplate/printTwo.vue Целия файл

@@ -186,12 +186,7 @@
186 186
           </span>
187 187
           <span style="position: absolute; top: 235px; left: 250px">
188 188
             <span v-if="zhongwen.indexOf('仟') > -1">
189
-              {{
190
-                zhongwen.substring(
191
-                  zhongwen.indexOf("仟") - 1,
192
-                  zhongwen.indexOf("仟")
193
-                )
194
-              }}
189
+              {{zhongwen.substring(zhongwen.indexOf("仟") - 1,zhongwen.indexOf("仟"))}}
195 190
             </span>
196 191
             <span v-else>零</span>
197 192
           </span>

+ 1 - 1
src/xt_pages/outpatientCharges/summary.vue Целия файл

@@ -1234,7 +1234,7 @@ export default {
1234 1234
         number: obj.mdtrt_id,
1235 1235
         name: obj.patient.name,
1236 1236
         age: obj.age,
1237
-        gend: obj.gend,
1237
+        gend: obj.patient.gender,
1238 1238
         setl_time: obj.setl_time,
1239 1239
         chargeName: this.getName(obj.creator),
1240 1240
       };