28169 6 ヶ月 前
コミット
706ced89b7

+ 4 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue ファイルの表示

@@ -1190,8 +1190,8 @@
1190 1190
                               : "/"
1191 1191
                           }}
1192 1192
                         </div>
1193
-                         <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id==10460 || org_id ==10624 || org_id ==10644">ml</span>
1194
-                         <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10471 && org_id!=10460 && org_id!=10624  && org_id!=10644">L</span>
1193
+                         <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469|| org_id==10460 || org_id ==10624 || org_id ==10644">ml</span>
1194
+                         <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10460 && org_id!=10624  && org_id!=10644">L</span>
1195 1195
                       </div>
1196 1196
 
1197 1197
                       <div class="inline_block" style="flex: 1" v-if="org_id == 10469 || org_id ==10598">
@@ -2196,7 +2196,7 @@
2196 2196
                             执行人签名
2197 2197
                           </td>
2198 2198
                           <td style="font-size: 16px" width="10%">时间</td>
2199
-                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206 || org_id == 10571 || org_id ==10600 || org_id == 10489">核对护士</td>
2199
+                           <td style="font-size: 16px" width="10%" v-if="org_id == 10375 || org_id == 0 || org_id ==10206 || org_id == 10571 || org_id ==10600 || org_id == 10489 || org_id ==10402">核对护士</td>
2200 2200
                         </tr>
2201 2201
                         <!-- <template v-for="group in doctor_advices" > -->
2202 2202
 
@@ -2304,7 +2304,7 @@
2304 2304
                                 getTime(advice[0].execution_time, " {h}:{i}")
2305 2305
                               }}</span>
2306 2306
                             </td>
2307
-                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206|| org_id == 10571 || org_id ==10600 || org_id ==10489">
2307
+                            <td height="35px" v-if="org_id == 10375 || org_id ==0||org_id ==10206|| org_id == 10571 || org_id ==10600 || org_id ==10489 || org_id == 10402">
2308 2308
                               <span
2309 2309
                                 v-if="
2310 2310
                                   setAdminUserES(

+ 2 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue ファイルの表示

@@ -2574,8 +2574,8 @@ export default {
2574 2574
           total+=parseInt(val[i].prescribing_number)
2575 2575
         }
2576 2576
         if (total < min_number) {
2577
-        min_str = total + min_unit;
2578
-      }
2577
+          min_str = total + min_unit;
2578
+        }
2579 2579
       if (total == 0) {
2580 2580
         min_str = "";
2581 2581
         max_str = "";

+ 5 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue ファイルの表示

@@ -1293,8 +1293,8 @@
1293 1293
                             : "/"
1294 1294
                         }}
1295 1295
                       </div>
1296
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460 || org_id==10644">ml</span>
1297
-                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460 && org_id!=10644">L</span>
1296
+                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10460 || org_id==10644">ml</span>
1297
+                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469  && org_id!=10460 && org_id!=10644">L</span>
1298 1298
                     </div>
1299 1299
 
1300 1300
 
@@ -2148,13 +2148,13 @@
2148 2148
                         <td style="font-size: 16px" width="10%">医生签名</td>
2149 2149
                         <!-- <td style="font-size: 16px" width="10%">核对人签名</td> -->
2150 2150
                         <td style="font-size: 16px" width="10%">执行人签名</td>
2151
-                        <td style="font-size: 16px" width="10%" v-if="org_id == 10598 || org_id == 10489 ">核对护士</td>
2151
+                        <td style="font-size: 16px" width="10%" v-if="org_id == 10598 || org_id == 10489 || org_id == 0 || org_id == 10402">核对护士</td>
2152 2152
                         <td style="font-size: 16px" width="10%">时间</td>
2153 2153
                         <td
2154 2154
                           style="font-size: 16px"
2155 2155
                           width="10%"
2156 2156
                           v-if="org_id == 10223 || org_id == 9538  ||
