浏览代码

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

庄逸洲 6 年前
父节点
当前提交
5faf28f11a

+ 4 - 0
config/dev.env.js 查看文件

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

+ 6 - 0
config/index.js 查看文件

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

文件差异内容过多而无法显示
+ 541 - 533
src/router/index.js


+ 2 - 2
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue 查看文件

1330
 
1330
 
1331
         if(isChild == 1){ //不是子药
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
         }else{ //是子药
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 查看文件

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

+ 4 - 0
src/xt_pages/user/components/PatientForm.vue 查看文件

280
           <el-form-item label="治疗状态(转归) : " class="is-required" prop="lapseto" >
280
           <el-form-item label="治疗状态(转归) : " class="is-required" prop="lapseto" >
281
             <el-radio-group v-model="form.lapseto">
281
             <el-radio-group v-model="form.lapseto">
282
               <!-- <el-radio :disabled="isEdit" v-for="item in lapsetoOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio> -->
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
               <el-radio :disabled="isEdit" v-for="item in lapsetoOptions" :key="item.value" :label="item.value" :value="item.value" >{{item.label}}</el-radio>
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
             </el-radio-group>
288
             </el-radio-group>
285
           </el-form-item>
289
           </el-form-item>
286
         </el-col>
290
         </el-col>

+ 8 - 0
src/xt_pages/user/doctorAdvice.vue 查看文件

735
                                 <span >{{advice.advice_desc}}</span>
735
                                 <span >{{advice.advice_desc}}</span>
736
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
736
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
737
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
737
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
738
+<<<<<<< HEAD
738
                                 <span v-if="advice.single_dose != 0"> 单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
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
                                 <span >{{advice.delivery_way}}</span>
743
                                 <span >{{advice.delivery_way}}</span>
740
                                 <span >{{advice.execution_frequency}}</span>
744
                                 <span >{{advice.execution_frequency}}</span>
741
                         </td>
745
                         </td>
844
                                 <span >{{advice.advice_desc}}</span>
848
                                 <span >{{advice.advice_desc}}</span>
845
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
849
                                 <!-- <span v-if="advice.drug_spec">{{advice.drug_spec}}{{advice.drug_spec_unit}}</span> -->
846
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
850
                                 <span v-if="advice.prescribing_number">*{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
851
+<<<<<<< HEAD
847
                                 <span v-if="advice.single_dose != 0">单次用量 {{advice.single_dose}}{{advice.single_dose_unit}}</span>
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
                                 <span >{{advice.delivery_way}}</span>
856
                                 <span >{{advice.delivery_way}}</span>
849
                                 <span >{{advice.execution_frequency}}</span>
857
                                 <span >{{advice.execution_frequency}}</span>
850
                         </td>
858
                         </td>