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
a0591ee6
Commit
a0591ee6
authored
Dec 10, 2022
by
陈智峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 物料牌号缺失
parent
a8fb6aa1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
package.json
package.json
+2
-1
index.tsx
...pplication/returnPrSubmit/components/ReturnForm/index.tsx
+1
-0
No files found.
package.json
View file @
a0591ee6
...
...
@@ -27,7 +27,8 @@
"start:jinfa-0518"
:
"cross-env PRO_ENV=jinfa-0518 yarn start"
,
"start-noApi:jinfa-221102"
:
"cross-env PRO_ENV=jinfa-1102 yarn start-noApi"
,
"start-fast:jinfa-221102"
:
"cross-env PRO_ENV=jinfa-1102 yarn start-fast"
,
"start:jinfa-221102"
:
"cross-env PRO_ENV=jinfa-1102 yarn start"
"start:jinfa-221102"
:
"cross-env PRO_ENV=jinfa-1102 yarn start"
,
"fstart"
:
"umi dev"
},
"lint-staged"
:
{
"*.{js,jsx,less,md,json}"
:
[
...
...
src/pages/afterService/returnApplication/returnPrSubmit/components/ReturnForm/index.tsx
View file @
a0591ee6
...
...
@@ -809,6 +809,7 @@ const ReturnForm: React.FC<BillsFormProps> = ({
shopId
:
item
.
shopId
,
shopLogo
:
item
.
shopLogo
,
shopName
:
item
.
shopName
,
productBrandNo
:
item
.
productBrandNo
};
value
.
push
(
atom
);
});
...
...
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