2157
-                                org_id ==10375 || org_id ==10571 || org_id ==10600 "
2157
+                                org_id ==10375 || org_id ==10571 || org_id ==10600"
2158 2158
                         >
2159 2159
                           核对护士
2160 2160
                         </td>
@@ -2237,7 +2237,7 @@
2237 2237
                             />
2238 2238
                         </span>
2239 2239
                         </td>
2240
-                        <td v-if="org_id == 10598 || org_id==10489 ">
2240
+                        <td v-if="org_id == 10598 || org_id==10489 || org_id == 0 || org_id == 10402 ">
2241 2241
                           <span v-if="org_id!=10489">
2242 2242
                             <span v-if="advice!=null && advice.checker>0">
2243 2243
                               <span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker)}}</span>

+ 5 - 0
src/xt_pages/stock/drugs/components/drugQuery.vue ファイルの表示

@@ -95,6 +95,11 @@
95 95
                   {{scope.row.dose}}{{scope.row.dose_unit}}*{{scope.row.min_number}}{{scope.row.min_unit}}/{{scope.row.max_unit}}
96 96
                 </template>
97 97
             </el-table-column>
98
+            <el-table-column label="零售价" align="center" v-if="org_id ==10697 || org_id == 0">
99
+              <template slot-scope="scope">
100
+                 {{scope.row.retail_price}}
101
+              </template>
102
+            </el-table-column>
98 103
             <el-table-column label="生产厂商" align="center">
99 104
               <template slot-scope="scope">
100 105
                 {{getManufacturName(scope.row.manufacturer)}}

+ 5 - 0
src/xt_pages/stock/drugs/components/expiryDateDrugQuery.vue ファイルの表示

@@ -59,6 +59,11 @@
59 59
                    {{scope.row.XtBaseDrug.dose}}{{scope.row.XtBaseDrug.dose_unit}}*{{scope.row.XtBaseDrug.min_number}}{{scope.row.XtBaseDrug.min_unit}}/{{scope.row.XtBaseDrug.max_unit}}
60 60
                 </template>
61 61
             </el-table-column>
62
+            <el-table-column label="国家编码" align="center">
63
+              <template slot-scope="scope">
64
+                 {{scope.row.XtBaseDrug.medical_insurance_number}}
65
+              </template>
66
+            </el-table-column>
62 67
             <el-table-column label="生产厂商" align="center">
63 68
               <template slot-scope="scope">
64 69
                  {{getManufacturName(scope.row.manufacturer)}}

+ 5 - 0
src/xt_pages/stock/query/expiryDateQuery.vue ファイルの表示

@@ -56,6 +56,11 @@
56 56
                  {{scope.row.GoodInfo.good_name}}
57 57
               </template>
58 58
             </el-table-column>
59
+            <el-table-column label="国家编码" align="center">
60
+              <template slot-scope="scope">
61
+                 {{scope.row.GoodInfo.social_security_directory_code}}
62
+              </template>
63
+            </el-table-column>
59 64
             <el-table-column label="规格&单位" align="center">
60 65
                 <template slot-scope="scope">
61 66
                    {{scope.row.GoodInfo.specification_name}}/{{scope.row.GoodInfo.packing_unit}}

+ 6 - 0
src/xt_pages/stock/query/goodNewQuery.vue ファイルの表示

@@ -73,6 +73,12 @@
73 73
                   {{scope.row.specification_name}}/{{scope.row.packing_unit}}
74 74
                 </template>
75 75
             </el-table-column>
76
+           
77
+            <el-table-column label="零售价" align="center" v-if="org_id == 0 || org_id ==10697">
78
+              <template slot-scope="scope">
79
+                 {{scope.row.packing_price}}
80
+              </template>
81
+            </el-table-column>
76 82
             <el-table-column label="生产厂商" align="center" v-if="org_id!=10679">
77 83
               <template slot-scope="scope">
78 84
                   {{getManufacturName(scope.row.manufacturer)}}