Browse Source

新分支

28169 1 year ago
parent
commit
175ca135fe

+ 3 - 3
src/xt_pages/dialysis/doctorAdviceStaticPrint.vue View File

@@ -201,9 +201,9 @@
201 201
                if(newHisArr!=null && newHisArr.length > 0){
202 202
                   let dataInfoOne = {}
203 203
                   newHisArr.forEach((item, index) => {
204
-                  let { advice_name } = item
205
-                  if (!dataInfoOne[advice_name]) {
206
-                    dataInfoOne[advice_name] = {
204
+                  let { drug_id } = item
205
+                  if (!dataInfoOne[drug_id]) {
206
+                    dataInfoOne[drug_id] = {
207 207
                       advice_name:item.advice_name,
208 208
                       child: [],
209 209
                       count:0,

+ 0 - 1
src/xt_pages/dialysis/longSignPrint.vue View File

@@ -36,7 +36,6 @@
36 36
                             <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138 && org_id!=10223">执行频率:{{it.execution_frequency}}</div>  
37 37
                             <div v-if="org_id!=10278">给药途径:{{it.delivery_way}}</div>  
38 38
                             <div v-if="org_id == 0 || org_id==10223">
39
-                                <span>配药者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
40 39
                                 <span>执行者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
41 40
                                 <span>核对者:</span>
42 41
                            </div> 

+ 5 - 5
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -183,9 +183,9 @@
183 183
       </div> -->
184 184
 
185 185
       <div style="margin-top: 10px;margin-bottom:10px">
186
-        <el-button type="primary" size="small" @click="toStatic" v-if="org_id!=9671  && org_id!=10340 && org_id!=0 ">统计</el-button>
186
+        <el-button type="primary" size="small" @click="toStatic" v-if="org_id!=9671  && org_id!=10340">统计</el-button>
187 187
 
188
-        <el-button type="primary" size="small" @click="toStaticOne" v-if="org_id == 9671 || org_id==10340 || org_id == 0">统计</el-button>
188
+        <el-button type="primary" size="small" @click="toStaticOne" v-if="org_id == 9671 || org_id==10340">统计</el-button>
189 189
       </div>
190 190
 
191 191
 
@@ -1863,9 +1863,9 @@ export default {
1863 1863
                if(newHisArr!=null && newHisArr.length > 0){
1864 1864
                   let dataInfoOne = {}
1865 1865
                   newHisArr.forEach((item, index) => {
1866
-                  let { advice_name } = item
1867
-                  if (!dataInfoOne[advice_name]) {
1868
-                    dataInfoOne[advice_name] = {
1866
+                  let { drug_id } = item
1867
+                  if (!dataInfoOne[drug_id]) {
1868
+                    dataInfoOne[drug_id] = {
1869 1869
                       advice_name:item.advice_name,
1870 1870
                       child: [],
1871 1871
                       count:0,

+ 1 - 1
src/xt_pages/dialysis/signPrint.vue View File

@@ -57,7 +57,7 @@
57 57
                             <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138 && org_id!=10223">执行频率:{{its.execution_frequency}}</div>  
58 58
                             <div>给药途径:{{its.delivery_way}}</div>  
59 59
                             <div v-if="org_id == 0 || org_id==10223">
60
-                                <span>配药者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
60
+                                <span>执行者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
61 61
                                 <span>核对者:</span>
62 62
                            </div> 
63 63
                         </div>