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
9b7189ee
Commit
9b7189ee
authored
Sep 03, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8e9c7c75
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
quasar.conf.js
quasar.conf.js
+1
-1
abroad-form.vue
src/components/school/student/abroad-form.vue
+4
-0
study-form.vue
src/components/school/student/transfer-order/study-form.vue
+3
-1
No files found.
quasar.conf.js
View file @
9b7189ee
...
...
@@ -47,7 +47,7 @@ module.exports = function(ctx) {
vueRouterMode
:
'history'
,
// available values: 'hash', 'history'
env
:
ctx
.
dev
?
{
API
:
'http://192.168.5.
46:8300
/api'
,
API
:
'http://192.168.5.
57:5001
/api'
,
// API: 'http://192.168.10.128:8300/api',
// API: 'https://eduapi.oytour.com/api',
API_ZC
:
'http://192.168.5.238:8087/api'
,
...
...
src/components/school/student/abroad-form.vue
View file @
9b7189ee
...
...
@@ -124,6 +124,10 @@
if
(
val
&&
val
.
length
>
0
){
this
.
saveObj
=
val
[
0
];
this
.
defaultCourse
=
val
;
this
.
saveObj
.
OrderCourseList
=
[];
this
.
saveObj
.
OrderCourseList
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
this
.
saveObj
)));
this
.
saveObj
.
TextbookFee
=
0
;
this
.
saveObj
.
CoursewareFee
=
0
;
}
},
next
()
{
...
...
src/components/school/student/transfer-order/study-form.vue
View file @
9b7189ee
...
...
@@ -122,7 +122,8 @@
SourceId
:
1
,
//传入Id
SaleRemark
:
''
,
//备注
EnterId
:
0
,
//市场人员
StuIds
:
''
StuIds
:
''
,
OrderCourseList
:[],
},
EnterName
:
''
,
HelpEnterDisable
:
false
,
...
...
@@ -134,6 +135,7 @@
this
.
OrderMsg
.
SourceId
=
this
.
saveObj
.
Id
;
this
.
OrderMsg
.
Unit_Price
=
this
.
saveObj
.
SellPrice
;
this
.
OrderMsg
.
PreferPrice
=
this
.
OrderMsg
.
Unit_Price
;
this
.
OrderMsg
.
OrderCourseList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
saveObj
.
OrderCourseList
));
}
if
(
this
.
select
&&
this
.
select
.
length
>
0
){
this
.
OrderMsg
.
EnterId
=
this
.
select
[
0
].
CreateBy
;
...
...
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