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
9763c0ec
Commit
9763c0ec
authored
Sep 04, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7a47c8ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
orderlist.vue
src/components/sale/orderlist.vue
+1
-1
transfer-order.vue
src/components/school/student/transfer-order.vue
+1
-1
No files found.
src/components/sale/orderlist.vue
View file @
9763c0ec
...
...
@@ -130,7 +130,7 @@
<
template
v-if=
"item.OrderType == 1"
>
<div
v-if=
"item.ClassList&&item.ClassList.length>0"
>
课程名称:
<span
v-for=
"(itemc, indexc) in item.ClassList"
>
{{
indexc
>
0
?
'
,
'
:
""
}}{{
itemc
.
CourseName
}}
</span>
<span
v-for=
"(itemc, indexc) in item.ClassList"
>
{{
indexc
>
0
?
'
、
'
:
""
}}{{
itemc
.
CourseName
}}
</span>
</div>
<div
v-else=
"item.CourseName"
>
课程名称:
{{
item
.
CourseName
}}
...
...
src/components/school/student/transfer-order.vue
View file @
9763c0ec
...
...
@@ -330,7 +330,7 @@ export default {
this
.
saveObj
.
PreferPrice
=
item
.
SellPrice
;
}
else
{
this
.
saveObj
.
CourseName
+=
"
,
"
+
item
.
CourseName
this
.
saveObj
.
CourseName
+=
"
、
"
+
item
.
CourseName
this
.
saveObj
.
SellPrice
+=
Number
(
item
.
SellPrice
)
this
.
saveObj
.
Unit_Price
+=
Number
(
item
.
SellPrice
)
this
.
saveObj
.
TotalClassHours
+=
Number
(
item
.
TotalClassHours
)
...
...
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