浏览代码

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

csx 6 年前
父节点
当前提交
f2bd44561b

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order.vue 查看文件

@@ -336,7 +336,7 @@
336 336
                                         </div>
337 337
                                     </div>
338 338
                                     <div class="row" style="padding: 2px 0;">
339
-                                        其他记录:<div class="under_line" style="width: 830px;">{{complicationsOther(record.assessment_after_dislysis)}}</div>
339
+                                        透析小结:<div class="under_line" style="width: 830px;">{{complicationsOther(record.assessment_after_dislysis)}}</div>
340 340
                                     </div>
341 341
                                     <div class="row" style="padding: 2px 0;"><!-- 同属“其他记录” -->
342 342
                                         <div class="under_line" style="width: 900px;"></div>

+ 3 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

@@ -715,7 +715,8 @@
715 715
                 <table class="table-box">
716 716
                   <tbody>
717 717
                   <tr>
718
-                    <td width="70">其他记录:</td>
718
+                    <!-- <td width="70">其他记录:</td> -->
719
+                    <td width="70">透析小结:</td>
719 720
                     <td width="">
720 721
                       <div class="under-line">&nbsp;{{afterdialysis.complications_other}}</div>
721 722
                     </td>
@@ -1982,7 +1983,7 @@
1982 1983
                     <td width="35">其它</td>
1983 1984
                     <td width="">
1984 1985
                       <div class="under-line">&nbsp;
1985
-                        <span v-if="afterdialysis.in_advance_reason_other.length > 0">{{afterdialysis.in_advance_reason_other}}</span>
1986
+                        <span v-if="afterdialysis.in_advance_reason.length > 0">{{afterdialysis.in_advance_reason_other}}</span>
1986 1987
                       </div>
1987 1988
                     </td>
1988 1989
                     <td width="10">)</td>

+ 12 - 11
src/xt_pages/user/components/PatientForm.vue 查看文件

@@ -615,17 +615,18 @@
615 615
         GetPatientTotal().then(response => {
616 616
           if (response.data.state == 1) {
617 617
             this.patientTotal = response.data.data.total
618
-            if ((this.subscibe.state == 2 && this.patientTotal >= 100) || (this.subscibe.state == 1 && this.patientTotal >= 200)) {
619
-              this.$alert('患者数已达到当前服务版本病人数,需要升级到更高的版本', '提示', {
620
-                confirmButtonText: '确定',
621
-                showClose: false,
622
-                callback: action => {
623
-                  this.$router.push('/service/buy')
624
-                }
625
-              })
626
-            } else {
627
-              this.subscibeFlag = true
628
-            }
618
+            this.subscibeFlag = true;
619
+            // if ((this.subscibe.state == 2 && this.patientTotal >= 100) || (this.subscibe.state == 1 && this.patientTotal >= 200)) {
620
+            //   this.$alert('患者数已达到当前服务版本病人数,需要升级到更高的版本', '提示', {
621
+            //     confirmButtonText: '确定',
622
+            //     showClose: false,
623
+            //     callback: action => {
624
+            //       this.$router.push('/service/buy')
625
+            //     }
626
+            //   })
627
+            // } else {
628
+            //   this.subscibeFlag = true
629
+            // }
629 630
           } else {
630 631
             this.$message.error(response.data.msg)
631 632
           }