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
0eb6eff4
Commit
0eb6eff4
authored
Jun 10, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
81b5d04b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
orderlist.vue
src/components/sale/orderlist.vue
+8
-2
classorder.vue
src/pages/course/classorder.vue
+1
-1
studyemploymentorder.vue
src/pages/studyAbroad/studyemploymentorder.vue
+1
-1
No files found.
src/components/sale/orderlist.vue
View file @
0eb6eff4
...
...
@@ -87,6 +87,13 @@
</
template
>
</div>
</template>
<
template
v-if=
"item.OrderType==1"
>
课程名称:
{{
item
.
CourseName
}}
<template
v-if=
"item.IsChaBan==1"
>
插班报入:开始计算课时
{{
item
.
StartClassHours
}}
</
template
>
</template>
<div
style=
"margin-top:10px;"
v-if=
"item.OfferId>0"
>
报价单:
<span
class=
"order_OfferId"
@
click=
"goQuotation(item.OfferId)"
style=
"font-size:14px;"
>
{{item.OfferId}}
</span>
...
...
@@ -1259,8 +1266,7 @@
//调用父页面成功方法
this
.
$emit
(
'success'
);
}
}).
catch
(()
=>
{
})
}).
catch
(()
=>
{})
},
takeContractTwo
(
item
,
subItem
)
{
let
obj
=
{
...
...
src/pages/course/classorder.vue
View file @
0eb6eff4
...
...
@@ -50,7 +50,7 @@
CancelList
:
[],
//权限判断
authObj
:
{
isShowName
:
fals
e
,
//不显示班级名称
isShowName
:
tru
e
,
//不显示班级名称
isShowEditSale
:
true
,
//显示修改销售按钮
isShowEducationRemark
:
true
,
//显示修改教务备注
isShowPrincipalRemark
:
true
,
//显示校长备注
...
...
src/pages/studyAbroad/studyemploymentorder.vue
View file @
0eb6eff4
...
...
@@ -39,7 +39,7 @@
CancelList
:
[],
//权限判断
authObj
:
{
isShowName
:
fals
e
,
//不显示班级名称
isShowName
:
tru
e
,
//不显示班级名称
isShowEditSale
:
true
,
//显示修改销售按钮
isShowEducationRemark
:
true
,
//显示修改教务备注
isShowPrincipalRemark
:
true
,
//显示校长备注
...
...
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