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
shenshaokai
jinfa-platform
Commits
a065eecb
Commit
a065eecb
authored
Jul 03, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 评价必传
parent
5f3c910f
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
1 deletion
+7
-1
index.ts
...ction/purchaserEvaluation/received/detail/schema/index.ts
+1
-0
index.ts
...aserEvaluation/sent/components/DetailInfo/schema/index.ts
+1
-0
index.ts
.../purchaserEvaluation/unevaluated/evaluate/schema/index.ts
+1
-0
index.ts
...action/supplierEvaluation/received/detail/schema/index.ts
+1
-0
index.ts
...lierEvaluation/sent/components/DetailInfo/schema/index.ts
+1
-0
index.ts
...n/supplierEvaluation/unevaluated/evaluate/schema/index.ts
+2
-1
No files found.
src/pages/transaction/purchaserEvaluation/received/detail/schema/index.ts
View file @
a065eecb
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
src/pages/transaction/purchaserEvaluation/sent/components/DetailInfo/schema/index.ts
View file @
a065eecb
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
src/pages/transaction/purchaserEvaluation/unevaluated/evaluate/schema/index.ts
View file @
a065eecb
...
@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = {
...
@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
src/pages/transaction/supplierEvaluation/received/detail/schema/index.ts
View file @
a065eecb
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
src/pages/transaction/supplierEvaluation/sent/components/DetailInfo/schema/index.ts
View file @
a065eecb
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
...
@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
src/pages/transaction/supplierEvaluation/unevaluated/evaluate/schema/index.ts
View file @
a065eecb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-09-23 17:00:24
* @Date: 2020-09-23 17:00:24
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
1-13 10:16:27
* @LastEditTime: 2021-0
7-03 18:49:30
* @Description:
* @Description:
*/
*/
import
{
ISchema
}
from
'@formily/antd'
;
import
{
ISchema
}
from
'@formily/antd'
;
...
@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = {
...
@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = {
comment
:
{
comment
:
{
type
:
'string'
,
type
:
'string'
,
title
:
'评价'
,
title
:
'评价'
,
required
:
true
,
'x-component'
:
'TextArea'
,
'x-component'
:
'TextArea'
,
'x-component-props'
:
{
'x-component-props'
:
{
rows
:
4
,
rows
:
4
,
...
...
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