Przeglądaj źródła

弱化排班的分区字段,着重使用床位号的分区字段;

庄逸洲 6 lat temu
rodzic
commit
5faf28f11a

+ 4 - 0
config/dev.env.js Wyświetl plik

@@ -6,7 +6,11 @@
6 6
 module.exports = {
7 7
   NODE_ENV: '"development"',
8 8
   ENV_CONFIG: '"dev"',
9
+<<<<<<< HEAD
9 10
   BASE_API: '"http://api.xt.test.sgjyun.com"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
11
+=======
12
+  BASE_API: '"http://localhost:9529"', // '"http://localhost:9529"'//http://api.xt.test.sgjyun.com
13
+>>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
10 14
   PATIENT_SIT: '"http://test1.sgjyun.com"',
11 15
   MIRCOMALL_SIT: '"http://mall.test.sgjyun.com"'
12 16
 }

+ 6 - 0
config/index.js Wyświetl plik

@@ -17,9 +17,15 @@ module.exports = {
17 17
     // can be overwritten by process.env.HOST
18 18
     // if you want dev by ip, please set host: '0.0.0.0'
19 19
 
20
+<<<<<<< HEAD
20 21
     host: 'xt.test.sgjyun.com',
21 22
     // host: 'xt.kuyicloud.com',
22 23
     // host: 'localhost',
24
+=======
25
+  //  host: 'xt.test.sgjyun.com',
26
+    // host: 'xt.kuyicloud.com',
27
+    host: 'localhost',
28
+>>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
23 29
     port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
24 30
     autoOpenBrowser: true,
25 31
     errorOverlay: true,

Plik diff jest za duży
+ 541 - 533
src/router/index.js


+ 2 - 2
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Wyświetl plik

@@ -1330,12 +1330,12 @@
1330 1330
 
1331 1331
         if(isChild == 1){ //不是子药
1332 1332
 
1333
-          return row.advice_name + row.advice_desc+tempDrugSpecDesc+tempPrescribingNumberDesc +tempSingleDoseDesc+" "+row.delivery_way+" "+row.execution_frequency
1333
+          return row.advice_name + row.advice_desc+tempDrugSpecDesc+tempPrescribingNumberDesc+ ' 单次用量 ' +tempSingleDoseDesc+" "+row.delivery_way+" "+row.execution_frequency
1334 1334
 
1335 1335
         }else{ //是子药
1336 1336
 
1337 1337
 
1338
-          return row.advice_name + row.advice_desc+tempDrugSpecDesc+tempPrescribingNumberDesc + tempSingleDoseDesc
1338
+          return row.advice_name + row.advice_desc+tempDrugSpecDesc+tempPrescribingNumberDesc+' 单次用量 ' +tempSingleDoseDesc
1339 1339
         }
1340 1340
 
1341 1341
 

+ 0 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Wyświetl plik

@@ -482,15 +482,12 @@
482 482
 
483 483
       var date = this.$route.query && this.$route.query.date;
484 484
       this.record_date = uParseTime(date, '{y}-{m}-{d}');
485
-
486
-           
487 485
     },
488 486
     watch: {
489 487
       isVisibility(val) {
490 488
 
491 489
       },
492 490
       "prescription.id": function () {
493
-        
494 491
         if (this.prescription.id > 0) {
495 492
           for (var index in this.dialysisPrescription) {
496 493
             this.dialysisPrescription[index] = this.prescription[index];

+ 4 - 0
src/xt_pages/user/components/PatientForm.vue Wyświetl plik

@@ -280,7 +280,11 @@
280 280
           <el-form-item label="治疗状态(转归) : " class="is-required" prop="lapseto" >
281 281
             <el-radio-group v-model="form.lapseto">
282 282
               <!-- <el-radio :disabled="isEdit" v-for="item in lapsetoOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio> -->
283
+<<<<<<< HEAD
283 284
               <el-radio :disabled="isEdit" v-for="item in lapsetoOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio>
285
+=======
286
+              <el-radio v-for="item in lapsetoOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio>
287
+>>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
284 288
             </el-radio-group>
285 289
           </el-form-item>
286 290
         </el-col>

+ 8 - 0
src/xt_pages/user/doctorAdvice.vue Wyświetl plik

@@ -735,7 +735,11 @@
735 735
                                 <span >{{advice.advice_desc}}</span>
736 736
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
737 737
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
738
+<<<<<<< HEAD
738 739
                                 <span v-if="advice.single_dose != 0"> 单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
740
+=======
741
+                                <span v-if="advice.single_dose">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
742
+>>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
739 743
                                 <span >{{advice.delivery_way}}</span>
740 744
                                 <span >{{advice.execution_frequency}}</span>
741 745
                         </td>
@@ -844,7 +848,11 @@
844 848
                                 <span >{{advice.advice_desc}}</span>
845 849
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
846 850
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
851
+<<<<<<< HEAD
847 852
                                 <span v-if="advice.single_dose != 0">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
853
+=======
854
+                                <span v-if="advice.single_dose">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
855
+>>>>>>> 6e94af4e074e2cc83d5157bc0976574072610f7e
848 856
                                 <span >{{advice.delivery_way}}</span>
849 857
                                 <span >{{advice.execution_frequency}}</span>
850 858
                         </td>