Browse Source

新分支

28169 1 year ago
parent
commit
1a0314f279

+ 97 - 0
src/api/role/admin.js View File

@@ -185,4 +185,101 @@ export function toTestThrityMent(params){
185 185
     method:"Get",
186 186
     params:params,
187 187
   })
188
+}
189
+
190
+
191
+export function saveEnterprise(data){
192
+  
193
+  return request({
194
+    url:"/api/sign/saveenerprise",
195
+    method:"post",
196
+    data:data,
197
+  })
198
+}
199
+
200
+export function getEnterPriseById(params){
201
+  return request({
202
+    url:"/api/sign/getenerprisebyid",
203
+    method:"Get",
204
+    params:params
205
+  })
206
+}
207
+
208
+export function getMobileCode(params){
209
+   return request({
210
+    url:"/api/sign/getmobilecode",
211
+    method:"Get",
212
+    params:params,
213
+   })
214
+}
215
+
216
+export function savePersionEnterPrise(data){
217
+  return request({
218
+    url:"/api/sign/getpersionenterprise",
219
+    method:"post",
220
+    data:data,
221
+  })
222
+}
223
+
224
+export function getPerseEnterPriseById(admin_user_id,params){
225
+  
226
+  return request({
227
+    url:"/api/sign/getpersenterprisebyid?admin_user_id="+admin_user_id,
228
+    method:"Get",
229
+    params:params
230
+  })
231
+}
232
+
233
+export function CreatePersionSeal(admin_user_id,params){
234
+
235
+  return request({
236
+    url:"/api/device/sign/creterpersionseal?admin_user_id="+admin_user_id,
237
+    method:"get",
238
+    params:params,
239
+  })
240
+}
241
+
242
+export function CreateNewEnterPrise(admin_user_id,params){
243
+ 
244
+   return request({
245
+     url:"/api/device/sign/createnewenterprise?admin_user_id="+admin_user_id,
246
+     method:"Get",
247
+     params:params,
248
+   })
249
+}
250
+
251
+export function toTestThrity(params){
252
+
253
+   return request({
254
+    url:"/api/device/contractid",
255
+    method:"Get",
256
+    params:params
257
+   })
258
+}
259
+
260
+export function toEndEnterPrise(params){
261
+  
262
+  return request({
263
+    url:"/api/device/endenterprise",
264
+    method:"get",
265
+    params:params
266
+  })
267
+}
268
+
269
+export function getEnterPriseDetail(params){
270
+
271
+  return request({
272
+    url:"/api/device/getenterprisedetail",
273
+    method:"get",
274
+    params:params
275
+  })
276
+}
277
+
278
+export function UploadPrintOrder(str,params){
279
+  
280
+  return request({
281
+    url:"/api/device/uploadprintorder?name="+str,
282
+    method:"Get",
283
+    params:params,
284
+  })
188 285
 }

+ 1 - 12
src/xt_pages/dialysis/batch_print/batch_print_order_twelve.vue View File

@@ -208,18 +208,7 @@
208 208
                   <tr style="text-align:left">
209 209
                     <td colspan="11" style="padding-left:5px">
210 210
                       治疗抗凝:<label-box
211
-                        :isChecked="
212
-
213
-                            isCheckBoxChecked(
214
-                              record.prescription,
215
-                              'anticoagulant',
216
-                              6
217
-                            ) || isCheckBoxChecked(
218
-                              record.prescription,
219
-                              'anticoagulant',
220
-                              7
221
-                            )
222
-                        "
211
+                        :isChecked="isCheckBoxChecked(record.prescription,'anticoagulant',6) || isCheckBoxChecked(record.prescription,'anticoagulant',7) || isCheckBoxChecked(record.prescription,'anticoagulant',3)"
223 212
                         showValue="低分子肝素:"
224 213
                       ></label-box>
