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
4f854f3c
Commit
4f854f3c
authored
Dec 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8bf1cda7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
22 deletions
+20
-22
order-form.vue
src/components/school/student/transfer-order/order-form.vue
+20
-22
No files found.
src/components/school/student/transfer-order/order-form.vue
View file @
4f854f3c
...
...
@@ -26,7 +26,6 @@
</div>
<div
style=
"row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-6 field"
>
<q-input
filled
stack-label
...
...
@@ -38,8 +37,8 @@
label=
"人数"
:rules=
"[val => !!val || '请填写人数']"
disable
class=
"col-6 q-py-sm"
/>
</div>
<template
v-if=
"OrderMsg.isChaBan == 1"
>
<q-select
filled
...
...
@@ -51,7 +50,7 @@
:options=
"CourseList"
emit-value
map-options
class=
"col-6"
class=
"col-6
q-py-sm
"
:rules=
"[val => !!val || '请选择课程']"
label=
"选择课程"
@
input=
"calcPrice()"
...
...
@@ -65,7 +64,7 @@
@
keyup
.
native=
"checkInteger(OrderMsg, 'StartClassHours')"
ref=
"StartClassHours"
@
input=
"calcPrice()"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"起始课时"
/>
<q-input
...
...
@@ -73,7 +72,7 @@
v-model=
"OrderMsg.EffectTime"
ref=
"EffectTime"
:rules=
"[val => !!val || '请填生效时间']"
class=
"col-6"
class=
"col-6
q-py-sm
"
:disable=
"modityOrderType == 2"
mask=
"date"
label=
"生效时间"
...
...
@@ -97,7 +96,7 @@
filled
option-value=
"OrderId"
option-label=
"CourseName"
class=
"col-6"
class=
"col-6
q-py-sm
"
:disable=
"modityOrderType == 2"
v-model=
"OrderMsg.UpOrderId"
:options=
"beforeOrderList"
...
...
@@ -132,7 +131,7 @@
:dense=
"false"
v-model=
"OrderMsg.Class_Price"
:disable=
"true"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"单价(课程售价)"
style=
"display:none;"
/>
...
...
@@ -144,7 +143,7 @@
v-model=
"OrderMsg.Unit_Price"
:disable=
"IsShowUpPrice == true ? false : true"
@
blur=
"calcPrice()"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"成交单价"
:rules=
"[val => !!val || '请填成交单价']"
/>
...
...
@@ -163,7 +162,7 @@
v-model=
"OrderMsg.Unit_Price"
:disable=
"true"
@
input=
"calcPrice()"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"成交单价"
:rules=
"[val => !!val || '请填成交单价']"
/>
...
...
@@ -174,11 +173,11 @@
:dense=
"false"
v-model=
"OrderMsg.DiscountMoney"
:disable=
"true"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"优惠金额"
/>
<!-- <q-input filled stack-label :dense="false" v-model="OrderMsg.PerDiscountMoney" :disable="true"
class="col-6" label="优惠金额(每人)" :hint="'总优惠金额:'+(OrderMsg.PerDiscountMoney*OrderMsg.GuestNum)" /> -->
class="col-6
q-py-sm
" label="优惠金额(每人)" :hint="'总优惠金额:'+(OrderMsg.PerDiscountMoney*OrderMsg.GuestNum)" /> -->
<
template
v-if=
"modityOrderType == 3"
>
<q-input
filled
...
...
@@ -186,7 +185,7 @@
:dense=
"false"
v-model=
"OrderMsg.Unit_Price"
@
input=
"calcPrice()"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"成交单价"
:rules=
"[val => !!val || '请填成交单价']"
/>
...
...
@@ -199,7 +198,7 @@
maxlength=
"10"
@
keyup
.
native=
"checkPrice(OrderMsg, 'PreferPrice')"
v-model=
"OrderMsg.PreferPrice"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"应收"
/>
...
...
@@ -212,7 +211,7 @@
:options=
"SourceEnumList"
emit-value
map-options
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"客人来源"
/>
<q-select
...
...
@@ -225,7 +224,7 @@
option-label=
"EmployeeName"
option-value=
"Id"
ref=
"EmployeeName"
class=
"col-6"
class=
"col-6
q-py-sm
"
emit-value
map-options
@
filter=
"filterFn"
...
...
@@ -248,7 +247,7 @@
option-label=
"EmployeeName"
option-value=
"Id"
ref=
"EmployeeName"
class=
"col-6"
class=
"col-6
q-py-sm
"
emit-value
map-options
@
filter=
"filterFn"
...
...
@@ -271,7 +270,7 @@
option-label="CustomerName"
option-value="CustomerId"
ref="CustomerName"
class="col-6"
class="col-6
q-py-sm
"
emit-value
map-options
@filter="cusfilterFn"
...
...
@@ -292,7 +291,7 @@
:dense=
"false"
maxlength=
"50"
v-model=
"OrderMsg.GeneralOccupation"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"一般同行"
/>
<q-input
...
...
@@ -303,7 +302,7 @@
:dense=
"false"
maxlength=
"50"
v-model=
"OrderMsg.EduOccupation"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"教育同行"
/>
<!-- <q-toggle :disable="(modityOrderType==2)" v-model="OrderMsg.IsLessPrice" :false-value="0" :true-value="1"
...
...
@@ -318,7 +317,7 @@
stack-label
:dense=
"false"
v-model=
"OrderMsg.PerLessMoney"
class=
"col-6"
class=
"col-6
q-py-sm
"
label=
"少价金额(每人)"
:hint=
"'总少价金额:' + OrderMsg.PerLessMoney * OrderMsg.GuestNum"
/>
...
...
@@ -327,9 +326,8 @@
stack-label
:dense=
"false"
v-model=
"OrderMsg.SaleRemark"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
class=
"col-12
q-py-sm
"
label=
"备注"
/>
</div>
...
...
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