Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
cc64f96d
Commit
cc64f96d
authored
Feb 14, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c6877deb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
student-consult.vue
src/components/school/student/student-consult.vue
+12
-4
flow-form.vue
src/components/system/flow-form.vue
+1
-1
stuFlow.vue
src/pages/system/stuFlow.vue
+6
-1
No files found.
src/components/school/student/student-consult.vue
View file @
cc64f96d
...
@@ -14,12 +14,12 @@
...
@@ -14,12 +14,12 @@
ref=
"AdvisorStatus"
:options=
"consultList"
label=
"跟进状态"
:rules=
"[val => !!val || '请选择跟进状态']"
class=
"col-6 q-pb-lg q-pr-lg"
emit-value
ref=
"AdvisorStatus"
:options=
"consultList"
label=
"跟进状态"
:rules=
"[val => !!val || '请选择跟进状态']"
class=
"col-6 q-pb-lg q-pr-lg"
emit-value
map-options
/>
map-options
/>
<q-input
filled
stack-label
maxlength=
"50"
disable
dense
v-model=
"conMsg.AdvisorRate"
ref=
"AdvisorRate"
<q-input
filled
stack-label
maxlength=
"50"
disable
dense
v-model=
"conMsg.AdvisorRate"
ref=
"AdvisorRate"
class=
"col-6 q-pb-lg"
label=
"
比例
"
/>
class=
"col-6 q-pb-lg"
label=
"
胜率
"
/>
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"50"
dense
v-model=
"conMsg.AdvisorDate"
ref=
"AdvisorDate"
<q-input
filled
stack-label
maxlength=
"50"
dense
v-model=
"conMsg.AdvisorDate"
ref=
"AdvisorDate"
class=
"col-6 q-pb-lg q-pr-lg"
:label=
"commonName+'跟进月份'"
/>
class=
"col-6 q-pb-lg q-pr-lg"
:label=
"commonName+'跟进月份'"
/>
<q-input
filled
stack-label
maxlength=
"50"
dense
v-model=
"conMsg.AdvisorExpectDate"
ref=
"AdvisorExpectDate"
<q-input
filled
v-if=
"dataList.length==0"
stack-label
maxlength=
"50"
dense
v-model=
"conMsg.AdvisorExpectDate"
ref=
"AdvisorExpectDate"
class=
"col-6 q-pb-lg"
:label=
"commonName+'期望达成协议日期'"
/>
class=
"col-6 q-pb-lg"
:label=
"commonName+'期望达成协议日期'"
/>
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
...
@@ -39,9 +39,9 @@
...
@@ -39,9 +39,9 @@
<div
class=
"Log_Content"
>
<div
class=
"Log_Content"
>
<div>
跟进状态:
{{
tItem
.
AdvisorStatusName
}}
</div>
<div>
跟进状态:
{{
tItem
.
AdvisorStatusName
}}
</div>
<div
class=
"StuCom_Remark"
>
<div
class=
"StuCom_Remark"
>
<div
class=
"StuCom_Left"
>
比例
</div>
<div
class=
"StuCom_Left"
>
胜率
</div>
:
:
<div
class=
"StuCom_Inner"
>
{{
tItem
.
AdvisorRate
}}
</div>
<div
class=
"StuCom_Inner"
>
{{
tItem
.
AdvisorRate
}}
%
</div>
</div>
</div>
<div>
跟进月份:
{{
tItem
.
AdvisorDate
}}
</div>
<div>
跟进月份:
{{
tItem
.
AdvisorDate
}}
</div>
<div>
跟进备注:
{{
tItem
.
AdvisorRemark
}}
</div>
<div>
跟进备注:
{{
tItem
.
AdvisorRemark
}}
</div>
...
@@ -58,6 +58,13 @@
...
@@ -58,6 +58,13 @@
</q-timeline>
</q-timeline>
</div>
</div>
</div>
</div>
<div
style=
"margin-left:40px;"
>
<div
style=
"color:#ff0099"
>
1."疑似"填入日期後...百分比自動跳30%
</div>
<div
style=
"color:#ff00ff"
>
2."潛在"填入日期後~百分比自動跳50%
</div>
<div
style=
"color:#9933ff"
>
3."接近"填入日期後~百分比自動跳60%
</div>
<div
style=
"color:#33ccff"
>
4."談判"填入日期後~百分比自動跳80%
</div>
<div
style=
"color:green"
>
5."成交"填入日期後~百分比自動跳100%
</div>
</div>
<div
style=
"margin-bottom:20px"
>
<div
style=
"margin-bottom:20px"
>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"page_Count"
input
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"page_Count"
input
@
input=
"changePage"
/>
@
input=
"changePage"
/>
...
@@ -163,6 +170,7 @@
...
@@ -163,6 +170,7 @@
});
});
this
.
getList
();
this
.
getList
();
this
.
clearMsg
();
this
.
clearMsg
();
this
.
$emit
(
'success'
);
}
}
})
})
.
catch
(()
=>
{});
.
catch
(()
=>
{});
...
...
src/components/system/flow-form.vue
View file @
cc64f96d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.Rate"
ref=
"Rate"
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.Rate"
ref=
"Rate"
class=
"col-12 q-pb-lg"
label=
"
比例
"
@
keyup
.
native=
"checkInteger(objOption,'Rate')"
/>
class=
"col-12 q-pb-lg"
label=
"
胜率
"
@
keyup
.
native=
"checkInteger(objOption,'Rate')"
/>
</div>
</div>
</q-card-section>
</q-card-section>
<q-separator
/>
<q-separator
/>
...
...
src/pages/system/stuFlow.vue
View file @
cc64f96d
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增跟进"
@
click=
"addObj(null)"
/>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增跟进"
@
click=
"addObj(null)"
/>
</div>
</div>
</
template
>
</
template
>
<
template
v-slot:body-cell-Rate=
"props"
>
<q-td>
{{
props
.
row
.
Rate
}}
%
</q-td>
</
template
>
<
template
v-slot:body-cell-Id=
"props"
>
<
template
v-slot:body-cell-Id=
"props"
>
<q-td
:props=
"props"
>
<q-td
:props=
"props"
>
<div>
<div>
...
@@ -58,7 +63,7 @@
...
@@ -58,7 +63,7 @@
align
:
'left'
align
:
'left'
},
{
},
{
name
:
'Rate'
,
name
:
'Rate'
,
label
:
'
比例
'
,
label
:
'
胜率
'
,
field
:
'Rate'
,
field
:
'Rate'
,
align
:
'left'
align
:
'left'
},
},
...
...
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