225 214
                       <span style="width:50px;display: inline-block;">{{

+ 1 - 1
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

@@ -291,7 +291,7 @@
291 291
           </template>
292 292
         </el-table-column>
293 293
         <el-table-column
294
-          v-if="template_id != 6 && org_id!=10223 && org_id!=10445 && org_id!=0"
294
+          v-if="(template_id != 6 && org_id!=10223 && org_id!=10445)  || org_id == 10460"
295 295
           prop="checker"
296 296
           min-width="30px"
297 297
           align="center"

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

@@ -1,7 +1,8 @@
1 1
 <template>
2 2
   <div>
3 3
     <el-button type="primary" @click="checkData">一键核对</el-button>
4
-    <div id="dialysis-print-box-1">
4
+    <!-- <el-button type="primary" @click="toUpload">一键上传</el-button> -->
5
+    <div id="dialysis-print-box-1" ref="pdfContent">
5 6
       <div
6 7
         id="dialysis-print-box-1-1"
7 8
         class="dialysis-print-order print-template-two print_page_main_content"
@@ -3057,6 +3058,7 @@
3057 3058
                     <div class="inline_block" style="flex: 1">
3058 3059
                       治疗医生:
3059 3060
                       <div
3061
+                        v-if="org_id ==10191"
3060 3062
                         class="under_line"
3061 3063
                         style="width: 80px; text-align: center"
3062 3064
                       >
@@ -3074,6 +3076,25 @@
3074 3076
                           v-else
3075 3077
                         />
3076 3078
                       </div>
3079
+                      <div
3080
+                        v-if="org_id!=10191"
3081
+                        class="under_line"
3082
+                        style="width: 80px; text-align: center"
3083
+                      >
3084
+                      <span
3085
+                            style="height: 30px; display: inline-block"
3086
+                            v-if="setAdminUserES(doctor_advices[0].advice_doctor) == ''"
3087
+                          >
3088
+                            {{ getAdminUser(doctor_advices[0].advice_doctor) }}
3089
+                          </span>
3090
+                          <img
3091
+                            style="height: 40px"
3092
+                            :src="setAdminUserES(doctor_advices[0].advice_doctor)"
3093
+                            alt=""
3094
+                            srcset=""
3095
+                            v-else
3096
+                          />
3097
+                      </div>
3077 3098
                     </div>
3078 3099
                   </div>
3079 3100
                 </td>
@@ -3092,12 +3113,15 @@ import CheckBox from "../batch_print/option_check_box";
3092 3113
 import { getDialysisRecord } from "@/api/dialysis";
3093 3114
 import { getDataConfig } from "@/utils/data";
3094 3115
 import { jsGetAge, uParseTime } from "@/utils/tools";
3116
+
3095 3117
 import LabelBox from "../printItem/LabelBox";
3096 3118
 import BreadCrumb from "@/xt_pages/components/bread-crumb";
3097 3119
 // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
3098 3120
 // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
3099 3121
 import print from "print-js";
3100
-
3122
+import html2pdf from 'html2pdf.js'
3123
+import { UploadPrintOrder } from "@/api/role/admin"
3124
+import { HTML5_FMT } from "moment";
3101 3125
 export default {
3102 3126
   name: "dialysisPrintOrderSix",
3103 3127
   props: ["childResponse"],
@@ -4057,6 +4081,44 @@ export default {
4057 4081
         return "0.0";
4058 4082
       }
4059 4083
     },
4084
+
4085
+    toUpload(){
4086
+      const content = this.$refs.pdfContent;
4087
+      console.log("contentwowowowow",content)
4088
+      // Convert HTML to PDF
4089
+      const pdfOptions = {
4090
+        margin: 10,
4091
+        filename: 'sample.pdf',
4092
+        image: { type: 'jpeg', quality: 0.98 },
4093
+        html2canvas: { scale: 2 },
4094
+        jsPDF: { unit: 'mm', format: 'a4', orientation: 'portrait' },
4095
+      };
4096
+      
4097
+      const pdf =  html2pdf().from(content).set(pdfOptions).outputPdf();
4098
+      
4099
+      console.log("pdfwowowoow",pdf)
4100
+      // Convert PDF to Base64
4101
+      const pdfBlob = new Blob([pdf], { type: 'application/pdf' });
4102
+      const reader = new FileReader();
4103
+      
4104
+      reader.onload = () => {
4105
+      const base64Data = reader.result.split(',')[1]; // Base64 string
4106
+      console.log('Base64 PDF:', base64Data);
4107
+
4108
+        UploadPrintOrder(base64Data).then(response=>{
4109
+           if(response.data.state == 1){
4110
+             var sign =  response.data.data.sign
4111
+             console.log("paramwowowo",sign)
4112
+             this.$message.success("上传成功")
4113
+           }
4114
+        })
4115
+        
4116
+        // Here, you can use the base64Data as needed, like sending it to the server, etc.
4117
+      };
4118
+      
4119
+      reader.readAsDataURL(pdfBlob);
4120
+    
4121
+    }
4060 4122
   },
4061 4123
   watch: {
4062 4124
     "patientInfo.gender": function () {
@@ -4083,6 +4145,8 @@ export default {
4083 4145
         this.patientInfo_source_1 = false;
4084 4146
       }
4085 4147
     },
4148
+
4149
+
4086 4150
   },
4087 4151
   created() {
4088 4152
     this.way_arr = getDataConfig("hemodialysis", "way");

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrdersixtySeven.vue View File

@@ -325,7 +325,7 @@
325 325
                 </tr>
326 326
             </table>
327 327
           </div>
328
-          <div style="margin-bottom: 10px;">
328
+          <div style="margin-bottom: 10px;" v-if="org_id!=0&& org_id!=10375">
329 329
             <table class="table" border="1"
330 330
               style="border-collapse: collapse;text-align: center;width: 100%;"
331 331
             >

+ 1 - 1
src/xt_pages/outpatientCharges/listTemplate/printOne.vue View File

@@ -26,7 +26,7 @@
26 26
                 <td style="width:6%">数量</td>
27 27
                 <td style="width:10%">金额(元)</td>
28 28
             </tr>
29
-            <tr v-for="item in list.slice(index * 13,(index * 13) + pageArr[index])">
29
+            <tr v-for="item in list.slice(index * 15,(index * 15) + pageArr[index])">
30 30
                 <td style="width:15%">{{item.p_time}}</td>
31 31
                 <td style="width:10%">{{item.med_chrgitm_type}}</td>
32 32
                 <td style="width:10%">{{item.code}}</td>

File diff suppressed because it is too large
+ 510 - 592
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue


+ 371 - 6
src/xt_pages/role/admin.vue View File

@@ -4,6 +4,14 @@
4 4
       <bread-crumb :crumbs="crumbs"></bread-crumb>
5 5
      
6 6
        <div>
7
+
8
+        <!-- <el-button
9
+          type="primary"
10
+          size="small"
11
+          icon="el-icon-circle-plus-outline"
12
+          style="float:left"
13
+          @click="toGet">CA企业认证</el-button> -->
14
+
7 15
         <el-button
8 16
           type="primary"
9 17
           size="small"
@@ -16,6 +24,9 @@
16 24
         @click="BatchDelete"
17 25
         >医药师登记</el-button>
18 26
 
27
+
28
+       
29
+
19 30
          <!-- <el-button
20 31
           type="primary"
21 32
           size="small"
@@ -85,9 +96,9 @@
85 96
           icon="el-icon-circle-plus-outline"
86 97
           style="float:left"
87 98
           @click="toTestNight">后台签署</el-button>
88
-          
99
+           -->
89 100
 
90
-          <el-button
101
+          <!-- <el-button
91 102
           type="primary"
92 103
           size="small"
93 104
           icon="el-icon-circle-plus-outline"
@@ -101,6 +112,70 @@
101 112
           icon="el-icon-circle-plus-outline"
102 113
           style="float:left"
103 114
           @click="toTestThrityMent">生成PDF</el-button>  -->
115
+
116
+
117
+        <!-- <el-button
118
+          type="primary"
119
+          size="small"
120
+          icon="el-icon-circle-plus-outline"
121
+          style="float:left"
122
+          @click="toTestTwo">创建个人印章</el-button> -->
123
+
124
+
125
+          <!-- <el-button
126
+          type="primary"
127
+          size="small"
128
+          icon="el-icon-circle-plus-outline"
129
+          style="float:left"
130
+          @click="toTestThree">创建合同</el-button>
131
+
132
+
133
+          <el-button
134
+          type="primary"
135
+          size="small"
136
+          icon="el-icon-circle-plus-outline"
137
+          style="float:left"
138
+          @click="toTestSeven">添加合同签署人</el-button>
139
+
140
+
141
+          <el-button 
142
+          type="primary"
143
+          size="small"
144
+          icon="el-icon-circle-plus-outline"
145
+          style="float:left"
146
+          @click="toTestTen"
147
+          >
148
+           获取短信验证码
149
+          </el-button>
150
+
151
+          <el-button
152
+          type="primary"
153
+          size="small"
154
+          icon="el-icon-circle-plus-outline"
155
+          style="float:left"
156
+          @click="toTestNight">后台签署</el-button>
157
+
158
+          <el-button
159
+          type="primary"
160
+          size="small"
161
+          icon="el-icon-circle-plus-outline"
162
+          style="float:left"
163
+          @click="toTestThrity">合同详情查询</el-button>
164
+
165
+          <el-button
166
+          type="primary"
167
+          size="small"
168
+          icon="el-icon-circle-plus-outline"
169
+          style="float:left"
170
+          @click="toEnd">结束签署</el-button> -->
171
+
172
+
173
+          <!-- <el-button
174
+          type="primary"
175
+          size="small"
176
+          icon="el-icon-circle-plus-outline"
177
+          style="float:left"
178
+          @click="toWatch">合同在线预览</el-button> -->
104 179
           
105 180
      </div>
106 181
     
@@ -178,7 +253,25 @@
178 253
         </el-table-column>
179 254
         <el-table-column label="操作" width="240" align="center">
180 255
           <template slot-scope="scope">
181
-            <!-- <router-link :to="{ path:'/role/admin/edit', query:{ id:scope.row.user_id }}"> -->
256
+           
257
+             
258
+            <!-- <span>
259
+              <el-button type="primary" size="small" @click="toRenZhen(scope.row.user_id,scope.row.user_name)">
260
+                    <span>CA个人认证</span>
261
+              </el-button>
262
+            </span>
263
+
264
+            <span>
265
+              <el-button type="primary" size="small" @click="toYinZhang(scope.row.user_id,scope.row.user_name)">
266
+                    <span>创建个人印章</span>
267
+              </el-button>
268
+            </span>
269
+
270
+            <span>
271
+              <el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
272
+                    <span>授权用户企业印章</span>
273
+              </el-button>
274
+            </span> -->
182 275
             <el-tooltip
183 276
               class="item"
184 277
               effect="dark"
@@ -252,11 +345,130 @@
252 345
       </el-row>
253 346
       <admin-info-form ref="admininfoform"></admin-info-form>
254 347
     </div>
348
+
349
+    <el-dialog
350
+      title="CA企业认证"
351
+      :visible.sync="dialogVisible"
352
+      width="50%">
353
+      <span>
354
+        
355
+        <el-form>
356
+          <el-row>
357
+            <el-col>
358
+               <el-form-item label="企业类型:">
359
+                <el-select
360
+                  v-model="form.org_type"
361
+                  filterable
362
+                  clearable
363
+                  allow-create
364
+                  placeholder="选择"
365
+                >
366
+                  <el-option
367
+                    v-for="item in businessList"
368
+                    :key="item.id"
369
+                    :label="item.name "
370
+                    :value="item.id"
371
+                  ></el-option>
372
+                </el-select>
373
+               </el-form-item>
374
+            </el-col>
375
+
376
+            <el-col>
377
+               <el-form-item label="企业名称:">
378
+                 <el-input style="width:200px" v-model="form.enterprise_name" placeholder="请按营业执照上面的公司填写名称"></el-input>
379
+               </el-form-item>
380
+            </el-col>
381
+
382
+            <el-col>
383
+               <el-form-item label="统一社会信用代码:">
384
+                 <el-input style="width:200px" v-model="form.code" placeholder="请输入统一社会信息代码"></el-input>
385
+               </el-form-item>
386
+            </el-col>
387
+
388
+            <el-col>
389
+               <el-form-item label="组织机构代码:">
390
+                 <el-input style="width:200px" v-model="form.org_code" placeholder="请输入统一社会信息代码"></el-input>
391
+               </el-form-item>
392
+            </el-col>
393
+
394
+           
395
+            <el-col>
396
+               <el-form-item label="法定代表人:">
397
+                 <el-input style="width:200px" v-model="form.legal_person_name" placeholder="请输入统一社会信息代码"></el-input>
398
+               </el-form-item>
399
+            </el-col>
400
+
401
+            <el-col>
402
+               <el-form-item label="法定代表人身份证:">
403
+                 <el-input style="width:200px" v-model="form.legal_id_card_num" placeholder="请输入统一社会信息代码"></el-input>
404
+               </el-form-item>
405
+            </el-col>
406
+
407
+            <el-col>
408
+               <el-form-item label="法人手机号码:">
409
+                 <el-input style="width:200px" v-model="form.legal_phone" placeholder="请输入法人手机号码"></el-input>
410
+               </el-form-item>
411
+            </el-col>
412
+          </el-row>
413
+        </el-form>
414
+
415
+      </span>
416
+      <span slot="footer" class="dialog-footer">
417
+        <el-button @click="dialogVisible = false">取 消</el-button>
418
+        <el-button type="primary" @click="saveEnterprise">立即认证</el-button>
419
+      </span>
420
+    </el-dialog>
421
+
422
+
423
+    <el-dialog
424
+      title="CA个人认证"
425
+      :visible.sync="persionDialogVisible"
426
+      width="50%">
427
+      <span>
428
+        
429
+        <el-form>
430
+          <el-row>
431
+          
432
+            <el-col>
433
+               <el-form-item label="姓名:">
434
+                 <el-input style="width:200px" v-model="personForm.display_name" placeholder="请输入姓名"></el-input>
435
+               </el-form-item>
436
+            </el-col>
437
+
438
+            <el-col>
439
+               <el-form-item label="身份证号:">
440
+                 <el-input style="width:200px" v-model="personForm.id_card_num" placeholder="请输入身份证号"></el-input>
441
+               </el-form-item>
442
+            </el-col>
443
+
444
+            <el-col>
445
+               <el-form-item label="手机号:">
446
+                 <el-input style="width:200px" v-model="personForm.phone" placeholder="请输入手机号"></el-input>
447
+               </el-form-item>
448
+            </el-col>
449
+
450
+           
451
+            <el-col>
452
+               <el-form-item label="验证码:">
453
+                 <el-input style="width:100px" v-model="form.code" placeholder="请输入验证码"></el-input>
454
+                 <el-button type="primary" size="small" @click="getCode">获取验证码</el-button>
455
+               </el-form-item>
456
+            </el-col>
457
+
458
+          </el-row>
459
+        </el-form>
460
+
461
+      </span>
462
+      <span slot="footer" class="dialog-footer">
463
+        <el-button @click="persionDialogVisible = false">取 消</el-button>
464
+        <el-button type="primary" @click="savePersonEnterprise">立即认证</el-button>
465
+      </span>
466
+    </el-dialog>
255 467
   </div>
256 468
 </template>
257 469
 
258 470
 <script>
259
-import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent } from "@/api/role/admin";
471
+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} from "@/api/role/admin";
260 472
 import { getRoles } from "@/api/role/role";
