28169 11 месяцев назад
Родитель
Сommit
c37d32b236

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Просмотреть файл

@@ -1202,8 +1202,8 @@
1202 1202
                             : "/"
1203 1203
                         }}
1204 1204
                       </div>
1205
-                      <span v-if="org_id == 10395 || org_id == 9829 || org_id == 10440 || org_id == 10469 || org_id == 10471 || org_id == 10460">ml</span>
1206
-                      <span v-if="org_id!=10395&&org_id!=9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460">L</span>
1205
+                      <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>
1206
+                      <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>
1207 1207
                     </div>
1208 1208
 
1209 1209
 

+ 1 - 1
src/xt_pages/stock/query/goodNewQuery.vue Просмотреть файл

@@ -68,7 +68,7 @@
68 68
                   {{scope.row.specification_name}}/{{scope.row.packing_unit}}
69 69
                 </template>
70 70
             </el-table-column>
71
-            <el-table-column label="生产厂商" align="center">
71
+            <el-table-column label="生产厂商" align="center" v-if="org_id!=10679">
72 72
               <template slot-scope="scope">
73 73
                   {{getManufacturName(scope.row.manufacturer)}}
74 74
               </template>

+ 1 - 1
src/xt_pages/stock/query/purchaseNewStockQuery.vue Просмотреть файл

@@ -90,7 +90,7 @@
90 90
                   {{scope.row.specification_name}}/{{scope.row.packing_unit}}
91 91
                 </template>
92 92
             </el-table-column>
93
-            <el-table-column label="生产厂商" align="center">
93
+            <el-table-column label="生产厂商" align="center" v-if="org_id!=10679">
94 94
               <template slot-scope="scope">
95 95
                  {{getManufacturName(scope.row.manufacturer)}}
96 96
               </template>