Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
b884d368
Commit
b884d368
authored
Nov 22, 2022
by
jianglingfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4d3fbe35
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1159 additions
and
176 deletions
+1159
-176
ruoyi-system/src/main/java/com/ruoyi/system/domain/FncInvoice.java
...tem/src/main/java/com/ruoyi/system/domain/FncInvoice.java
+2
-2
ruoyi-system/src/main/resources/mapper/finance/FncInvoiceMapper.xml
...em/src/main/resources/mapper/finance/FncInvoiceMapper.xml
+1
-1
ruoyi-ui/src/views/finance/invoice/index.vue
ruoyi-ui/src/views/finance/invoice/index.vue
+1140
-166
ruoyi-ui/src/views/finance/ledger/index.vue
ruoyi-ui/src/views/finance/ledger/index.vue
+1
-0
sql/ry-vue.sql
sql/ry-vue.sql
+15
-7
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/FncInvoice.java
View file @
b884d368
...
...
@@ -66,8 +66,8 @@ public class FncInvoice extends BaseEntity {
/**
* 发票日期
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@Excel
(
name
=
"发票日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"发票日期"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
invoiceDate
;
/**
...
...
ruoyi-system/src/main/resources/mapper/finance/FncInvoiceMapper.xml
View file @
b884d368
...
...
@@ -104,7 +104,7 @@
<select
id=
"queryById"
resultType=
"com.ruoyi.system.domain.vo.FncInvoiceVo"
>
<include
refid=
"querySql"
/>
and
A.invoice_id = #{id}
where
A.invoice_id = #{id}
</select>
<sql
id=
"allField"
>
...
...
ruoyi-ui/src/views/finance/invoice/index.vue
View file @
b884d368
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/finance/ledger/index.vue
View file @
b884d368
...
...
@@ -179,6 +179,7 @@ import {
import
{
getToken
}
from
"
@/utils/auth
"
;
export
default
{
name
:
"
Ledger
"
,
data
()
{
return
{
// 遮罩层
...
...
sql/ry-vue.sql
View file @
b884d368
This diff is collapsed.
Click to expand it.
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