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
cd392315
Commit
cd392315
authored
Feb 17, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ae747108
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
abroad-form.vue
src/components/school/student/abroad-form.vue
+4
-4
study-form.vue
src/components/school/student/transfer-order/study-form.vue
+0
-2
No files found.
src/components/school/student/abroad-form.vue
View file @
cd392315
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
@
hide=
"$emit('close')"
>
@
hide=
"$emit('close')"
>
<q-card
style=
"width: 850px;max-width:850px;"
>
<q-card
style=
"width: 850px;max-width:850px;"
>
<q-card-section
class=
"row items-center q-pb-none"
>
<q-card-section
class=
"row items-center q-pb-none"
>
<div
class=
"text-h6"
>
转
订单
</div>
<div
class=
"text-h6"
>
{{
msg
.
Type
==
1
?
'留学'
:
'就业'
}}
订单
</div>
<q-space
/>
<q-space
/>
<q-btn
icon=
"close"
flat
round
dense
v-close-popup
/>
<q-btn
icon=
"close"
flat
round
dense
v-close-popup
/>
</q-card-section>
</q-card-section>
...
@@ -12,12 +12,12 @@
...
@@ -12,12 +12,12 @@
<q-stepper
v-model=
"step"
ref=
"stepper"
color=
"primary"
animated
flat
>
<q-stepper
v-model=
"step"
ref=
"stepper"
color=
"primary"
animated
flat
>
<q-step
:name=
"1"
title=
"选择课程"
icon=
"settings"
:done=
"step > 1"
>
<q-step
:name=
"1"
title=
"选择课程"
icon=
"settings"
:done=
"step > 1"
>
<div
class=
"page-search row items-center"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-
mr-lg q-
col-gutter-md"
>
<div
class=
"col row wrap q-col-gutter-md"
>
<div
class=
"col-
3
"
>
<div
class=
"col-
6
"
>
<q-select
@
input=
"resetSearch"
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.Type"
<q-select
@
input=
"resetSearch"
filled
option-value=
"Id"
option-label=
"Name"
v-model=
"msg.Type"
:options=
"studyList"
emit-value
map-options
label=
"类型"
/>
:options=
"studyList"
emit-value
map-options
label=
"类型"
/>
</div>
</div>
<div
class=
"col-
3
"
>
<div
class=
"col-
6
"
>
<q-input
@
change=
"resetSearch"
clearable
filled
v-model=
"msg.Name"
label=
"项目名称"
@
clear=
"resetSearch"
<q-input
@
change=
"resetSearch"
clearable
filled
v-model=
"msg.Name"
label=
"项目名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
maxlength=
"20"
/>
</div>
</div>
...
...
src/components/school/student/transfer-order/study-form.vue
View file @
cd392315
...
@@ -130,8 +130,6 @@
...
@@ -130,8 +130,6 @@
};
};
},
},
created
()
{
created
()
{
console
.
log
(
this
.
select
,
'select'
);
console
.
log
(
this
.
saveObj
,
'saveobj'
);
if
(
this
.
saveObj
)
{
if
(
this
.
saveObj
)
{
this
.
OrderMsg
.
SourceId
=
this
.
saveObj
.
Id
;
this
.
OrderMsg
.
SourceId
=
this
.
saveObj
.
Id
;
this
.
OrderMsg
.
Unit_Price
=
this
.
saveObj
.
SellPrice
;
this
.
OrderMsg
.
Unit_Price
=
this
.
saveObj
.
SellPrice
;
...
...
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