فهرست منبع

妇幼生产环境

‘chenzhilei’ 2 ماه پیش
والد
کامیت
8e9d5fac45
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 1
      src/components/zhu-yuan-yi-sheng/YzTag.vue
  2. 1 1
      src/config/index.js

+ 2 - 1
src/components/zhu-yuan-yi-sheng/YzTag.vue

@@ -139,7 +139,8 @@ const pathList = ref([
   {
     title: "妇幼上报",
     func: () => {
-      if (props.patientInfo.inpatientNo && CK_CODE == props.patientInfo.admissDept) {
+    console.log("妇幼上报")
+      if (props.patientInfo.inpatientNo) {
         
           let data = {
             "healthNo":"",

+ 1 - 1
src/config/index.js

@@ -1,6 +1,6 @@
 const showLogo = true // 是否显示Logo顶部模块
 const systemTitle = '工作集成平台' // 系统名称,用于显示在左上角模块,以及浏览器标题上使用,使用配置项
-const FYSystemUrl = 'http://58.33.165.250:20011/mchis-web/?token=321322199206140414&module=M102&data='
+const FYSystemUrl = 'http://192.168.100.140:18080/mchis-web/?token=321322199206140414&module=M102&data='
 // const CK_MZ_ClASS = '05'    //产科门诊类编码
 const CK_CODE = '1000509'  //产科编码
 export { systemTitle, FYSystemUrl,CK_CODE}