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
aef9ca1b
Commit
aef9ca1b
authored
Jul 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退库单据里 合同显示和课时详情查看
parent
43241cb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletion
+30
-1
backbill-form.vue
src/components/sale/backbill-form.vue
+30
-1
No files found.
src/components/sale/backbill-form.vue
View file @
aef9ca1b
...
...
@@ -164,6 +164,16 @@
<span
class=
"backOtherInfo"
>
{{
setingObj
.
CreateTime
}}
</span>
</div>
</div>
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
合同信息:
</span>
<span
class=
"backOtherInfo"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"getlookContractNo(setingObj.DataObj.ContractNo)"
v-if=
"setingObj.DataObj.ContractNo && setingObj.DataObj.ContractNo!=''"
>
{{
setingObj
.
DataObj
.
ContractNo
}}
</span>
<span
v-else
>
无
</span>
</div>
</div>
<div
class=
"backinfo_Item"
>
<span
class=
"role_Line"
style=
"background-color:#F28C1D"
></span>
教学信息
</div>
...
...
@@ -197,7 +207,9 @@
<div
class=
"row backInfo_One"
>
<div
class=
"col-6"
>
<span
class=
"backInfo_Title"
>
学习课时:
</span>
<span
class=
"backOtherInfo"
>
{{
setingObj
.
DataObj
.
FinishHours
}}
课时
</span>
<span
class=
"backOtherInfo"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"getlookFinishHours()"
>
{{
setingObj
.
DataObj
.
FinishHours
}}
课时
</span>
</div>
<div
class=
"col-6"
>
...
...
@@ -442,6 +454,23 @@
'OrderId'
:
OrderId
})
},
getlookContractNo
(
ContractNo
){
//跳转合同管理
this
.
OpenNewUrl
(
'/sale/contractManage'
,
{
'Name'
:
ContractNo
})
},
getlookFinishHours
(){
//跳转学员消耗课时明细
let
StartMonth
=
''
let
EndMonth
=
this
.
setingObj
.
CreateTime
.
split
(
' '
)[
0
]
let
Name
=
encodeURI
(
this
.
setingObj
.
DataObj
.
GuestName
)
this
.
OpenNewUrl
(
'/financial/studentsClassfee'
,
{
ClassId
:
this
.
setingObj
.
DataObj
.
ClassId
,
StartMonth
:
StartMonth
,
EndMonth
:
EndMonth
,
StudentName
:
Name
,
comefrom
:
1
,
});
},
refreshPage
()
{
this
.
persistent
=
false
;
this
.
$emit
(
'success'
);
...
...
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