261 473
 
262 474
 import { parseTime } from "@/utils";
@@ -280,7 +492,32 @@ export default {
280 492
       org: null,
281 493
       isSubSuperAdmin: false,
282 494
       local_user_id: 0,
283
-      selectDrug:[]
495
+      selectDrug:[],
496
+      dialogVisible:false,
497
+      persionDialogVisible:false,
498
+      businessList:[
499
+        {id:1,name:"企业"},
500
+        {id:2,name:"个体工商户"},
501
+        {id:3,name:"政府机构"}
502
+      ],
503
+      form:{
504
+        id:0,
505
+        org_type:"",
506
+        enterprise_name:"",
507
+        code:"",
508
+        org_code:"",
509
+        legal_person_name:"",
510
+        legal_id_card_num:"",
511
+        legal_phone:"",
512
+      },
513
+      personForm:{
514
+        id:0,
515
+        display_name:"",
516
+        phone:"",
517
+        id_card_num:"",
518
+        admin_user_id:"",
519
+        code:"",
520
+      }
284 521
     };
285 522
   },
286 523
   components: {
@@ -288,6 +525,7 @@ export default {
288 525
     AdminInfoForm
289 526
   },
290 527
   created: function() {
528
+     
291 529
     this.local_user_id = this.$store.getters.xt_user.user.id;
292 530
     let page = 1;
293 531
     this.getRoles(page);
@@ -641,11 +879,138 @@ export default {
641 879
       })
642 880
     },
