Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
黄庭坚
jinfa-platform
Commits
8a96cebd
Commit
8a96cebd
authored
Jul 23, 2021
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 加工bug
parent
a17594d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
dist.zip
dist.zip
+0
-0
index.less
src/pages/balance/components/Voucher/index.less
+2
-0
schema.tsx
src/pages/handling/assign/create/schema.tsx
+4
-0
No files found.
dist.zip
deleted
100644 → 0
View file @
a17594d3
File deleted
src/pages/balance/components/Voucher/index.less
View file @
8a96cebd
...
...
@@ -10,6 +10,7 @@
height: 32px;
padding: 0 10px;
margin-bottom: 16px;
overflow: hidden;
.image {
width: 20px;
...
...
@@ -29,5 +30,6 @@
.text {
cursor: pointer;
}
}
src/pages/handling/assign/create/schema.tsx
View file @
8a96cebd
import
{
ISchema
}
from
'@formily/antd'
;
import
React
from
'react'
;
import
{
Button
}
from
'antd'
;
import
moment
from
'moment'
;
/**
* 新建生产通知单schema
...
...
@@ -179,6 +180,9 @@ const createSchema: ISchema = {
deliveryDate
:
{
type
:
'date'
,
title
:
'交期'
,
"x-component-props"
:
{
disabledDate
:
(
currentDate
)
=>
currentDate
&&
currentDate
<
moment
().
endOf
(
'day'
),
},
'x-rules'
:
[
{
required
:
true
,
...
...
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