Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘琦
voucher-h5
Commits
85f75818
Commit
85f75818
authored
Aug 31, 2020
by
何为
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽张家港机构选择下拉框
parent
63407617
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
16 deletions
+16
-16
index.js
config/index.js
+4
-4
prod.env.js
config/prod.env.js
+2
-2
baseUrl.js
src/util/baseUrl.js
+6
-6
index.vue
src/views/signing/index.vue
+3
-3
index.vue
src/views/signingWD/index.vue
+1
-1
No files found.
config/index.js
View file @
85f75818
...
...
@@ -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
=
{
...
...
config/prod.env.js
View file @
85f75818
...
...
@@ -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"'
,
...
...
src/util/baseUrl.js
View file @
85f75818
/**
* 鉴权地址
*/
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
=
{
...
...
src/views/signing/index.vue
View file @
85f75818
...
...
@@ -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-img
1
.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'
)
...
...
src/views/signingWD/index.vue
View file @
85f75818
...
...
@@ -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
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment