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
894fb62f
Commit
894fb62f
authored
Dec 18, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
dd8d2759
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
9 deletions
+17
-9
editOrder-form.vue
src/components/sale/editOrder-form.vue
+1
-1
orderlist.vue
src/components/sale/orderlist.vue
+0
-2
orderremark-form.vue
src/components/sale/orderremark-form.vue
+2
-2
backbill.vue
src/pages/user/backbill.vue
+14
-4
No files found.
src/components/sale/editOrder-form.vue
View file @
894fb62f
...
...
@@ -3,7 +3,7 @@
<q-dialog
v-model=
"IsShowEditOrder"
maximized
full-height
seamless
position=
"right"
>
<q-card
style=
"margin-top:61px;width:500px"
class=
"no-border-radius classinfo_Dialog"
>
<div
class=
"drawerTop"
>
<div
style=
"display:flex;align-items:center;margin
:20px 0 0 2
0px;"
>
<div
style=
"display:flex;align-items:center;margin
-left:1
0px;"
>
<span
class=
"drawer_Span"
>
修改订单
</span>
</div>
</div>
...
...
src/components/sale/orderlist.vue
View file @
894fb62f
...
...
@@ -24,8 +24,6 @@
@
click=
"goOrderdetails(item,1)"
>
{{
item
.
OrderId
}}
</div>
<div>
{{
item
.
EnterName
}}
</div>
<div
style=
"margin-top: 10px"
>
{{
item
.
CreateTime
}}
</div>
<div
style=
"margin-top: 30px;margin-bottom: 10px"
>
班级
</div>
<div
style=
"font-weight: bold;color:#2961FE;"
@
click=
"getClassInfo(item)"
>
{{
item
.
ClassName
}}
</div>
</td>
<td
style=
"border:none"
>
{{
item
.
GuestNum
}}
人
</td>
<td
style=
"border:none"
>
{{
item
.
Class_Price
.
toFixed
(
2
)
}}
</td>
...
...
src/components/sale/orderremark-form.vue
View file @
894fb62f
...
...
@@ -8,8 +8,8 @@
</q-card-section>
<q-card-section
class=
"q-pt-none scroll"
style=
"max-height: 70vh"
>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"500"
:dense=
"false"
v-model=
"OrderRemarkMsg.Remark"
class=
"col-12
"
label=
"备注"
/>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"OrderRemarkMsg.Remark
"
type=
"textarea"
class=
"col-12"
label=
"备注"
/>
</div>
</q-card-section>
<q-separator
/>
...
...
src/pages/user/backbill.vue
View file @
894fb62f
<
style
>
.Sysuser_Date
.el-range-editor
.el-range-input
{
background-color
:
transparent
;
}
.Sysuser_Date
.el-range-editor.el-input__inner
{
background-color
:
transparent
;
}
</
style
>
<
template
>
<div
class=
"page-body"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-col-gutter-md"
>
<div
class=
"col"
>
<q-input
@
change=
"resetSearch"
clearable
standout=
"bg-primary text-white"
class=
"col-6 q-pr-lg q-pr-lg"
<div
class=
"col
-3
"
>
<q-input
@
change=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.ClassName"
label=
"学员名称/班级名称/老师名称"
/>
</div>
<div
class=
"col"
>
<div
class=
"col
-3
"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"msg.AuditStatus"
:options=
"ShowOpts"
emit-value
map-options
label=
"流程状态"
/>
</div>
<div
class=
"col Sysuser_Date"
>
<div
class=
"col
-3
Sysuser_Date"
>
<q-field
filled
>
<template
v-slot:control
>
<el-date-picker
v-model=
"applyDateList"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
...
...
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