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
fec23f34
Commit
fec23f34
authored
Nov 22, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改crm编辑未加参数问题'
parent
ec23b4e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
furtherConsultation.js
wechat_lung_questionnaire/javaScript/furtherConsultation.js
+4
-0
questionnaireWeight.js
wechat_lung_questionnaire/javaScript/questionnaireWeight.js
+1
-0
No files found.
wechat_lung_questionnaire/javaScript/furtherConsultation.js
View file @
fec23f34
...
...
@@ -79,6 +79,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
}
// 选择有时候的数据
var
datahas
=
{
"adminId"
:
furtherConsultation
.
adminId
,
"parentId"
:
furtherConsultation
.
parentId
,
"questionId"
:
furtherConsultation
.
questionId
,
"answer"
:{
...
...
@@ -94,6 +95,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
}
else
{
// 选择无时候的数据
var
datano
=
{
"adminId"
:
furtherConsultation
.
adminId
,
"parentId"
:
furtherConsultation
.
parentId
,
"questionId"
:
furtherConsultation
.
questionId
,
"answer"
:{
"judge"
:
''
,
"movePositionVal"
:
''
,
"imgKey"
:[],
"status"
:
0
},
...
...
@@ -289,6 +291,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
async
:
false
,
contentType
:
'application/json'
,
data
:
{
"adminId"
:
furtherConsultation
.
adminId
,
"followUpId"
:
furtherConsultation
.
followUpId
,
"questionId"
:
furtherConsultation
.
questionId
,
},
...
...
@@ -339,6 +342,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
async
:
false
,
contentType
:
'application/json'
,
data
:
{
"adminId"
:
furtherConsultation
.
adminId
,
"questionId"
:
furtherConsultation
.
questionId
,
"questionNo"
:
furtherConsultation
.
questionNo
,
"followUpId"
:
furtherConsultation
.
followUpId
,
...
...
wechat_lung_questionnaire/javaScript/questionnaireWeight.js
View file @
fec23f34
...
...
@@ -33,6 +33,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {
async
:
false
,
contentType
:
'application/json'
,
data
:
{
"adminId"
:
questionnaireWeight
.
adminId
,
"followUpId"
:
questionnaireWeight
.
followUpId
,
"questionId"
:
'1'
,
},
...
...
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