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
fc5c3673
Commit
fc5c3673
authored
Jun 10, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
92a82ae5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
editOrder-form.vue
src/components/sale/editOrder-form.vue
+1
-1
orderlist.vue
src/components/sale/orderlist.vue
+2
-5
studentList.vue
src/pages/sale/studentList.vue
+3
-3
No files found.
src/components/sale/editOrder-form.vue
View file @
fc5c3673
...
...
@@ -20,7 +20,7 @@
</div>
</div>
<div
style=
"padding:20px 15px;"
>
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
@
keyup
.
native=
"checkInteger(OrderMsg,'GuestNum')"
v-model=
"OrderMsg.GuestNum"
type=
"number"
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
@
keyup
.
native=
"checkInteger(OrderMsg,'GuestNum')"
v-model=
"OrderMsg.GuestNum"
@
input=
"countPrice"
class=
"col-12"
label=
"人数"
:rules=
"[val => !!val || '请填写人数']"
:disable=
"modityOrderType==2"
/>
<template
v-if=
"isChaBan==1"
>
...
...
src/components/sale/orderlist.vue
View file @
fc5c3673
...
...
@@ -89,10 +89,9 @@
</template>
<
template
v-if=
"item.OrderType==1"
>
课程名称:
{{
item
.
CourseName
}}
<
template
v-if=
"item.IsChaBan==1
"
>
<
div
v-if=
"item.IsChaBan==1"
style=
"color:red;
"
>
插班报入:开始计算课时
{{
item
.
StartClassHours
}}
</
template
>
</div>
</
template
>
<div
style=
"margin-top:10px;"
v-if=
"item.OfferId>0"
>
报价单:
<span
class=
"order_OfferId"
@
click=
"goQuotation(item.OfferId)"
...
...
@@ -1100,7 +1099,6 @@
this
.
isShowStudyOrderForm
=
true
;
}
this
.
isChaBan
=
item
.
IsChaBan
;
console
.
log
(
item
,
'item'
);
},
//刷新页面
refreshOrder
()
{
...
...
@@ -1526,5 +1524,4 @@
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
</
style
>
src/pages/sale/studentList.vue
View file @
fc5c3673
...
...
@@ -19,9 +19,9 @@
<
template
v-slot:body-cell-CourseName=
"props"
>
<q-td
:props=
"props"
>
<span>
{{
props
.
row
.
CourseName
}}
<
template
v-if=
"props.row.IsChaBan==1"
>
<br/>
插班报入:起始课时
{{
props
.
row
.
StartClassHours
}}
</
template
>
<
div
style=
"color:red;"
v-if=
"props.row.IsChaBan==1"
>
插班报入:起始课时
{{
props
.
row
.
StartClassHours
}}
</
div
>
</span>
</q-td>
</
template
>
...
...
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