浏览代码

11月14日 库存扣减更新

XMLWAN 3 年前
父节点
当前提交
1cceae85f0
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 4 - 4
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

1610
           'hemodialysis',
1610
           'hemodialysis',
1611
           'dialyzer_perfusion_apparatus'
1611
           'dialyzer_perfusion_apparatus'
1612
         )
1612
         )
1613
-        console.log('3333333', this.dialyzerPerfusionApparatus)
1613
+        // console.log('3333333', this.dialyzerPerfusionApparatus)
1614
         this.bloods = getDataConfig(
1614
         this.bloods = getDataConfig(
1615
           'hemodialysis',
1615
           'hemodialysis',
1616
           'blood'
1616
           'blood'
1968
         if (his_is_open == 1) {
1968
         if (his_is_open == 1) {
1969
           this.is_open = 0
1969
           this.is_open = 0
1970
         }
1970
         }
1971
-        
1971
+
1972
         if(this.$store.getters.xt_user.org.id == 10101){
1972
         if(this.$store.getters.xt_user.org.id == 10101){
1973
           if (this.predialysis.id > 0 && this.predialysis.created_time > 0) {
1973
           if (this.predialysis.id > 0 && this.predialysis.created_time > 0) {
1974
             var date = new Date(this.predialysis.created_time * 1000)
1974
             var date = new Date(this.predialysis.created_time * 1000)
2056
             }
2056
             }
2057
           }
2057
           }
2058
         }
2058
         }
2059
-        
2059
+
2060
 
2060
 
2061
         if (pre.anticoagulant == 3) {
2061
         if (pre.anticoagulant == 3) {
2062
           this.dialysisPrescription.anticoagulant = '低分子肝素'
2062
           this.dialysisPrescription.anticoagulant = '低分子肝素'
3513
         if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
3513
         if (isNaN(this.dialysisPrescription.anticoagulant_zongliang)) {
3514
           this.dialysisPrescription.anticoagulant_zongliang = ''
3514
           this.dialysisPrescription.anticoagulant_zongliang = ''
3515
         }
3515
         }
3516
-        
3516
+
3517
       },
3517
       },
3518
       'dialysisPrescription.anticoagulant_shouji': function() {
3518
       'dialysisPrescription.anticoagulant_shouji': function() {
3519
         let dialysis_duration_minute = 0
3519
         let dialysis_duration_minute = 0