Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9b9308b9
authored
Jun 14, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
56e0e0b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
9b9308b9
...
@@ -731,10 +731,11 @@ export default {
...
@@ -731,10 +731,11 @@ export default {
return
;
return
;
}
}
//询价单状态为“待报价,已报价
if
(
this
.
multipleSelection
[
0
].
i_status
==
-
1
)
{
if
(
this
.
multipleSelection
[
0
].
i_status
==
-
1
)
{
this
.
$message
({
this
.
$message
({
showClose
:
true
,
showClose
:
true
,
message
:
'请勾选待报价
和已报价的信息
'
,
message
:
'请勾选待报价
,已报价
'
,
type
:
'warning'
type
:
'warning'
});
});
return
;
return
;
...
@@ -745,15 +746,8 @@ export default {
...
@@ -745,15 +746,8 @@ export default {
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
if
(
res
.
data
.
quote_list
.
length
>
0
)
{
if
(
res
.
data
.
quote_list
.
length
>
0
)
{
if
(
res
.
data
.
quote_list
[
0
].
quote_status
!=
1
||
res
.
data
.
quote_list
[
0
].
quote_status
!=
7
){
//价单状态为“待确认,确认中” quote_status=7 待确认 quote_status=1 确认中
this
.
$message
({
if
(
res
.
data
.
quote_list
[
0
].
quote_status
==
1
||
res
.
data
.
quote_list
[
0
].
quote_status
==
7
)
{
showClose
:
true
,
message
:
'请勾选报价单状态为确认中和待确认'
,
type
:
'warning'
});
return
;
}
var
data
=
res
.
data
.
quote_list
[
0
];
var
data
=
res
.
data
.
quote_list
[
0
];
this
.
title
=
'修改报价'
;
this
.
title
=
'修改报价'
;
this
.
dialogVisible
=
true
;
this
.
dialogVisible
=
true
;
...
@@ -788,6 +782,14 @@ export default {
...
@@ -788,6 +782,14 @@ export default {
}
else
{
}
else
{
this
.
ruleForm
.
expire_time
=
data
.
expire_time
;
this
.
ruleForm
.
expire_time
=
data
.
expire_time
;
}
}
}
else
{
this
.
$message
({
showClose
:
true
,
message
:
'请勾选报价单状态为“待确认,确认中'
,
type
:
'warning'
});
return
;
}
}
}
}
else
{
}
else
{
...
...
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