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
8e3af8b1
Commit
8e3af8b1
authored
Feb 17, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e3670695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
study-form.vue
src/components/school/student/transfer-order/study-form.vue
+21
-2
No files found.
src/components/school/student/transfer-order/study-form.vue
View file @
8e3af8b1
...
...
@@ -40,6 +40,16 @@
</q-item>
</
template
>
</q-select>
<q-input
disable
v-if=
"OrderMsg.EnterId > 0"
filled
stack-label
v-model=
"EnterName"
class=
"col-6 q-py-sm"
label=
"市场人员"
/>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"OrderMsg.SaleRemark"
type=
"textarea"
class=
"col-12 q-py-sm"
label=
"备注"
/>
</div>
...
...
@@ -110,16 +120,25 @@
HelpEnterId
:
''
,
//协助老师
CourseConsultantId
:
''
,
//课程顾问
SourceId
:
1
,
//传入Id
SaleRemark
:
''
//备注
}
SaleRemark
:
''
,
//备注
EnterId
:
0
//市场人员
},
EnterName
:
''
};
},
created
()
{
console
.
log
(
this
.
select
,
'select'
);
console
.
log
(
this
.
saveObj
,
'saveobj'
);
if
(
this
.
saveObj
)
{
this
.
OrderMsg
.
SourceId
=
this
.
saveObj
.
Id
;
this
.
OrderMsg
.
Unit_Price
=
this
.
saveObj
.
SellPrice
;
this
.
OrderMsg
.
PreferPrice
=
this
.
OrderMsg
.
Unit_Price
;
}
if
(
this
.
select
&&
this
.
select
.
length
>
0
){
this
.
OrderMsg
.
EnterId
=
this
.
select
[
0
].
CreateBy
;
this
.
EnterName
=
this
.
select
[
0
].
CreateByName
;
}
this
.
getOrderSEList
();
this
.
getEmployee
(
0
);
this
.
getEmployee
(
2
);
...
...
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