Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
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
hanpeng
wechat_lung
Commits
23437e63
Commit
23437e63
authored
Dec 17, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修复医保类型回填为空bug'
parent
22c11ac6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
targetedTherapy.js
wechat_lung_questionnaire/javaScript/targetedTherapy.js
+2
-1
No files found.
wechat_lung_questionnaire/javaScript/targetedTherapy.js
View file @
23437e63
...
...
@@ -411,6 +411,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
targetedTherapy
.
cityId
=
res
.
content
.
patientEMRResult
.
areaItem
?
res
.
content
.
patientEMRResult
.
areaItem
.
cityId
:
''
var
fullName
=
res
.
content
.
patientEMRResult
.
areaItem
?
res
.
content
.
patientEMRResult
.
areaItem
.
fullName
:
''
$
(
'.input_item_city'
).
val
(
fullName
)
targetedTherapy
.
healthVla
=
res
.
content
.
patientEMRResult
.
healthInsuranceType
var
medicalT
=
targetedTherapy
.
healthInsuranceType
[
res
.
content
.
patientEMRResult
.
healthInsuranceType
]
$
(
'.input_item_medicalType'
).
val
(
medicalT
||
''
)
}
...
...
@@ -525,7 +526,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
var
parentId
=
res
.
content
.
nextQuestion
.
parentId
||
''
var
questionId
=
res
.
content
.
nextQuestion
.
questionId
||
''
var
questionNo
=
res
.
content
.
nextQuestion
.
questionNo
||
''
medtap
.
pushWindow
(
url
+
'?followUpId='
+
targetedTherapy
.
followUpId
+
'&questionId='
+
questionId
+
'&questionNo='
+
questionNo
+
'&parentId='
+
parentId
+
'&adminId='
+
targetedTherapy
.
adminId
);
//
medtap.pushWindow(url+'?followUpId='+targetedTherapy.followUpId+'&questionId='+questionId+'&questionNo='+questionNo+'&parentId='+parentId+'&adminId='+targetedTherapy.adminId);
}
})
}
...
...
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