Browse Source

知情同意书修改

x-emr
bianyaqi 2 years ago
parent
commit
7dbdc6bca3
  1. BIN
      dist.zip
  2. 4
      public/index.html
  3. 4
      src/components/360View/index.vue
  4. 2
      src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue
  5. 4
      src/components/360View/special/index.vue
  6. 2
      src/page-subspecialty/views/modules/formList/mraForm.vue

BIN
dist.zip

Binary file not shown.

4
public/index.html

@ -53,8 +53,8 @@
<!-- 生产环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'prod') { %>
<script>
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://10.80.5.32:8031/xiangan-crf';
</script>
<% } %>

4
src/components/360View/index.vue

@ -408,8 +408,8 @@ export default {
// 360
handlePacs() {
// const baseUrl = 'http://z1.huimucloud.com:8085'
const baseUrl = 'http://10.80.5.32:8026'
// const baseUrl = 'http://192.168.0.85:8001'
// const baseUrl = 'http://10.80.5.32:8026'
const baseUrl = 'http://192.168.0.85:8001'
const href = `${baseUrl}/EXAMINE_Report/InterFace?PatID=${this.patientId}&DoctorID=${this.employeeId}&PatIdKey=&ExamNo=`
window.open(href, '_blank')
// const { href } = this.$router.resolve({

2
src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue

@ -4,6 +4,7 @@
<div v-for="(item, index) in formList" :key="index" class="flex" style="margin-top: 12px" :class="[index === curIndex ? 'active' : '']" @click="handleForm(index, item)">
<div class="formBox">
<p :class="[index === curIndex ? 'activeFont' : 'curFont']">{{ item.createTime }}</p>
<p :class="[index === curIndex ? 'activeFont' : 'curFont']">操作员{{ item.doctorName }}</p>
<p>
{{ item.name }}
</p>
@ -11,7 +12,6 @@
<i v-if="index === curIndex && !onlyRead && item.name !== '门急诊电子病历'&& !isCreate" style="margin-top: 28px;color: rgb(199,5,5)" class="el-icon-delete" @click.stop="deleteForm()" />
</div>
<img v-if="!formList.length" src="@/assets/img/nodata.png" alt="" class="nodata">
<!-- <div class="button"><i class="el-icon-plus" /> 新建表单</div> -->
</div>
<div class="content-left-bottom">
<div class="commonForm-text ">

4
src/components/360View/special/index.vue

@ -213,8 +213,8 @@ export default {
// }
// })
// const baseUrl = 'http://z1.huimucloud.com:8085'
const baseUrl = 'http://10.80.5.32:8026'
// const baseUrl = 'http://192.168.0.85:8001'
// const baseUrl = 'http://10.80.5.32:8026'
const baseUrl = 'http://192.168.0.85:8001'
const href = `${baseUrl}/EXAMINE_Report/InterFace?PatID=${this.patientId}&DoctorID=${this.employeeId}&PatIdKey=&ExamNo=`
window.open(href, '_blank')
},

2
src/page-subspecialty/views/modules/formList/mraForm.vue

@ -71,7 +71,7 @@
<div style="margin-left: 10px" @click="signClick('kinSign')">
<img v-if="!formListValue.kinSign&&printHidden" :src="require('@/assets/img/signature.png')" alt="">
<img v-if="formListValue.kinSign" style="width: 160px;height: 80px;" :src="formListValue.kinSign">
<el-input v-if="!formListValue.kinSign&&printHidden" style="width: 80px" />
<el-input v-if="!formListValue.kinSign&&!printHidden" style="width: 80px" />
</div>
<span style="margin-left: 80px">日期:</span>
<el-date-picker

Loading…
Cancel
Save