Commit 85f75818 by 何为

屏蔽张家港机构选择下拉框

parent 63407617
......@@ -3,11 +3,11 @@
// see http://vuejs-templates.github.io/webpack for documentation.
const path = require('path')
const url = 'http://voucher.check.icaremgt.com' // 开发
// const url = 'http://voucher.icaremgt.com' // 正式
// const url = 'http://voucher.check.icaremgt.com' // 开发
const url = 'http://voucher.icaremgt.com' // 正式
const sjkgurl = 'https://api-wx-service.check.icaremgt.com' // 机构空间(开发)
// const sjkgurl = 'https://sjkg-wx-service.icaremgt.com' // 机构空间(正式)
// const sjkgurl = 'https://api-wx-service.check.icaremgt.com' // 机构空间(开发)
const sjkgurl = 'https://sjkg-wx-service.icaremgt.com' // 机构空间(正式)
// const sjkgurl = 'http://192.168.1.169:9005'
module.exports = {
......
......@@ -2,8 +2,8 @@
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
const baseUrl = '"http://voucher.check.icaremgt.com"' //打包后请求前缀(开发)
// const baseUrl = '"http://voucher.icaremgt.com"' //打包后请求前缀(正式)
// const baseUrl = '"http://voucher.check.icaremgt.com"' //打包后请求前缀(开发)
const baseUrl = '"http://voucher.icaremgt.com"' //打包后请求前缀(正式)
module.exports = merge(prodEnv, {
NODE_ENV: '"production"',
......
/**
* 鉴权地址
*/
const authUrl = 'http://test.icareyou.net' // 开发
// const authUrl = 'http://www.icareyou.net' // 正式
// const authUrl = 'http://test.icareyou.net' // 开发
const authUrl = 'http://www.icareyou.net' // 正式
/**
* 项目接口请求地址
*/
const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发
// const voucherUrl = 'http://voucher.icaremgt.com' // 正式
// const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发
const voucherUrl = 'http://voucher.icaremgt.com' // 正式
/**
* 机构控件项目接口请求地址
*/
const sjkgUrl = 'http://api-wx-service.check.icaremgt.com' // 开发
// const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式
// const sjkgUrl = 'http://api-wx-service.check.icaremgt.com' // 开发
const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式
// const sjkgUrl = 'http://192.168.1.234:9005'
const defaultUrl = {
......
......@@ -61,7 +61,7 @@
<span v-show="!BaseValidate.lastMensesTimeState" class="small-hint">请选择末次月经时间</span>
</div>
</div>
<div class="tr">
<!-- <div class="tr">
<div class="td label">确诊机构</div>
<div class="td text-right">
<input type="text" class="form-control" v-model="BaseForm.lastMensesTime" v-if="signStatus=='update'" :disabled="signStatus=='update'"/>
......@@ -76,7 +76,7 @@
</div>
<span v-show="!BaseValidate.orgState" class="small-hint">请选择确诊机构</span>
</div>
</div>
</div> -->
<div class="tr">
<div class="td label">现住址</div>
<div class="td text-right">
......@@ -541,7 +541,7 @@ import { getOrgInfo, getSignInfo, getAreaList, getVillages, getOrgsByAreaCode, c
import { validatename, cardid, isvalidatemobile } from '@/util/validate'
import { SubtractDay, getBirthByIdNumber, getSexByIdCard, getAgeByBirth } from '@/util/index'
import _defaultPicture from '../../assets/images/org-default-picture.png'
import _noticePicture from '../../assets/images/notice-img1.png'
import _noticePicture from '../../assets/images/notice-img.png'
import _signatureBg from '../../assets/images/signature-bg.png'
import { wxpermission } from '@/wxpermission'
const wx = require('weixin-js-sdk')
......
......@@ -1076,7 +1076,7 @@ export default {
}
// 末次月经时间字段校验
const _lastMensesTimeFlag = this.BaseForm.lastMensesTime
if (this.pageType === "0") {
if (this.pageType == "0") {
if (!_lastMensesTimeFlag) {
this.BaseValidate.lastMensesTimeState = false
this.$toast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment