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
92d7594b
Commit
92d7594b
authored
Oct 30, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改货品名称字段
parent
973e09f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.tsx
...ion/stockSellStorage/bills/components/BillsForm/index.tsx
+1
-1
index.ts
...ockSellStorage/bills/components/BillsForm/schema/index.ts
+1
-1
No files found.
src/pages/transaction/stockSellStorage/bills/components/BillsForm/index.tsx
View file @
92d7594b
...
...
@@ -536,7 +536,7 @@ const BillsForm: React.FC<BillsFormProps> = ({
const
values
=
productRowCtl
.
selectRow
.
map
(
item
=>
({
itemNo
:
item
.
code
,
goodsId
:
item
.
id
,
itemN
am
e
:
item
.
name
,
itemN
ma
e
:
item
.
name
,
specifications
:
item
.
type
,
category
:
item
.
customerCategory
?
item
.
customerCategory
.
name
:
''
,
brand
:
item
.
brand
?
item
.
brand
.
name
:
''
,
...
...
src/pages/transaction/stockSellStorage/bills/components/BillsForm/schema/index.ts
View file @
92d7594b
...
...
@@ -413,7 +413,7 @@ export const addBillSchema: ISchema = {
title
:
'货号'
,
'x-component'
:
'Text'
,
},
nam
e
:
{
itemNma
e
:
{
type
:
'string'
,
title
:
'货品名称'
,
'x-component'
:
'Text'
,
...
...
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