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
a77ae1b4
Commit
a77ae1b4
authored
Jul 09, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
fc8e0a47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
8 deletions
+23
-8
backinfo-form.vue
src/components/sale/backinfo-form.vue
+21
-6
changeClassManager.vue
src/pages/teacher/changeClassManager.vue
+2
-2
No files found.
src/components/sale/backinfo-form.vue
View file @
a77ae1b4
...
...
@@ -95,7 +95,7 @@
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
申请人:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
CreateByName
}}
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateByName
}}
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
...
...
@@ -103,10 +103,10 @@
<span
class=
"backInfo_Title"
>
学员姓名:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
GuestName
}}
</span>
</div>
<
!--
<
div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
申请时间:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateTime
Str
}}
</span>
</div>
-->
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateTime
}}
</span>
</div>
</div>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
style=
"background-color:#F28C1D"
></span>
教学信息
...
...
@@ -118,7 +118,10 @@
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
班级信息:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
ClassName
}}
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
ClassName
}}
<span
style=
"color:blue;cursor:pointer;"
@
click=
"goClassManage(setingObj.DataObj.ClassName)"
>
{{
setingObj
.
DataObj
.
ClassNo
}}
</span>
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
...
...
@@ -156,7 +159,7 @@
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
关联单号:
</span>
<span
class=
"backOtherInfo"
style=
"color:#2961FE"
>
{{
setingObj
.
DataObj
.
OrderId
}}
</span>
<span
class=
"backOtherInfo"
style=
"color:#2961FE
;cursor:pointer"
@
click=
"goOrderStatic(setingObj.DataObj.OrderId)
"
>
{{
setingObj
.
DataObj
.
OrderId
}}
</span>
</div>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
关联销售:
</span>
...
...
@@ -363,6 +366,18 @@
}
})
return
str
;
},
//跳转到班级管理
goClassManage
(
ClassName
){
this
.
OpenNewUrl
(
'/course/classManage'
,{
'ClassName'
:
ClassName
})
},
//跳转到报名统计
goOrderStatic
(
OrderId
){
this
.
OpenNewUrl
(
'/sale/orderStatistics'
,{
'OrderId'
:
OrderId
})
}
},
}
...
...
src/pages/teacher/changeClassManager.vue
View file @
a77ae1b4
...
...
@@ -24,11 +24,11 @@
label=
"学员名称/班级名称/老师名称"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.AuditStatus"
:options=
"ShowOpts"
<q-select
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.AuditStatus"
:options=
"ShowOpts"
emit-value
map-options
label=
"审核状态"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
option-value=
"Id"
option-label=
"Name"
filled
v-model=
"msg.ReceiptType"
:options=
"OrderTypeList"
<q-select
@
input=
"resetSearch"
clearable
option-value=
"Id"
option-label=
"Name"
filled
v-model=
"msg.ReceiptType"
:options=
"OrderTypeList"
emit-value
map-options
label=
"单据类型"
/>
</div>
<div
class=
"col-3 Sysuser_Date"
>
...
...
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