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
f534e03a
Commit
f534e03a
authored
Feb 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'财务出纳审核修改@'
parent
67ecbf13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+2
-6
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
f534e03a
...
...
@@ -1556,12 +1556,8 @@ export default {
if
(
this
.
GetDetail
.
CashierDetail
==
1
){
this
.
AuditOrRefundMsg
.
SpecialNode
=
0
;
}
if
(
this
.
payMsg
.
Type
&&
this
.
payMsg
.
AccountId
){
this
.
AuditOrRefundMsg
.
tradeWays
[
0
].
CurrencyId
=
this
.
payMsg
.
CurrencyId
?
this
.
payMsg
.
CurrencyId
:
0
;
this
.
AuditOrRefundMsg
.
tradeWays
[
0
].
OriginalMoney
=
this
.
payMsg
.
OriginalMoney
?
this
.
payMsg
.
OriginalMoney
:
''
;
this
.
AuditOrRefundMsg
.
tradeWays
[
0
].
Rate
=
this
.
payMsg
.
Rate
?
this
.
payMsg
.
Rate
:
''
;
this
.
AuditOrRefundMsg
.
tradeWays
[
0
].
Type
=
this
.
payMsg
.
Type
?
this
.
payMsg
.
Type
:
0
;
this
.
AuditOrRefundMsg
.
tradeWays
[
0
].
AccountId
=
this
.
payMsg
.
AccountId
?
this
.
payMsg
.
AccountId
:
0
;
if
(
this
.
payMsgList
[
0
].
Type
&&
this
.
payMsgList
[
0
].
AccountId
){
this
.
AuditOrRefundMsg
.
tradeWays
=
this
.
payMsgList
}
else
{
this
.
AuditOrRefundMsg
.
tradeWays
=
[];
}
...
...
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
f534e03a
...
...
@@ -211,7 +211,7 @@
<td
height=
"34px"
class=
""
>
交易方式
</td>
<td
height=
"34px"
colspan=
"7"
class=
"_color_b"
>
<
template
v-for=
"(item,index) in GetDetail.CashierDetail"
>
<p
class=
" clearfix"
><span
class=
"_bold"
>
{{
item
.
Alias
}}
-
</span><span
class=
""
>
{{
item
.
TypeName
}}
-
</span><span
>
{{
item
.
AccountType
==
""
?
'无'
:
item
.
AccountType
}}
</span>
{{
item
.
BankNo
?
'-'
:
''
}}
<span>
{{
item
.
BankNo
}}
</span></p>
<p
class=
" clearfix"
><span
class=
"_bold"
>
{{
item
.
Alias
}}
-
</span><span
class=
""
>
{{
item
.
TypeName
}}
-
</span><span
>
{{
item
.
AccountType
==
""
?
'无'
:
item
.
AccountType
}}
</span>
{{
item
.
BankNo
?
'-'
:
''
}}
<span>
{{
item
.
BankNo
}}
</span>
(
{{
item
.
Money
}}
)
</p>
</
template
>
</td>
</tr>
...
...
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