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
XieZhiXiong
jinfa-platform
Commits
9abd92e2
Commit
9abd92e2
authored
Aug 05, 2021
by
alwayOnlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
a636e27c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
index.tsx
src/pages/contract/coordination/details/index.tsx
+12
-11
No files found.
src/pages/contract/coordination/details/index.tsx
View file @
9abd92e2
...
...
@@ -198,18 +198,9 @@ const Details = (props: any) => {
}
/* 提交表单 */
const
submitExamine
=
async
()
=>
{
let
flag
=
false
;
ListData
.
every
((
item
=>
{
if
(
item
.
associatedDataId
&&
item
.
associatedMaterielNo
)
{
flag
=
true
;
}
}))
if
(
!
flag
)
{
message
.
info
(
'请先关联报价商品'
);
}
else
{
if
(
type
===
'Sign'
&&
contractText
.
isUseElectronicContract
==
1
)
{
console
.
log
(
signatureLogId
)
let
res
=
await
PublicApi
.
getContractSignatureGetHandSignatureUrl
({
signatureLogId
:
98
});
let
res
=
await
PublicApi
.
getContractSignatureGetHandSignatureUrl
({
signatureLogId
,
});
if
(
res
.
code
==
1000
)
{
console
.
log
(
res
);
window
.
open
(
res
.
data
.
url
)
...
...
@@ -217,7 +208,17 @@ const Details = (props: any) => {
}
else
{
setIsModalVisible
(
!
Visible
)
}
}
// let flag = false;
// ListData.every((item => {
// if (item.associatedDataId && item.associatedMaterielNo) {
// flag = true;
// }
// }))
// if (!flag) {
// message.info('请先关联报价商品');
// } else {
// }
}
const
handleIsAllMemberChange
=
(
v
:
any
)
=>
{
...
...
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