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
1a67b76d
Commit
1a67b76d
authored
Jul 13, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4c06f3da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
backbill-form.vue
src/components/sale/backbill-form.vue
+1
-1
changebill-form.vue
src/components/sale/changebill-form.vue
+17
-10
No files found.
src/components/sale/backbill-form.vue
View file @
1a67b76d
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
编号:
</span>
<span
class=
"backInfo_Title"
>
退课
编号:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
BackNum
}}
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
BackNum
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
...
src/components/sale/changebill-form.vue
View file @
1a67b76d
...
@@ -83,6 +83,9 @@
...
@@ -83,6 +83,9 @@
text-align
:
center
;
text-align
:
center
;
height
:
30px
;
height
:
30px
;
}
}
.BillredClass
{
color
:
red
;
}
</
style
>
</
style
>
<
template
>
<
template
>
<q-dialog
v-model=
"persistent"
maximized
full-height
seamless
position=
"right"
@
hide=
"closeShenheForm"
>
<q-dialog
v-model=
"persistent"
maximized
full-height
seamless
position=
"right"
@
hide=
"closeShenheForm"
>
...
@@ -107,7 +110,7 @@
...
@@ -107,7 +110,7 @@
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
编号:
</span>
<span
class=
"backInfo_Title"
>
调课
编号:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
Id
}}
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
Id
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
@@ -127,7 +130,7 @@
...
@@ -127,7 +130,7 @@
<div
class=
"row backInfo_One"
>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
校区:
</span>
<span
class=
"backInfo_Title"
>
校区:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
School_Id
}}
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
SchoolName
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
班级信息:
</span>
<span
class=
"backInfo_Title"
>
班级信息:
</span>
...
@@ -141,11 +144,15 @@
...
@@ -141,11 +144,15 @@
<div
class=
"row backInfo_One"
>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
带班老师:
</span>
<span
class=
"backInfo_Title"
>
带班老师:
</span>
<span
class=
"backOtherInfo"
></span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
TeacherName
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
学习课程:
</span>
<span
class=
"backInfo_Title"
>
学习课程:
</span>
<span
class=
"backOtherInfo"
></span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CourseName
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -167,7 +174,7 @@
...
@@ -167,7 +174,7 @@
</
template
>
</
template
>
<
template
v-slot:body-cell-PlanTimeList2=
"props"
>
<
template
v-slot:body-cell-PlanTimeList2=
"props"
>
<q-td
:props=
"props"
>
<q-td
:props=
"props"
>
<div
style=
"color:red;"
v-for=
"(item,index) in props.row.PlanTimeList
"
>
<div
:class=
"
{'BillredClass':setingObj.DataObj.ChangeType==1
&&
setingObj.DataObj.MoveType==1}" v-for="(item,index) in props.row.PlanTimeList2
">
{{
index
+
1
}}
节课
{{
item
.
StartTime
}}
-
{{
item
.
EndTime
}}
{{
index
+
1
}}
节课
{{
item
.
StartTime
}}
-
{{
item
.
EndTime
}}
</div>
</div>
</q-td>
</q-td>
...
@@ -357,14 +364,14 @@
...
@@ -357,14 +364,14 @@
tempPeople
:
[],
//抄送人数组
tempPeople
:
[],
//抄送人数组
changeTitle
:
''
,
changeTitle
:
''
,
columns
:
[{
columns
:
[{
name
:
'RoomName'
,
name
:
'
Class
RoomName'
,
label
:
'教室名称'
,
label
:
'教室名称'
,
field
:
'RoomName'
,
field
:
'
Class
RoomName'
,
align
:
'left'
,
align
:
'left'
,
},
{
},
{
name
:
'ClassDate'
,
name
:
'ClassDate
Str
'
,
label
:
'上课日期'
,
label
:
'上课日期'
,
field
:
'ClassDate'
,
field
:
'ClassDate
Str
'
,
align
:
'left'
align
:
'left'
},
},
{
{
...
@@ -446,7 +453,7 @@
...
@@ -446,7 +453,7 @@
x
.
ClassPlanId2
=
y
.
ClassPlanId
;
x
.
ClassPlanId2
=
y
.
ClassPlanId
;
x
.
ClassRoomId2
=
y
.
ClassRoomId
;
x
.
ClassRoomId2
=
y
.
ClassRoomId
;
x
.
TeacherId2
=
y
.
TeacherId
;
x
.
TeacherId2
=
y
.
TeacherId
;
x
.
ClassDate2
=
y
.
ClassDate
;
x
.
ClassDate2
=
y
.
ClassDate
Str
;
x
.
PlanTimeList2
=
y
.
PlanTimeList
;
x
.
PlanTimeList2
=
y
.
PlanTimeList
;
})
})
})
})
...
...
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