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
6e5fec95
Commit
6e5fec95
authored
Aug 10, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 关闭keepAlive
parent
7c1fbef8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
index.ts
.../exchangePrSubmit/components/ExchangeForm/schema/index.ts
+2
-1
index.ts
...tion/repairPrSubmit/components/RepairForm/schema/index.ts
+2
-1
index.ts
...tion/returnPrSubmit/components/ReturnForm/schema/index.ts
+1
-0
No files found.
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/schema/index.ts
View file @
6e5fec95
...
@@ -149,7 +149,8 @@ export const addSchema = (orderType: number): ISchema => {
...
@@ -149,7 +149,8 @@ export const addSchema = (orderType: number): ISchema => {
title
:
'关联'
,
title
:
'关联'
,
tip
:
'请选择对应单据'
,
tip
:
'请选择对应单据'
,
modalProps
:
{
modalProps
:
{
title
:
'选择会员'
,
title
:
'选择会员'
,
keepAlive
:
false
,
},
},
columns
:
supplierColumns
,
columns
:
supplierColumns
,
fetchTableData
:
getSupplier
,
fetchTableData
:
getSupplier
,
...
...
src/pages/afterService/repairApplication/repairPrSubmit/components/RepairForm/schema/index.ts
View file @
6e5fec95
...
@@ -143,7 +143,8 @@ export const addSchema = (orderType: number): ISchema => {
...
@@ -143,7 +143,8 @@ export const addSchema = (orderType: number): ISchema => {
title
:
'关联'
,
title
:
'关联'
,
tip
:
'请选择对应单据'
,
tip
:
'请选择对应单据'
,
modalProps
:
{
modalProps
:
{
title
:
'选择会员'
,
title
:
'选择会员'
,
keepAlive
:
false
,
},
},
columns
:
supplierColumns
,
columns
:
supplierColumns
,
fetchTableData
:
getSupplier
,
fetchTableData
:
getSupplier
,
...
...
src/pages/afterService/returnApplication/returnPrSubmit/components/ReturnForm/schema/index.ts
View file @
6e5fec95
...
@@ -146,6 +146,7 @@ export const addSchema = (orderType: number): ISchema => {
...
@@ -146,6 +146,7 @@ export const addSchema = (orderType: number): ISchema => {
tip
:
'请选择对应单据'
,
tip
:
'请选择对应单据'
,
modalProps
:
{
modalProps
:
{
title
:
'选择会员'
,
title
:
'选择会员'
,
keepAlive
:
false
,
},
},
columns
:
supplierColumns
,
columns
:
supplierColumns
,
fetchTableData
:
getSupplier
,
fetchTableData
:
getSupplier
,
...
...
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