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
e8539598
Commit
e8539598
authored
Jun 17, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
a6fc0865
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-4
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
e8539598
...
...
@@ -582,6 +582,7 @@
<div
v-if=
"chongDiShow && AuditOrRefundMsg.Status === '5'"
class=
"chongdi_box"
>
<div
style=
"padding: 10px 0;font-size: 14px;"
>
是否挂账冲抵:
<el-switch
v-model=
"shifouChongDi"
@
change=
"ChongDiMoney = 0, HangingAccountList = []"
:disabled=
"(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color=
"#13ce66"
inactive-color=
"#ff4949"
>
...
...
@@ -625,7 +626,7 @@
<el-option
label=
'收'
value=
'1'
key=
'1'
></el-option>
<el-option
label=
'支'
value=
'2'
key=
'2'
></el-option>
</el-select>
<button
class=
"normalBtn"
@
click=
"GetHangingAccountList()"
>
查询
</button>
<button
class=
"normalBtn"
@
click=
"GetHangingAccountList()
,ChongDiMoney = 0
"
>
查询
</button>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;"
>
<tr>
...
...
@@ -892,6 +893,7 @@
<div
v-if=
"chongDiShow && AuditOrRefundMsg.Status === '5'"
class=
"chongdi_box"
>
<div
style=
"padding: 10px 0;font-size: 14px;"
>
是否挂账冲抵:
<el-switch
v-model=
"shifouChongDi"
@
change=
"ChongDiMoney = 0, HangingAccountList = []"
:disabled=
"(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color=
"#13ce66"
inactive-color=
"#ff4949"
>
...
...
@@ -935,11 +937,11 @@
<el-option
label=
'收'
value=
'1'
key=
'1'
></el-option>
<el-option
label=
'支'
value=
'2'
key=
'2'
></el-option>
</el-select>
<button
class=
"normalBtn"
@
click=
"GetHangingAccountList()"
>
查询
</button>
<button
class=
"normalBtn"
@
click=
"GetHangingAccountList()
,ChongDiMoney = 0
"
>
查询
</button>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;"
>
<tr>
<th><input
type=
"checkbox"
v-model=
"checkedAll"
@
change=
"changeCheckedAll()"
>
费用类型
</th>
<th><input
type=
"checkbox"
v-model=
"checkedAll"
@
change=
"changeCheckedAll()
,ChongDiMoney = 0
"
>
费用类型
</th>
<th>
团号
</th>
<th>
财务单据
</th>
<th>
收支类型
</th>
...
...
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