643 881
     toTestThrityMent(){
644
-      toTestThriytyMent().then(response=>{
882
+      toTestThrityMent().then(response=>{
645 883
         var sign =  response.data.data.sign
646 884
         console.log("sign",sign)
647 885
         this.$message.success("保存")
648 886
       })
887
+    },
888
+
889
+    saveEnterprise(){
890
+      
891
+        var params = {
892
+          id:this.form.id,
893
+          org_type:parseInt(this.form.org_type),
894
+          enterprise_name:this.form.enterprise_name,
895
+          code:this.form.code,
896
+          org_code:this.form.org_code,
897
+          legal_person_name:this.form.legal_person_name,
898
+          legal_id_card_num:this.form.legal_id_card_num,
899
+          legal_phone:this.form.legal_phone,
900
+        }
901
+       console.log("paramswowo",params)
902
+      saveEnterprise(params).then(response=>{
903
+        if(response.data.state==1){
904
+          var enterPrise =  response.data.data.enterPrise
905
+          this.dialogVisible = false
906
+          this.$message.success("保存成功!")
907
+        }
908
+      })
909
+    },
910
+    toGet(){
911
+      getEnterPriseById().then(response=>{
912
+        if(response.data.state == 1){
913
+          this.dialogVisible = true
914
+          var enterPrise =  response.data.data.enterPrise
915
+          this.form.id = enterPrise.id
916
+          this.form.org_type = enterPrise.org_type?enterPrise.org_type:""
917
+          this.form.enterprise_name = enterPrise.enterprise_name
918
+          this.form.code = enterPrise.code
919
+          this.form.org_code = enterPrise.org_code
920
+          this.form.legal_person_name = enterPrise.legal_person_name
921
+          this.form.legal_id_card_num  = enterPrise.legal_id_card_num
922
+          this.form.legal_phone = enterPrise.legal_phone
923
+        }
924
+      })
925
+    },
926
+    toRenZhen(admin_user_id,user_name){
927
+       
928
+      getPerseEnterPriseById(admin_user_id).then(response=>{
929
+        if(response.data.state== 1){
930
+          var lastPerson =  response.data.data.lastPerson
931
+          this.personForm.id = lastPerson.id
932
+          this.personForm.display_name = user_name
933
+          this.personForm.phone = lastPerson.phone
934
+          this.personForm.id_card_num = lastPerson.id_card_num
935
+          this.personForm.admin_user_id =lastPerson.admin_user_id
936
+          this.persionDialogVisible = true
937
+        }
938
+      })
939
+
940
+   
941
+    },
942
+    getCode(){
943
+        var params = {
944
+          phone:this.personForm.phone,
945
+        }
946
+       console.log("paramsowowo",params)
947
+      getMobileCode(params).then(response=>{
948
+        if(response.data.state == 1){
949
+          var sign = response.data.data.sign
950
+          console.log("sign",sign)
951
+          this.$message.success("发送成功!")
952
+        }
953
+      }) 
954
+    },
955
+    savePersonEnterprise(){
956
+        var params = {
957
+          id:this.personForm.id,
958
+          display_name:this.personForm.display_name,
959
+          phone:this.personForm.phone,
960
+          id_card_num:this.personForm.id_card_num,
961
+          admin_user_id:this.personForm.admin_user_id,
962
+          code:this.personForm.code,
963
+        }
964
+       console.log("param2o2o2o2",params)
965
+      savePersionEnterPrise(params).then(response=>{
966
+        if(response.data.state == 1){
967
+          var personEnterPrse = response.data.data.personEnterPrse
968
+          this.$message.success("认证成功")
969
+          this.persionDialogVisible = false
970
+        }
971
+      })
972
+    },
973
+    toYinZhang(admin_user_id){
974
+      CreatePersionSeal(admin_user_id).then(response=>{
975
+        if(response.data.state == 1){
976
+          var personSeal =  response.data.data.personSeal
977
+          this.$message.success("创建成功")
978
+        }
979
+      })
980
+    },
981
+    toShouQuan(admin_user_id){
982
+      CreateNewEnterPrise(admin_user_id).then(response=>{
983
+         if(response.data.state == 1){
984
+           var newEnterPrise =  response.data.data.newEnterPrise
985
+           this.$message.success("保存成功!")
986
+         }
987
+      })
988
+    },
989
+    toTestThrity(){
990
+      toTestThrity().then(response=>{
991
+         if(response.data.state == 1){
992
+            var sign =  response.data.data.sign
993
+            console.log("signwoowow",sign)
994
+         }
995
+      })
996
+    },
997
+    toEnd(){
998
+      toEndEnterPrise().then(response=>{
999
+        if(response.data.state == 1){
1000
+          var sign = response.data.data.sign
1001
+
1002
+          this.$message.success("保存成功")
1003
+        }
1004
+      })
1005
+    },
1006
+    toWatch(){
1007
+      getEnterPriseDetail().then(response=>{
1008
+        if(response.data.state == 1){
1009
+          var sign = response.data.data.sign
1010
+
1011
+          this.$message.success("保存成功")
1012
+        }
1013
+      })
649 1014
     }
650 1015
   },
651 1016
   watch: {

+ 43 - 3
src/xt_pages/workforce/remind_print_setting_one.vue View File

@@ -43,10 +43,16 @@
43 43
                   
44 44
                 </div>
45 45
                 <div class="printCell">
46
-                  <span>抗凝剂:{{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : ''}}</span>
46
+                  <span v-if="org_id!=0&&org_id!=10375">抗凝剂:
47
+                    {{ main_collection.dialysissolution.anticoagulant ? anticoagulants_confit[main_collection.dialysissolution.anticoagulant].name : ''}}
48
+                  </span>
49
+                  <span v-if="org_id==0||org_id==10375">抗凝剂:
50
+                    {{ main_collection.prescription.anticoagulant ? anticoagulants_confit[main_collection.prescription.anticoagulant].name : ''}}
51
+                  </span>
47 52
                 </div>
48 53
                 <div class="printCell">
49
-                 首剂:<span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>
54
+                 <span v-if="org_id !=0&&org_id!=10375">首剂:
55
+                  <span v-if="main_collection.dialysissolution.anticoagulant == 1">{{main_collection.dialysissolution.anticoagulant_shouji}} mg</span>
50 56
                   <span v-if="main_collection.dialysissolution.anticoagulant == 2">
51 57
                     {{main_collection.dialysissolution.anticoagulant_shouji}}mg
52 58
                   </span>
@@ -77,7 +83,41 @@
77 83
                   <span v-if="main_collection.dialysissolution.anticoagulant == 11">
78 84
                     {{main_collection.dialysissolution.anticoagulant_shouji}}iu
79 85
                    </span>
80
-                 
86
+                  </span> 
87
+
88
+                  <span v-if="org_id ==0||org_id==10375">首剂:
89
+                  <span v-if="main_collection.prescription.anticoagulant == 1">{{main_collection.prescription.anticoagulant_shouji}} mg</span>
90
+                  <span v-if="main_collection.prescription.anticoagulant == 2">
91
+                    {{main_collection.prescription.anticoagulant_shouji}}mg
92
+                  </span>
93
+                  <span v-if="main_collection.prescription.anticoagulant == 3">
94
+                    {{main_collection.prescription.anticoagulant_shouji}}iu
95
+                  </span>
96
+                  <span v-if="main_collection.prescription.anticoagulant == 4">
97
+                   {{main_collection.prescription.anticoagulant_shouji}}mg
98
+                  </span>
99
+                  <span v-if="main_collection.prescription.anticoagulant == 5">
100
+                   {{main_collection.prescription.anticoagulant_shouji}} mg
101
+                   </span>
102
+                  <span v-if="main_collection.prescription.anticoagulant == 6">
103
+                   {{main_collection.prescription.anticoagulant_shouji}}iu
104
+                  </span>
105
+                  <span v-if="main_collection.prescription.anticoagulant == 7">
106
+                    {{main_collection.prescription.anticoagulant_shouji}}iu
107
+                   </span>
108
+                  <span v-if="main_collection.prescription.anticoagulant == 8">
109
+                    {{main_collection.prescription.anticoagulant_shouji}}iu
110
+                  </span>
111
+                  <span v-if="main_collection.prescription.anticoagulant == 9">
112
+                    {{main_collection.prescription.anticoagulant_shouji}}iu
113
+                  </span>
114
+                  <span v-if="main_collection.prescription.anticoagulant == 10">
115
+                     {{main_collection.prescription.anticoagulant_shouji}}iu
116
+                    </span>
117
+                  <span v-if="main_collection.prescription.anticoagulant == 11">
118
+                    {{main_collection.prescription.anticoagulant_shouji}}iu
119
+                   </span>
120
+                  </span> 
81 121
                 </div>
82 122
                 <div class="printCell">
83 123
                   维持:{{main_collection.dialysissolution.anticoagulant_weichi}}