Browse Source

9月3,79号打印单

yq1 7 months ago
parent
commit
8b8f97dde1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue View File

@@ -1189,8 +1189,8 @@ export default {
1189 1189
           }
1190 1190
           for(let i in projects){
1191 1191
             if(projects[i].type ==2){
1192
-              if(projects[i].project.project_name == '血监测'){
1193
-                console.log('血监测',projects[i].advice_name);
1192
+              if(projects[i].project.project_name == '血监测'){
1193
+                console.log('血监测',projects[i].advice_name);
1194 1194
                 projectarr.push(projects[i])
1195 1195
               }
1196 1196
             }