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
7fd2f0db
Commit
7fd2f0db
authored
Nov 17, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3f8cd590
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+10
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
7fd2f0db
...
...
@@ -865,6 +865,13 @@
<el-input
class=
"w200"
v-model=
"msg.Remark"
></el-input>
</span>
</li>
<li
v-if=
"msg.Conditon==1"
>
<span>
<em>
只看待上传发票的
</em>
<el-switch
v-model=
"msg.InvoiceState"
active-value=
"true"
inactive-value=
"false"
>
</el-switch>
</span>
</li>
</
template
>
</ul>
</div>
...
...
@@ -1435,7 +1442,8 @@
UpdateBy
:
""
,
Sort
:
"2"
,
IsSpecial
:
0
,
Remark
:
""
Remark
:
""
,
InvoiceState
:
false
,
},
getCompanyMsg
:
{
// 公司
...
...
@@ -2280,6 +2288,7 @@
if
(
!
this
.
msg
.
Conditon
)
this
.
msg
.
Conditon
=
1
;
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
apipost
(
"Financial_post_GetPageList"
,
this
.
msg
,
...
...
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