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
e4ed9d52
Commit
e4ed9d52
authored
Dec 21, 2020
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
08b2be3a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
728 additions
and
760 deletions
+728
-760
money-form.vue
src/components/sale/money-form.vue
+1
-1
orderlist.vue
src/components/sale/orderlist.vue
+720
-754
classorder.vue
src/pages/course/classorder.vue
+1
-1
myOrder.vue
src/pages/sale/myOrder.vue
+1
-1
studentList.vue
src/pages/sale/studentList.vue
+5
-3
No files found.
src/components/sale/money-form.vue
View file @
e4ed9d52
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
})
})
return
return
}
}
if
(
this
.
msg
.
ExtraDeductMoney
==
''
)
{
if
(
this
.
msg
.
ExtraDeductMoney
==
=
''
)
{
this
.
$q
.
notify
({
this
.
$q
.
notify
({
icon
:
'negative'
,
icon
:
'negative'
,
color
:
'accent'
,
color
:
'accent'
,
...
...
src/components/sale/orderlist.vue
View file @
e4ed9d52
This diff is collapsed.
Click to expand it.
src/pages/course/classorder.vue
View file @
e4ed9d52
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</div>
</div>
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<orderlist
:dataList=
"dataList"
:isShowClass=
"false"
ref=
"orderL"
:cancelList=
"CancelList"
@
success=
"refreshClassOrder"
></orderlist>
<orderlist
:dataList=
"dataList"
:isShowClass=
"false"
ref=
"orderL"
:
Comtype=
"2"
:
cancelList=
"CancelList"
@
success=
"refreshClassOrder"
></orderlist>
</div>
</div>
</div>
</div>
</template>
</template>
...
...
src/pages/sale/myOrder.vue
View file @
e4ed9d52
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<orderlist
:dataList=
"data.List"
:isShowClass=
"true"
@
success=
"refreshClassOrder"
ref=
"orderL"
></orderlist>
<orderlist
:dataList=
"data.List"
:isShowClass=
"true"
:Comtype=
"1"
@
success=
"refreshClassOrder"
ref=
"orderL"
></orderlist>
<div
class=
"row"
style=
"justify-content: flex-end;padding: 5px 20px"
>
<div
class=
"row"
style=
"justify-content: flex-end;padding: 5px 20px"
>
<q-pagination
<q-pagination
v-model=
"msg.pageIndex"
v-model=
"msg.pageIndex"
...
...
src/pages/sale/studentList.vue
View file @
e4ed9d52
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
:input=
"true"
@
input=
"changePage"
/>
</
template
>
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<
template
v-slot:body-cell-optioned=
"props"
v-if=
"isShowBtn"
>
<q-td
:props=
"props"
>
<q-td
:props=
"props"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"编辑"
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"编辑"
@
click=
"EditRole(props.row)"
/>
@
click=
"EditRole(props.row)"
/>
...
@@ -201,8 +201,10 @@
...
@@ -201,8 +201,10 @@
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
addMsg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
addMsg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
msg
.
ClassId
=
this
.
$route
.
query
.
ClassId
this
.
msg
.
ClassId
=
this
.
$route
.
query
.
ClassId
if
(
this
.
$route
.
query
.
isFrom
==
1
){
if
(
this
.
$route
.
query
.
isShow
==
1
){
this
.
isShowBtn
=
false
;
this
.
isShowBtn
=
true
;
}
else
{
this
.
isShowBtn
=
false
}
}
}
}
this
.
getRolelist
();
this
.
getRolelist
();
...
...
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