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
235365a2
Commit
235365a2
authored
Mar 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
ae59fa05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
quotation-form.vue
src/components/sale/quotation-form.vue
+11
-11
No files found.
src/components/sale/quotation-form.vue
View file @
235365a2
...
...
@@ -14,24 +14,24 @@
<span
style=
"font-size:12px;"
>
报价单价格系统将进行自动计算,如需额外的优惠请创建报价单后进行申请
</span>
</div>
</q-banner>
<div
class=
"row"
>
<div
class=
"row"
style=
"margin-bottom:10px;"
>
<div
class=
"col q-mr-md"
>
<q-input
standout
bottom-slots
v-model=
"model.Name"
ref=
"Name"
label=
"报价单名称"
dense
/>
<q-input
standout
bottom-slots
v-model=
"model.Name"
filled
ref=
"Name"
label=
"报价单名称"
dense
/>
</div>
<div
class=
"col"
>
<q-select
dense
standout
behavior=
"menu"
v-model=
"model.CustomerSource"
ref=
"CustomerSource"
<q-select
dense
standout
behavior=
"menu"
filled
v-model=
"model.CustomerSource"
ref=
"CustomerSource"
:options=
"CustomerSources"
option-label=
"name"
option-value=
"id"
label=
"客户来源"
emit-value
map-options
:rules=
"[val => !!val || '请选择客户来源']"
/>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
style=
"margin-bottom:10px;"
>
<div
class=
"col q-mr-md"
>
<q-select
dense
standout
behavior=
"menu"
v-model=
"model.CustomerType"
ref=
"CustomerType"
<q-select
dense
standout
behavior=
"menu"
filled
v-model=
"model.CustomerType"
ref=
"CustomerType"
:options=
"CustomerTypes"
option-label=
"name"
option-value=
"id"
label=
"客户类型"
emit-value
map-options
@
input=
"changeDiscountMoney"
:rules=
"[val => !!val || '请选择客户类型']"
/>
</div>
<div
class=
"col"
>
<q-input
standout
bottom-slots
v-model=
"model.JoinNum"
ref=
"JoinNum"
label=
"报名人数"
dense
mask=
"#"
fill-mask=
"0"
<q-input
standout
bottom-slots
filled
v-model=
"model.JoinNum"
ref=
"JoinNum"
label=
"报名人数"
dense
mask=
"#"
fill-mask=
"0"
reverse-fill-mask
:rules=
"[val => !!val || '请输入报名人数']"
@
input=
"changeDiscountMoney"
>
<template
v-slot:append
>
<span
style=
"font-size:14px;"
>
人
</span>
...
...
@@ -39,13 +39,13 @@
</q-input>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
style=
"margin-bottom:10px;"
>
<div
class=
"col q-mr-md"
>
<q-input
standout
bottom-slots
v-model=
"model.CustomerName"
ref=
"CustomerName"
label=
"客户姓名"
dense
<q-input
standout
bottom-slots
filled
v-model=
"model.CustomerName"
ref=
"CustomerName"
label=
"客户姓名"
dense
:rules=
"[val => !!val || '请输入客户姓名']"
/>
</div>
<div
class=
"col"
>
<q-input
standout
bottom-slots
v-model=
"model.CustomerTel"
label=
"客户电话"
dense
mask=
"#"
reverse-fill-mask
/>
<q-input
standout
bottom-slots
filled
v-model=
"model.CustomerTel"
label=
"客户电话"
dense
mask=
"#"
reverse-fill-mask
/>
</div>
</div>
<div
class=
"text-subtitle2 text-weight-bold q-mb-md"
>
...
...
@@ -72,7 +72,7 @@
/>
</div> -->
<div
class=
"col"
>
<q-select
dense
standout
behavior=
"menu"
v-model=
"chosenCourse"
:options=
"courseOptions"
<q-select
dense
standout
behavior=
"menu"
filled
v-model=
"chosenCourse"
:options=
"courseOptions"
@
filter=
"filterCourseFn"
input-debounce=
"0"
use-input
option-label=
"CourseName"
option-value=
"CourseId"
emit-value
map-options
:placeholder=
"!chosenCourse ? '添加客户需要的课程' : ''"
clearable
/>
</div>
...
...
@@ -113,7 +113,7 @@
<div
class=
"row"
>
<div
class=
"col q-mr-md"
></div>
<div
class=
"col"
>
<q-input
standout
bottom-slots
v-model=
"model.EffectiveEnd"
ref=
"EffectiveEnd"
label=
"报价有效期"
dense
mask=
"date"
<q-input
standout
bottom-slots
filled
v-model=
"model.EffectiveEnd"
ref=
"EffectiveEnd"
label=
"报价有效期"
dense
mask=
"date"
class=
"cursor-pointer"
readonly
:rules=
"[val => !!val || '请选择有效日期']"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
...
...
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