Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
9324cacf
Commit
9324cacf
authored
Jun 24, 2024
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加账期半日结字段
parent
435ab5f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
data.js
src/pages/PaymentMange/data.js
+4
-3
data.js
src/pages/SettlementSheet/data.js
+4
-3
No files found.
src/pages/PaymentMange/data.js
View file @
9324cacf
...
...
@@ -20,10 +20,11 @@ export const orderStateNum = {
};
export
const
dateStateEnum
=
{
1
:
{
text
:
'
一周
'
},
2
:
{
text
:
'
半
个月
'
},
3
:
{
text
:
'
一个月
'
},
1
:
{
text
:
'
周结
'
},
2
:
{
text
:
'
半
月结
'
},
3
:
{
text
:
'
月结
'
},
4
:
{
text
:
'
日结
'
},
5
:
{
text
:
'
半日结
'
},
};
export
const
redInvoiceState
=
{
...
...
src/pages/SettlementSheet/data.js
View file @
9324cacf
...
...
@@ -2,10 +2,11 @@ import React from 'react';
import
{
Button
}
from
'
antd
'
;
export
const
dateStateEnum
=
{
1
:
{
text
:
'
一周
'
,
maxlength
:
8
},
2
:
{
text
:
'
半
个月
'
,
maxlength
:
4
},
3
:
{
text
:
'
一个月
'
,
maxlength
:
2
},
1
:
{
text
:
'
周结
'
,
maxlength
:
8
},
2
:
{
text
:
'
半
月结
'
,
maxlength
:
4
},
3
:
{
text
:
'
月结
'
,
maxlength
:
2
},
4
:
{
text
:
'
日结
'
,
maxlength
:
10
},
5
:
{
text
:
'
半日结
'
,
maxlength
:
10
},
};
export
const
orderStateNum
=
{
...
...
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