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
68f19cda
Commit
68f19cda
authored
Feb 11, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f60b2930
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
29 deletions
+29
-29
b2bcustomlist.vue
src/components/sale/b2bcustomlist.vue
+2
-2
customcategorylist.vue
src/components/sale/customcategorylist.vue
+1
-1
stulist.vue
src/components/school/student/stulist.vue
+1
-1
b2bAllCustomer.vue
src/pages/sale/b2bAllCustomer.vue
+5
-5
b2bcustomer.vue
src/pages/sale/b2bcustomer.vue
+5
-5
b2bcustomerapprove.vue
src/pages/sale/b2bcustomerapprove.vue
+3
-3
channelDetail.vue
src/pages/sale/channelDetail.vue
+1
-1
makeupRate.vue
src/pages/sale/makeupRate.vue
+1
-1
visitTransform.vue
src/pages/sale/visitTransform.vue
+1
-1
student.vue
src/pages/school/student.vue
+9
-9
No files found.
src/components/sale/b2bcustomlist.vue
View file @
68f19cda
...
...
@@ -18,7 +18,7 @@
<div
class=
"page-option"
>
<q-btn
v-if=
"authObj.isShowEdit"
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
@
click=
"EditCustom(null)"
label=
"新增联系人"
/>
<q-btn
v-if=
"authObj.isShowEdit"
color=
"accent"
size=
"sm"
label=
"转交"
:disable=
"selection.length == 0"
<q-btn
v-if=
"authObj.isShowEdit"
color=
"accent"
size=
"sm"
label=
"转交"
style=
"margin-right:20px;"
:disable=
"selection.length == 0"
icon=
"swap_horiz"
@
click=
"isShowTrans = true"
>
<q-popup-proxy
:offset=
"[10, 10]"
>
<q-banner
v-if=
"isShowTrans"
>
...
...
@@ -30,7 +30,7 @@
</q-banner>
</q-popup-proxy>
</q-btn>
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
ad
d"
label=
"下载"
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
downloa
d"
label=
"下载"
@
click=
"downloadCustomerLinkMan"
/>
</div>
</
template
>
...
...
src/components/sale/customcategorylist.vue
View file @
68f19cda
...
...
@@ -16,7 +16,7 @@
<q-space
/>
<div
class=
"page-option"
>
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
@
click=
"EditCustom(null)"
label=
"新增客户"
/>
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
ad
d"
label=
"下载"
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
downloa
d"
label=
"下载"
@
click=
"downLoadCustomer"
/>
</div>
</
template
>
...
...
src/components/school/student/stulist.vue
View file @
68f19cda
...
...
@@ -44,7 +44,7 @@
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"swap_horiz"
label=
"转订单"
:disable=
"selection.length === 0"
@
click=
"transferOrder"
/>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"add"
label=
"新增学员"
@
click=
"EditStudent(null)"
/>
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
ad
d"
label=
"下载"
<q-btn
v-if=
"authObj&&authObj.isShowDownload"
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
downloa
d"
label=
"下载"
@
click=
"downloadStudent"
/>
</div>
<div
class=
"page-option"
v-if=
"pushMode"
>
...
...
src/pages/sale/b2bAllCustomer.vue
View file @
68f19cda
...
...
@@ -25,16 +25,16 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.CategoryName"
label=
"同行名称"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.CategoryName"
label=
"同行名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.ContactNumber"
label=
"电话"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.ContactNumber"
label=
"电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.ApproveState"
:options=
"ApproveStateList"
<q-select
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.ApproveState"
:options=
"ApproveStateList"
emit-value
map-options
label=
"审核状态"
/>
</div>
</div>
...
...
@@ -50,7 +50,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"categoryMsg.CategoryName"
label=
"同业名称"
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"categoryMsg.CategoryName"
label=
"同业名称"
maxlength=
"20"
/>
</div>
</div>
...
...
src/pages/sale/b2bcustomer.vue
View file @
68f19cda
...
...
@@ -25,16 +25,16 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.CategoryName"
label=
"同行名称"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.CategoryName"
label=
"同行名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.ContactNumber"
label=
"电话"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.ContactNumber"
label=
"电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.ApproveState"
:options=
"ApproveStateList"
<q-select
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.ApproveState"
:options=
"ApproveStateList"
emit-value
map-options
label=
"审核状态"
/>
</div>
</div>
...
...
@@ -48,7 +48,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"categoryMsg.CategoryName"
label=
"同业名称"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"categoryMsg.CategoryName"
label=
"同业名称"
maxlength=
"20"
/>
</div>
</div>
</div>
...
...
src/pages/sale/b2bcustomerapprove.vue
View file @
68f19cda
...
...
@@ -16,13 +16,13 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.CustomerName"
label=
"联系人"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
filled
clearable
v-model=
"msg.ContactNumber"
label=
"联系电话"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
filled
clearable
v-model=
"msg.ContactNumber"
label=
"联系电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.QApproveState"
:options=
"ApproveStateList"
<q-select
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QApproveState"
:options=
"ApproveStateList"
emit-value
map-options
label=
"审核状态"
/>
</div>
</div>
...
...
src/pages/sale/channelDetail.vue
View file @
68f19cda
...
...
@@ -43,7 +43,7 @@
</q-field>
</div>
<div
class=
"col-3"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
add
"
label=
"下载"
@
click=
"downloadMarketChannelStatic"
/>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
download"
style=
"margin-top:15px;
"
label=
"下载"
@
click=
"downloadMarketChannelStatic"
/>
</div>
</div>
</div>
...
...
src/pages/sale/makeupRate.vue
View file @
68f19cda
...
...
@@ -137,7 +137,7 @@
</q-field>
</div>
<div
class=
"col-3"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"ad
d"
label=
"下载"
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
style=
"margin-top:15px;"
icon=
"downloa
d"
label=
"下载"
@
click=
"downloadMarketChannelStudentStatic"
/>
</div>
</div>
...
...
src/pages/sale/visitTransform.vue
View file @
68f19cda
...
...
@@ -38,7 +38,7 @@
</q-field>
</div>
<div
class=
"col-3"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
add
"
label=
"下载"
@
click=
"downloadMarketCreateType"
/>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
icon=
"
download"
style=
"margin-top:15px;
"
label=
"下载"
@
click=
"downloadMarketCreateType"
/>
</div>
</div>
</div>
...
...
src/pages/school/student.vue
View file @
68f19cda
...
...
@@ -13,34 +13,34 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.StuName"
label=
"昵称"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuName"
label=
"昵称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.StuTel"
label=
"电话"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuTel"
label=
"电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.WechatNo"
label=
"微信号"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
dense
clearable
filled
v-model=
"msg.WechatNo"
label=
"微信号"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.StuType"
:options=
"customTypeList"
option-label=
"Name"
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.StuType"
:options=
"customTypeList"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户类型"
clearable
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.CreateBy"
@
filter=
"filterEmployee"
use-input
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.CreateBy"
@
filter=
"filterEmployee"
use-input
:options=
"myEmployeeList"
option-label=
"EmployeeName"
option-value=
"Id"
emit-value
map-options
label=
"负责人"
clearable
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.StuStage"
:options=
"customState"
option-label=
"Name"
<q-select
@
input=
"resetSearch"
dense
filled
v-model=
"msg.StuStage"
:options=
"customState"
option-label=
"Name"
option-value=
"Id"
emit-value
map-options
label=
"客户状态"
clearable
/>
</div>
<div
class=
"col-3 Sysuser_Date"
>
<q-field
filled
>
<q-field
filled
dense
>
<template
v-slot:control
>
<el-date-picker
v-model=
"dateArray"
@
change=
"resetSearch"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
<el-date-picker
v-model=
"dateArray"
size=
"mini"
@
change=
"resetSearch"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
/>
</
template
>
</q-field>
...
...
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