Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
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
张冬
web-purchase
Commits
842be083
Commit
842be083
authored
Nov 07, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中标价问题
parent
629dee14
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
cityEdit.vue
src/components/citySelect/cityEdit.vue
+0
-1
notice.vue
src/pages/purchaser/bid/bidSure/notice.vue
+10
-4
No files found.
src/components/citySelect/cityEdit.vue
View file @
842be083
...
@@ -42,7 +42,6 @@ export default {
...
@@ -42,7 +42,6 @@ export default {
}
}
},
},
created
()
{
created
()
{
this
.
getProvinceArr
();
this
.
getProvinceArr
();
// this.getcityArr(this.provinceId);
// this.getcityArr(this.provinceId);
// this.getdistrictArr(this.cityId);
// this.getdistrictArr(this.cityId);
...
...
src/pages/purchaser/bid/bidSure/notice.vue
View file @
842be083
...
@@ -186,11 +186,11 @@ export default {
...
@@ -186,11 +186,11 @@ export default {
console
.
log
(
e
);
console
.
log
(
e
);
}
}
},
},
// 获取详情
// 获取详情
及更新价格
async
getnoticeWin
()
{
async
getnoticeWin
()
{
try
{
try
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
const
{
data
,
code
}
=
await
noticeWin
(
projectId
);
var
{
data
,
code
}
=
await
noticeWin
(
projectId
);
if
(
code
==
200
)
{
if
(
code
==
200
)
{
for
(
let
item
of
data
.
accessoryDOList
)
{
for
(
let
item
of
data
.
accessoryDOList
)
{
item
.
name
=
item
.
fileName
;
item
.
name
=
item
.
fileName
;
...
@@ -198,8 +198,14 @@ export default {
...
@@ -198,8 +198,14 @@ export default {
}
}
data
.
accessoryPOList
=
data
.
accessoryDOList
data
.
accessoryPOList
=
data
.
accessoryDOList
this
.
ruleForm
=
data
;
this
.
ruleForm
=
data
;
}
}
let
newPrice
=
data
.
price
console
.
log
(
newPrice
)
var
{
data
,
code
}
=
await
winPersonInfo
(
projectId
);
if
(
newPrice
>
0
){
data
.
price
=
newPrice
}
this
.
tableData
.
push
(
data
);
}
catch
(
err
)
{
}
catch
(
err
)
{
console
.
log
(
err
);
console
.
log
(
err
);
}
}
...
@@ -208,7 +214,6 @@ export default {
...
@@ -208,7 +214,6 @@ export default {
created
()
{
created
()
{
this
.
projectCode
=
localStorage
.
getItem
(
'projectCode'
);
this
.
projectCode
=
localStorage
.
getItem
(
'projectCode'
);
this
.
projectName
=
localStorage
.
getItem
(
'projectName'
);
this
.
projectName
=
localStorage
.
getItem
(
'projectName'
);
this
.
getwinPersonInfo
();
let
type
=
this
.
$route
.
query
.
type
;
let
type
=
this
.
$route
.
query
.
type
;
this
.
type
=
type
;
this
.
type
=
type
;
if
(
type
==
1
)
{
if
(
type
==
1
)
{
...
@@ -218,6 +223,7 @@ export default {
...
@@ -218,6 +223,7 @@ export default {
this
.
title
=
'查看'
;
this
.
title
=
'查看'
;
}
else
{
}
else
{
this
.
title
=
'发布'
;
this
.
title
=
'发布'
;
this
.
getwinPersonInfo
();
}
}
}
}
};
};
...
...
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