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
4d606b1c
Commit
4d606b1c
authored
Oct 21, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建项目添加默认
parent
9c4bc3a8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
message.vue
src/pages/purchaser/bid/releaseProject/message.vue
+12
-3
No files found.
src/pages/purchaser/bid/releaseProject/message.vue
View file @
4d606b1c
...
...
@@ -466,13 +466,22 @@ export default {
computed
:
{
},
created
()
{
this
.
ruleForm
.
purchaseAgent
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
companyName
let
phone
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
phone
this
.
ruleForm
.
projectManager
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
userId
// 默认操作
let
userInfo
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
))
this
.
ruleForm
.
purchaseAgent
=
userInfo
.
companyName
let
phone
=
userInfo
.
phone
this
.
ruleForm
.
projectManager
=
userInfo
.
userId
this
.
ruleForm
.
contactsWay
=
phone
this
.
bidBookInfoPO
.
phone
=
phone
this
.
earnestInfoPO
.
phone
=
phone
this
.
ruleForm
.
contacts
=
userInfo
.
name
this
.
pageObj
.
companyId
=
localStorage
.
getItem
(
"companyId"
)
this
.
bidBookInfoPO
.
account
=
userInfo
.
bankAccount
this
.
bidBookInfoPO
.
bank
=
userInfo
.
bankName
this
.
bidBookInfoPO
.
accountName
=
userInfo
.
bankAccountName
this
.
earnestInfoPO
.
account
=
userInfo
.
bankAccount
this
.
earnestInfoPO
.
bank
=
userInfo
.
bankName
this
.
earnestInfoPO
.
userName
=
userInfo
.
bankAccountName
this
.
userList
()
this
.
industryList
()
this
.
projectClassifyList
()
...
...
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