Browse Source

睑板腺按摩表单修改

360view
bianyaqi 2 years ago
parent
commit
8b36c3d46c
  1. 2
      public/index.html
  2. 4
      src/components/360View/index.vue
  3. 1
      src/page-subspecialty/views/modules/formList/reportForm.vue

2
public/index.html

@ -34,7 +34,7 @@
<script>
// http://192.168.0.146:9002/huimu-admin'
window.SITE_CONFIG['apiURL'] = 'http://192.168.4.24:8036/xiangan-crf';
</script>q
</script>
<% } %>
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<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({

1
src/page-subspecialty/views/modules/formList/reportForm.vue

@ -219,6 +219,7 @@ export default {
this.handleResValue(res.fmwOs, this.formData.form.OS)
this.confirmData.remark = res.remark
this.confirmData.operator = res.operator
this.confirmData.operateDate = res.operateDate
if (!res.jzNumber) {
this.confirmData.patientName = this.patientDetail.patientName
const userData = JSON.parse(window.sessionStorage.getItem('qg-userData'))

Loading…
Cancel
Save