Browse Source

新分支

28169 1 year ago
parent
commit
881903de1d

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1023,7 +1023,7 @@
1023 1023
                       </div>
1024 1024
                     </div>
1025 1025
 
1026
-                    <div class="row" style="padding: 2px 0; line-height: 23px">
1026
+                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id!=10449">
1027 1027
                       <div class="inline_block">
1028 1028
                         透析液成分钾:
1029 1029
                         <div
@@ -1273,7 +1273,7 @@
1273 1273
                       </div>
1274 1274
                     </div>
1275 1275
 
1276
-                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id == 3877 || org_id == 10449">
1276
+                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id == 3877">
1277 1277
                       <div class="inline_block">
1278 1278
                         置换速度:
1279 1279
                         <div

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

@@ -1036,7 +1036,7 @@
1036 1036
                     </div>
1037 1037
                   </div>
1038 1038
 
1039
-                  <div class="row" style="padding: 2px 0; line-height: 23px">
1039
+                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id !=10449">
1040 1040
                     <div class="inline_block">
1041 1041
                       透析液成分钾:
1042 1042
                       <div
@@ -1284,7 +1284,7 @@
1284 1284
                   </div>
1285 1285
 
1286 1286
 
1287
-                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==0 || org_id == 3877 || org_id ==10449 || org_id == 9671">
1287
+                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==0 || org_id == 3877  || org_id == 9671">
1288 1288
                     <div
1289 1289
                       class="inline_block"
1290 1290
                       style="margin-left: 20px"

+ 5 - 5
src/xt_pages/role/admin.vue View File

@@ -179,12 +179,12 @@
179 179
            
180 180
 
181 181
         
182
-         <!-- <el-button
182
+         <el-button
183 183
           type="primary"
184 184
           size="small"
185 185
           icon="el-icon-circle-plus-outline"
186 186
           style="float:left"
187
-          @click="toSendInformaton">发送短信验证码</el-button>  -->
187
+          @click="toSendInformaton">发送短信验证码</el-button> 
188 188
        
189 189
           
190 190
      </div>
@@ -271,7 +271,7 @@
271 271
               </el-button>
272 272
             </span> -->
273 273
 
274
-            <!-- <span>
274
+            <span>
275 275
               <el-button type="primary" size="small" @click="toQianShu(scope.row.user_id,scope.row.user_name)">
276 276
                     <span>创建签署人用户</span>
277 277
               </el-button>
@@ -287,7 +287,7 @@
287 287
               <el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
288 288
                     <span>创建企业印章</span>
289 289
               </el-button>
290
-            </span> -->
290
+            </span>
291 291
             <el-tooltip
292 292
               class="item"
293 293
               effect="dark"
@@ -485,7 +485,7 @@
485 485
 
486 486
 <script>
487 487
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
488
-  ,CreateQianshuUserName,toSendInformaton,CreateSKDSendInformation} from "@/api/role/admin";
488
+  ,CreateQianshuUserName,CreateSKDSendInformation} from "@/api/role/admin";
489 489
 import { getRoles } from "@/api/role/role";
490 490
 
491 491
 import { parseTime } from "@/utils";