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
1e22e1bb
Commit
1e22e1bb
authored
Nov 04, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加搜索提示
parent
67d5b884
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
index.tsx
...pages/transaction/stockSellStorage/bills/schema/index.tsx
+2
-1
index.tsx
...s/transaction/stockSellStorage/billsType/schema/index.tsx
+2
-1
index.tsx
...s/transaction/stockSellStorage/inventory/schema/index.tsx
+1
-0
index.tsx
...s/transaction/stockSellStorage/warehouse/schema/index.tsx
+1
-0
No files found.
src/pages/transaction/stockSellStorage/bills/schema/index.tsx
View file @
1e22e1bb
...
@@ -27,7 +27,8 @@ export const billsSchema: ISchema = {
...
@@ -27,7 +27,8 @@ export const billsSchema: ISchema = {
'x-component'
:
'Search'
,
'x-component'
:
'Search'
,
'x-mega-props'
:
{},
'x-mega-props'
:
{},
'x-component-props'
:
{
'x-component-props'
:
{
placeholder
:
'搜索'
,
placeholder
:
'搜索'
,
tip
:
'输入 单据号 进行搜索'
,
},
},
},
},
},
},
...
...
src/pages/transaction/stockSellStorage/billsType/schema/index.tsx
View file @
1e22e1bb
...
@@ -22,7 +22,8 @@ export const searchSchema: ISchema = {
...
@@ -22,7 +22,8 @@ export const searchSchema: ISchema = {
'x-component'
:
'Search'
,
'x-component'
:
'Search'
,
'x-component-props'
:
{
'x-component-props'
:
{
placeholder
:
'搜索'
,
placeholder
:
'搜索'
,
advanced
:
false
,
advanced
:
false
,
tip
:
'输入 单据名称 进行搜索'
,
},
},
},
},
},
},
...
...
src/pages/transaction/stockSellStorage/inventory/schema/index.tsx
View file @
1e22e1bb
...
@@ -15,6 +15,7 @@ export const inventorySchema: ISchema = {
...
@@ -15,6 +15,7 @@ export const inventorySchema: ISchema = {
'x-mega-props'
:
{},
'x-mega-props'
:
{},
'x-component-props'
:
{
'x-component-props'
:
{
placeholder
:
'搜索'
,
placeholder
:
'搜索'
,
tip
:
'输入 商品名称 进行搜索'
,
align
:
'flex-left'
,
align
:
'flex-left'
,
},
},
},
},
...
...
src/pages/transaction/stockSellStorage/warehouse/schema/index.tsx
View file @
1e22e1bb
...
@@ -106,6 +106,7 @@ export const searchSchema: ISchema = {
...
@@ -106,6 +106,7 @@ export const searchSchema: ISchema = {
'x-component'
:
'Search'
,
'x-component'
:
'Search'
,
'x-component-props'
:
{
'x-component-props'
:
{
placeholder
:
'搜索'
,
placeholder
:
'搜索'
,
tip
:
'输入 仓库名称 进行搜索'
,
advanced
:
false
,
advanced
:
false
,
},
},
},
},
...
...
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