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
2733884c
Commit
2733884c
authored
Aug 29, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 单据金蝶发票状态
parent
ad329761
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+15
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
2733884c
...
@@ -1278,6 +1278,11 @@
...
@@ -1278,6 +1278,11 @@
<div
style=
"float:left"
>
<div
style=
"float:left"
>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</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>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"1"
>
有票
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"2"
>
无票
</el-radio>
</span>
</div>
</div>
<div
style=
"float:right"
v-if=
"isShowChoice&&AuditOrRefundMsg.Status=='5'"
>
<div
style=
"float:right"
v-if=
"isShowChoice&&AuditOrRefundMsg.Status=='5'"
>
<el-radio
v-model=
"choiceMsg.Status"
label=
"1"
>
常规
</el-radio>
<el-radio
v-model=
"choiceMsg.Status"
label=
"1"
>
常规
</el-radio>
...
@@ -1581,6 +1586,11 @@
...
@@ -1581,6 +1586,11 @@
<div
style=
"float:left"
>
<div
style=
"float:left"
>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</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>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"1"
>
有票
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.KingdeeInvoice"
label=
"2"
>
无票
</el-radio>
</span>
</div>
</div>
<div
style=
"float:right"
v-if=
"isShowChoice&&AuditOrRefundMsg.Status=='5'"
>
<div
style=
"float:right"
v-if=
"isShowChoice&&AuditOrRefundMsg.Status=='5'"
>
<el-radio
v-model=
"choiceMsg.Status"
label=
"1"
>
常规
</el-radio>
<el-radio
v-model=
"choiceMsg.Status"
label=
"1"
>
常规
</el-radio>
...
@@ -2057,6 +2067,7 @@
...
@@ -2057,6 +2067,7 @@
CourseId
:
null
,
CourseId
:
null
,
CourseName
:
''
,
//收款类型 银行卡/支付宝/微信
CourseName
:
''
,
//收款类型 银行卡/支付宝/微信
PayReceiptNo
:
''
,
PayReceiptNo
:
''
,
KingdeeInvoice
:
'0'
},
},
AuditListData
:
{
AuditListData
:
{
AuditList
:
[]
AuditList
:
[]
...
@@ -2164,6 +2175,7 @@
...
@@ -2164,6 +2175,7 @@
LeadState
:
false
,
LeadState
:
false
,
huijiShow
:
false
,
huijiShow
:
false
,
F_PayMoney_CapitalPool
:
false
,
F_PayMoney_CapitalPool
:
false
,
is_financeShow
:
false
}
}
},
},
components
:
{
components
:
{
...
@@ -3845,6 +3857,9 @@
...
@@ -3845,6 +3857,9 @@
if
(
ActionMenuCode
.
indexOf
(
'F_Update_KJCostType'
)
!=
-
1
)
{
if
(
ActionMenuCode
.
indexOf
(
'F_Update_KJCostType'
)
!=
-
1
)
{
this
.
huijiShow
=
true
;
this
.
huijiShow
=
true
;
}
}
if
(
ActionMenuCode
.
indexOf
(
'F_AccountantFinanceMerge'
)
!=
-
1
)
{
this
.
is_financeShow
=
true
;
}
this
.
ID
=
this
.
$route
.
query
.
id
;
this
.
ID
=
this
.
$route
.
query
.
id
;
// 判断是否销售
// 判断是否销售
if
(
ActionMenuCode
.
indexOf
(
'S_CheckBranchOrder'
)
!=
-
1
||
ActionMenuCode
.
indexOf
(
'S_CheckAllOrder'
)
!=
-
1
)
{
if
(
ActionMenuCode
.
indexOf
(
'S_CheckBranchOrder'
)
!=
-
1
||
ActionMenuCode
.
indexOf
(
'S_CheckAllOrder'
)
!=
-
1
)
{
...
...
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