Browse Source

科研检索问题修改

master
bianyaqi 2 years ago
parent
commit
4a0e7e3552
  1. BIN
      dist.zip
  2. 4
      public/index.html
  3. 4
      src/components/360View/index.vue
  4. 4
      src/components/360View/special/index.vue
  5. 6
      src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue
  6. 7
      src/page-subspecialty/views/modules/scientificManagement/sys/project.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

@ -425,8 +425,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({

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

@ -217,8 +217,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')
},

6
src/page-subspecialty/views/modules/scientificManagement/subjectMgt/index.vue

@ -7,9 +7,6 @@
<el-tab-pane label="医生管理" name="second">
<doctor v-if="activeName==='second'" />
</el-tab-pane>
<el-tab-pane label="eCRF管理" name="third">
<eCrf v-if="activeName==='third'" />
</el-tab-pane>
<el-tab-pane label="受试者管理" name="fourth">
<patientSubject v-if="activeName==='fourth'" />
</el-tab-pane>
@ -23,12 +20,11 @@
<script>
import search from './patient-search/index'
import doctor from './doctor/index'
import eCrf from './ecrf/index'
import patientSubject from './patient-subject/index'
import operateLog from './log/index'
export default {
components: { doctor, search, eCrf, patientSubject, operateLog },
components: { doctor, search, patientSubject, operateLog },
data() {
return {
activeName: 'first'

7
src/page-subspecialty/views/modules/scientificManagement/sys/project.vue

@ -185,7 +185,7 @@
>{{ $t("delete") }}
</el-button>
</span>
<span>
<span v-if="scope.row.approvalStatus==3">
<el-button
type="text"
size="small"
@ -310,11 +310,6 @@ export default {
},
methods: {
windowOpen_project(projectId, deptId) {
// window.open(`project/home?id=${projectId}`)
// const { href } = this.$router.resolve({
// name: 'subject'
// })
// window.open(href, '_blank')
this.$router.push({ path: 'subjectMgt', query: {
projectId: projectId
}})

Loading…
Cancel
Save