XMLWAN 4 年之前
父節點
當前提交
c1c66ebcbd

+ 1 - 1
src/xt_pages/data/components/editInspection.vue 查看文件

228
                var ids = arr.join(",")
228
                var ids = arr.join(",")
229
                var item_id = this.form.item_id + "," + this.item_id.join(",") 
229
                var item_id = this.form.item_id + "," + this.item_id.join(",") 
230
                console.log("item_id",item_id)
230
                console.log("item_id",item_id)
231
-               return
231
+               
232
                if(valid){
232
                if(valid){
233
                 var params = {
233
                 var params = {
234
                     id:this.form.id,
234
                     id:this.form.id,

+ 3 - 3
src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue 查看文件

1033
            if(this.double_check.pipeline_connection_desc.indexOf("静脉管路未卡入保护夹")!=-1){
1033
            if(this.double_check.pipeline_connection_desc.indexOf("静脉管路未卡入保护夹")!=-1){
1034
              this.checkListThree.push("静脉管路未卡入保护夹")
1034
              this.checkListThree.push("静脉管路未卡入保护夹")
1035
            }
1035
            }
1036
-           if(this.double_check.pipeline_connection_desc.indexOf("压力传感器夹未打开")){
1036
+           if(this.double_check.pipeline_connection_desc.indexOf("压力传感器夹未打开")!=-1){
1037
               this.checkListThree.push("压力传感器夹未打开")
1037
               this.checkListThree.push("压力传感器夹未打开")
1038
            }
1038
            }
1039
-           if(this.double_check.pipeline_connection_desc.indexOf("接口连接松动")){
1039
+           if(this.double_check.pipeline_connection_desc.indexOf("接口连接松动")!=-1){
1040
               this.checkListThree.push("接口连接松动")
1040
               this.checkListThree.push("接口连接松动")
1041
            }
1041
            }
1042
-           if(this.double_check.pipeline_connection_desc.indexOf("管路打折")){
1042
+           if(this.double_check.pipeline_connection_desc.indexOf("管路打折")!=-1){
1043
              this.checkListThree.push("管路打折")
1043
              this.checkListThree.push("管路打折")
1044
            }
1044
            }
1045
            console.log("hhh",this.checkListOne)
1045
            console.log("hhh",this.checkListOne)

+ 3 - 0
src/xt_pages/user/patients.vue 查看文件

1489
         this.GetRemindPatientList();
1489
         this.GetRemindPatientList();
1490
       },
1490
       },
1491
       getTime(val) {
1491
       getTime(val) {
1492
+        if(val < 0){
1493
+          return ""
1494
+        }
1492
         if(val == ""){
1495
         if(val == ""){
1493
          return ""
1496
          return ""
1494
         }else {
1497
         }else {