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
f36b1c3b
Commit
f36b1c3b
authored
Dec 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f5afc9ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
19 deletions
+12
-19
student-hetong.vue
src/components/school/student/student-hetong.vue
+6
-12
student-order.vue
src/components/school/student/student-order.vue
+3
-6
student-visit.vue
src/components/school/student/student-visit.vue
+3
-1
No files found.
src/components/school/student/student-hetong.vue
View file @
f36b1c3b
...
...
@@ -82,21 +82,15 @@
},
//跳转订单
goOrderDetail
(
OrderId
){
this
.
$router
.
push
({
path
:
"/sale/myOrder"
,
query
:
{
OrderId
:
OrderId
}
});
this
.
OpenNewUrl
(
'/sale/myOrder'
,
{
OrderId
:
OrderId
})
},
//跳转合同
goContractView
(
ContractId
){
this
.
$router
.
push
({
path
:
"/contractView"
,
query
:
{
ContractId
:
ContractId
}
});
this
.
OpenNewUrl
(
'/contractView'
,
{
ContractId
:
ContractId
})
}
},
}
...
...
src/components/school/student/student-order.vue
View file @
f36b1c3b
...
...
@@ -77,12 +77,9 @@
this
.
getStuOrderPage
();
},
goOrderDetail
(
OrderId
){
this
.
$router
.
push
({
path
:
"/sale/myOrder"
,
query
:
{
OrderId
:
OrderId
}
});
this
.
OpenNewUrl
(
'/sale/myOrder'
,
{
OrderId
:
OrderId
})
}
},
}
...
...
src/components/school/student/student-visit.vue
View file @
f36b1c3b
...
...
@@ -4,7 +4,9 @@
border
:
0
;
height
:
28px
!important
;
}
.studentDate
.el-input
{
height
:
28px
!important
;
}
.el-select-dropdown
{
z-index
:
8888
!important
;
}
...
...
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