Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
2749a8d2
Commit
2749a8d2
authored
Sep 08, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4d6ec44e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+7
-3
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
2749a8d2
...
...
@@ -1279,7 +1279,7 @@
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</el-radio>
<span
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
|
<span
style=
"font-size: 12px;"
>
金蝶发票:
</span>
|
<span
style=
"font-size: 12px;"
>
金蝶发票:
{{AuditOrRefundMsg.KingdeeInvoiceState=''}}
</span>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"1"
>
有票
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"2"
>
无票
</el-radio>
</span>
...
...
@@ -1587,7 +1587,7 @@
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</el-radio>
<span
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
|
<span
style=
"font-size: 12px;"
>
金蝶发票:
</span>
|
<span
style=
"font-size: 12px;"
>
金蝶发票:
{{AuditOrRefundMsg.KingdeeInvoiceState=''}}
</span>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"1"
>
有票
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"2"
>
无票
</el-radio>
</span>
...
...
@@ -2067,7 +2067,8 @@
CourseId
:
null
,
CourseName
:
''
,
//收款类型 银行卡/支付宝/微信
PayReceiptNo
:
''
,
KingdeeInvoice
:
'0'
KingdeeInvoice
:
'0'
,
KingdeeInvoiceState
:
'1'
,
},
AuditListData
:
{
AuditList
:
[]
...
...
@@ -3300,6 +3301,9 @@
AuditOrRefund
()
{
// 保存
let
that
=
this
;
that
.
benMoney
=
Math
.
round
(
that
.
benMoney
*
100
)
/
100
;
if
(
this
.
AuditOrRefundMsg
.
Status
==
'5'
&&
that
.
AuditOrRefundMsg
.
KingdeeInvoiceState
==
''
&&
that
.
AuditOrRefundMsg
.
KingdeeInvoice
==
'0'
){
return
this
.
$message
.
error
(
'请选择发票状态'
)
}
if
(
that
.
Ststus
==
1
)
{
if
(
this
.
AuditOrRefundMsg
.
Status
==
'5'
)
{
...
...
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