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
f8e56487
Commit
f8e56487
authored
Dec 18, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
894fb62f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
438 additions
and
384 deletions
+438
-384
myOrder-form.vue
src/components/sale/myOrder-form.vue
+428
-382
orderlist.vue
src/components/sale/orderlist.vue
+4
-1
studentList.vue
src/pages/sale/studentList.vue
+6
-1
No files found.
src/components/sale/myOrder-form.vue
View file @
f8e56487
This diff is collapsed.
Click to expand it.
src/components/sale/orderlist.vue
View file @
f8e56487
...
...
@@ -565,7 +565,10 @@
gostudent
(
item
)
{
var
tempStr
=
'/sale/studentList?OrderId='
+
item
.
OrderId
+
'&ClassId='
+
item
.
ClassId
;
this
.
$router
.
push
({
path
:
tempStr
path
:
tempStr
,
query
:{
isFrom
:
1
}
});
},
//修改订单备注
...
...
src/pages/sale/studentList.vue
View file @
f8e56487
...
...
@@ -8,7 +8,7 @@
<div
class=
"col-2 q-table__title"
@
click=
"goreturn"
>
返回
</div>
<q-space
/>
<div
class=
"page-option"
>
<q-btn
color=
"accent"
size=
"sm"
icon=
"add"
label=
"新增名单"
@
click=
"addxue"
/>
<q-btn
color=
"accent"
size=
"sm"
v-if=
"isShowBtn"
icon=
"add"
label=
"新增名单"
@
click=
"addxue"
/>
</div>
</
template
>
<
template
v-slot:body-cell-Sex=
"props"
>
...
...
@@ -192,6 +192,8 @@
GEList
:[],
GLList
:[],
OFList
:[],
isShowBtn
:
true
//默认显示新增名单
}
},
mounted
()
{
...
...
@@ -199,6 +201,9 @@
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
addMsg
.
OrderId
=
this
.
$route
.
query
.
OrderId
;
this
.
msg
.
ClassId
=
this
.
$route
.
query
.
ClassId
if
(
this
.
$route
.
query
.
isFrom
==
1
){
this
.
isShowBtn
=
false
;
}
}
this
.
getRolelist
();
this
.
getGuestBasics
()
//日语基础枚举
...
...
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