浏览代码

透析器/灌流器的更改

XMLWAN 5 年前
父节点
当前提交
2270158aa5
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 8 0
      src/api/common/common.js
  2. 2 0
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue

+ 8 - 0
src/api/common/common.js 查看文件

503
     params: params
503
     params: params
504
   })
504
   })
505
 }
505
 }
506
+
507
+export function getIdSlist(data, patientid) {
508
+  return request({
509
+    url: '/com/api/getidslist?patientid=' + patientid,
510
+    method: 'post',
511
+    data: data
512
+  })
513
+}

+ 2 - 0
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue 查看文件

774
     // this.form.operate_date = parseInt((new Date()).getTime() / 1000)
774
     // this.form.operate_date = parseInt((new Date()).getTime() / 1000)
775
     // this.form.monitoring_time = parseTime(new Date(), "{h}:{i}")
775
     // this.form.monitoring_time = parseTime(new Date(), "{h}:{i}")
776
     this.form.operate_time = new Date().getTime()
776
     this.form.operate_time = new Date().getTime()
777
+    var symptoms = getDataConfig('hemodialysis', 'symptoms')
778
+    
777
   },
779
   },
778
   methods: {
780
   methods: {
779
     venousPressureChange(type) {
781
     venousPressureChange(type) {