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
797c1c4c
Commit
797c1c4c
authored
Mar 09, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 添加 shopId 字段
parent
9bdebb1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
index.tsx
...action/purchaserEvaluation/unevaluated/evaluate/index.tsx
+1
-0
index.tsx
...saction/supplierEvaluation/unevaluated/evaluate/index.tsx
+1
-0
No files found.
src/pages/transaction/purchaserEvaluation/unevaluated/evaluate/index.tsx
View file @
797c1c4c
...
...
@@ -111,6 +111,7 @@ const EvaluateOrder: React.FC = () => {
orderNo
:
orderInfo
.
orderNo
,
orderType
:
orderInfo
.
type
,
commentSubmitDetailList
:
payload
,
shopId
:
orderInfo
.
shopId
,
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
setUnsaved
(
false
);
...
...
src/pages/transaction/supplierEvaluation/unevaluated/evaluate/index.tsx
View file @
797c1c4c
...
...
@@ -111,6 +111,7 @@ const EvaluateOrder: React.FC = () => {
orderNo
:
orderInfo
.
orderNo
,
orderType
:
orderInfo
.
type
,
commentSubmitDetailList
:
payload
,
shopId
:
orderInfo
.
shopId
,
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
setUnsaved
(
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