Browse Source

表单相关

x-emr
bianyaqi 2 years ago
parent
commit
935533f5fa
  1. 4
      public/index.html
  2. 2
      src/components/360View/medicalRecord/index.vue
  3. 20
      src/page-subspecialty/views/modules/formList/InjectionTherapy.vue
  4. 9
      src/page-subspecialty/views/modules/formList/StyeForm.vue
  5. 2
      src/page-subspecialty/views/modules/formList/childrenLacrimal.vue
  6. 9
      src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue
  7. 2
      src/page-subspecialty/views/modules/formList/cornealForeign.vue
  8. 2
      src/page-subspecialty/views/modules/formList/puncture.vue

4
public/index.html

@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.168:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.168:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.4.174:8036/xiangan-crf';
</script>
<% } %>

2
src/components/360View/medicalRecord/index.vue

@ -434,6 +434,8 @@ export default {
if (mode) return
this.name = this.formList[0].name
this.id = this.formList[0].id
const user = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.isCreator = this.formList[0].doctorCode === user.employeeId
this.curIndex = 0
this.isPlatform = this.isSearch === this.formList[0].platform
} else {

20
src/page-subspecialty/views/modules/formList/InjectionTherapy.vue

@ -15,18 +15,21 @@
</p>
<div class="flex">
<div class="flex">
姓名<el-input v-model="confirmData.patientName" style="width: 120px" />
姓名<el-input v-model="confirmData.patientName" style="flex: 1" />
</div>
<div class="flex">
性别<el-input v-model="confirmData.patientSex" style="width: 80px" />
性别<el-input v-model="confirmData.patientSex" style="flex: 1" />
</div>
<div class="flex">
年龄<el-input v-model="confirmData.patientAge" style="width: 200px" />
年龄<el-input v-model="confirmData.patientAge" style="flex: 1" />
</div>
<div class="flex">
诊断<el-input v-model="confirmData.diagnose" style="width: 300px" />
登记号<el-input v-model="confirmData.patientId" style="flex: 1" />
</div>
</div>
<div class="flex" style="margin-top: 15px">
诊断<el-input v-model="confirmData.diagnose" type="textarea" autosize style="flex: 1" />
</div>
<div class="flex" style="margin-top: 15px">
<span style="margin-right: 15px">治疗方案球旁注射治疗</span>
<div
@ -146,6 +149,7 @@ export default {
patientName: '',
patientSex: '',
patientAge: '',
patientId: '',
diagnose: '',
patientSign: '',
familySign: '',
@ -205,6 +209,7 @@ export default {
this.confirmData.patientName = this.patientDetail.patientName
this.confirmData.patientAge = this.patientDetail.patientAge
this.confirmData.patientSex = this.patientDetail.patientSex
this.confirmData.patientId = this.patientDetail.patientId
this.queryDiagnostic()
this.formListValue.injectionPatient = this.confirmData.patientSign
this.formListValue.injectionKin = this.confirmData.familySign
@ -281,7 +286,7 @@ export default {
}
::v-deep .el-input__inner{
border: none;
border-bottom: 1px solid #cccccc;
border-bottom: 1px solid #606266;
border-radius: 0;
font-size: 16px;
height: 26px;
@ -290,4 +295,9 @@ export default {
::v-deep .el-input__prefix{
display: none;
}
::v-deep .el-textarea__inner{
border: none;
border-bottom: 1px solid #606266;
border-radius: 0;
}
</style>

9
src/page-subspecialty/views/modules/formList/StyeForm.vue

@ -32,7 +32,7 @@
</div>
<div>
<div class="flex">
诊断<el-input v-model="confirmData.diagnose" style="flex: 1" />
诊断<el-input v-model="confirmData.diagnose" type="textarea" autosize style="flex: 1" />
</div>
<div class="flex" style="margin: 8px 0">
眼别
@ -411,7 +411,7 @@ export default {
}
::v-deep .el-input__inner{
border: none;
border-bottom: 1px solid #cccccc;
border-bottom: 1px solid #606266;
border-radius: 0;
font-size: 16px;
height: 26px;
@ -420,4 +420,9 @@ export default {
::v-deep .el-input__prefix{
display: none;
}
::v-deep .el-textarea__inner{
border: none;
border-bottom: 1px solid #606266;
border-radius: 0;
}
</style>

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

@ -93,7 +93,7 @@
<div style="margin-right: 296px;">
<span style="word-break: keep-all">医生签名</span>
<span style="margin-left:10px">
<img style="width: 160px;height: 80px;" :src="confirmData.operator">
<img style="width: 80px;height: 40px;" :src="confirmData.operator">
</span>
</div>
<div>

9
src/page-subspecialty/views/modules/formList/conjunctivalOperation.vue

@ -33,7 +33,7 @@
<!--患者信息-->
<div class="form_top">
<div class="flex a-c">
<span style="font-weight: bold">诊断</span><el-input v-model="confirmData.diagnose" style="width: 700px" />
<span style="font-weight: bold">诊断</span><el-input v-model="confirmData.diagnose" autosize type="textarea" style="width: 700px" />
</div>
</div>
<div class="form_content">
@ -364,7 +364,7 @@ export default {
}
::v-deep .el-input__inner{
border: none;
border-bottom: 1px solid #cccccc;
border-bottom: 1px solid #606266;
border-radius: 0;
font-size: 16px;
height: 26px;
@ -373,4 +373,9 @@ export default {
::v-deep .el-input__prefix{
display: none;
}
::v-deep .el-textarea__inner{
border: none;
border-bottom: 1px solid #606266;
border-radius: 0;
}
</style>

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

@ -125,7 +125,7 @@
<div style="margin-right: 296px;">
<span style="word-break: keep-all">医生签名</span>
<span style="margin-left:10px">
<img style="width: 160px;height: 80px;" :src="confirmData.operator">
<img style="width: 80px;height: 40px;" :src="confirmData.operator">
</span>
</div>
<div>

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

@ -102,7 +102,7 @@
<div style="margin-right: 296px;">
<span style="word-break: keep-all">医生签名</span>
<span style="margin-left:10px">
<img style="width: 160px;height: 80px;" :src="confirmData.operator">
<img style="width: 80px;height: 40px;" :src="confirmData.operator">
</span>
</div>
<div>

Loading…
Cancel
Save