Procházet zdrojové kódy

Merge branch '20230223_pad_vue_new_branch' of http://git.shengws.com/csx/Pad_New into 20230223_pad_vue_new_branch

28169 před 3 dny
rodič
revize
19940e514b

+ 2 - 2
src/pages/main/template/DialysisPrintOrdereighty.vue Zobrazit soubor

@@ -161,7 +161,7 @@
161 161
                       {{
162 162
                         predialysis.pulse_frequency
163 163
                           ? predialysis.pulse_frequency
164
-                          : ""
164
+                          : "拒测"
165 165
                       }}
166 166
                     </div>
167 167
                     次/分
@@ -769,7 +769,7 @@
769 769
                     {{
770 770
                       afterdialysis.pulse_frequency
771 771
                         ? afterdialysis.pulse_frequency
772
-                        : ""
772
+                        : "拒测"
773 773
                     }}
774 774
                   </div>
775 775
                   次/分

+ 4 - 2
src/pages/main/template/DialysisPrintOrdereightyone.vue Zobrazit soubor

@@ -1949,20 +1949,22 @@ export default {
1949 1949
         }
1950 1950
         this.loading = false
1951 1951
        const advice = response.data.data.advices
1952
+       const advice2 = response.data.data.DoctorAdvice
1952 1953
         for(let i in advice){
1953 1954
           if(advice[i].id !=undefined ){
1954
-            console.log('response.data.data',this.doctor_advices);
1955
+           
1955 1956
             this.doctor_advices = advice
1956 1957
             //  response.data.data.advices == null ? [] : response.data.data.advices
1957 1958
           }
1958 1959
         }
1960
+        this.doctor_advices = this.doctor_advices.concat(advice2)
1961
+        console.log('response.data.data12111111',this.doctor_advices);
1959 1962
         const advicearr = []
1960 1963
         for(let i in this.doctor_advices){
1961 1964
           if(this.doctor_advices[i].delivery_way!='口服' && this.doctor_advices[i].delivery_way!='中药口服' && this.doctor_advices[i].advice_name.indexOf('胰岛素')==-1){
1962 1965
             if(this.doctor_advices[i].execution_frequency.indexOf("上机前") == -1 ){
1963 1966
               advicearr.push(this.doctor_advices[i])
1964 1967
             }
1965
-
1966 1968
           }
1967 1969
 
1968 1970
           // if(this.doctor_advices[i].delivery_way!='口服' && this.doctor_advices[i].delivery_way!='中药口服'){

+ 6 - 0
src/pages/main/template/DialysisPrintOrdereightytwo.vue Zobrazit soubor

@@ -246,6 +246,12 @@
246 246
             </div>
247 247
           </div> -->
248 248
         </div>
249
+        <div class="row">
250
+          备注
251
+          <div class="inline_block under_line" style="width:90%;text-align: center;white-space: normal;">
252
+            {{ prescription.remark ? prescription.remark : '/'}}
253
+          </div>
254
+        </div>
249 255
         <div class="row">
250 256
           <div  style="display: inline-block;">
251 257
             上机医生