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
8c3295b1
Commit
8c3295b1
authored
Nov 06, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公司编辑跳转
parent
67a0301e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
22 deletions
+18
-22
Header.vue
src/components/common/Header.vue
+3
-2
candidate.vue
src/components/detail/candidate.vue
+2
-1
informationEdit.vue
src/pages/purchaser/organization/informationEdit.vue
+6
-11
see.vue
...s/supply/bid/joinProject/bidStage/clearManagement/see.vue
+1
-1
informationEdit.vue
src/pages/supply/organization/informationEdit.vue
+6
-7
No files found.
src/components/common/Header.vue
View file @
8c3295b1
...
...
@@ -48,6 +48,7 @@
</div>
</
template
>
<
script
>
import
{
requestUrl
,
homeUrl
}
from
"@utils/common.js"
import
{
userInfo
,
getMessagephone
}
from
'@api/common/list'
import
bus
from
'../common/bus'
;
export
default
{
...
...
@@ -93,14 +94,14 @@ export default {
}
},
join
(){
window
.
location
.
href
=
"http://60.205.251.80:8081/"
window
.
location
.
href
=
`
${
homeUrl
}
`
// window.location.href=" http://localhost:3000/"
},
// 用户名下拉菜单选择事件
handleCommand
(
command
)
{
localStorage
.
removeItem
(
"token"
)
setTimeout
(()
=>
{
window
.
location
.
href
=
" http://60.205.251.80:8081"
window
.
location
.
href
=
`
${
homeUrl
}
`
// window.location.href=" http://localhost:3000/"
},
1000
)
...
...
src/components/detail/candidate.vue
View file @
8c3295b1
...
...
@@ -90,6 +90,6 @@ export default {
/* display: flex;
justify-content: center; */
text-align
:
center
;
margin-bottom
:
20
r
px
margin-bottom
:
20px
}
</
style
>
\ No newline at end of file
src/pages/purchaser/organization/informationEdit.vue
View file @
8c3295b1
...
...
@@ -118,16 +118,16 @@
@
keyup
.
native=
"$event.target.value = $event.target.value.replace(/^\s+|\s+$/gm, '')"
></el-input>
</el-form-item>
<el-form-item
label=
"管理员"
class=
"item"
>
<el-form-item
label=
"管理员"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.userName"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"联系电话"
class=
"item"
>
<el-form-item
label=
"联系电话"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.phoneNumber"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"身份证"
class=
"item"
>
<el-form-item
label=
"身份证"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.idNumber"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"电子邮箱"
class=
"item"
>
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<div>
...
...
@@ -195,7 +195,7 @@
<
script
>
import
{
companyDetail
,
industryList
,
companyNatureList
}
from
'@api/common/list'
;
import
{
companyedit
}
from
'@api/purchaser/organization'
;
import
{
requestUrl
,
homeUrl
}
from
"@utils/common.js"
import
dataBreadcrumb
from
'@components/dataBreadcrumb.vue'
;
import
Upload
from
'@components/Upload/Upload.vue'
;
import
imgUpload
from
'@components/Upload/imgUpload.vue'
;
...
...
@@ -595,10 +595,6 @@ export default {
let
backimg
=
this
.
backimg
;
let
cardimg
=
this
.
cardimg
;
let
files
=
this
.
files
;
console
.
log
(
justimg
)
console
.
log
(
backimg
)
console
.
log
(
cardimg
)
console
.
log
(
files
)
justimg
.
forEach
(
function
(
item
,
index
)
{
item
.
type
=
1
;
});
...
...
@@ -620,8 +616,7 @@ export default {
duration
:
1500
});
setTimeout
(()
=>
{
history
.
go
(
0
)
// this.$router.go(-1);
window
.
location
.
href
=
`
${
homeUrl
}
?status=1`
},
1500
);
}
else
{
this
.
$message
.
error
(
msg
);
...
...
src/pages/supply/bid/joinProject/bidStage/clearManagement/see.vue
View file @
8c3295b1
...
...
@@ -48,7 +48,7 @@
<div>
澄清问题附件:
</div>
<ul
>
<li
v-for=
"item in clarifieslist"
:key=
"item.id"
>
<span>
{{
item
.
fileName
}}
xxxxx
</span>
<span>
{{
item
.
fileName
}}
</span>
<el-button
@
click=
"down(item.fileUrl)"
>
下载
</el-button>
</li>
</ul>
...
...
src/pages/supply/organization/informationEdit.vue
View file @
8c3295b1
...
...
@@ -118,16 +118,16 @@
@
keyup
.
native=
"$event.target.value = $event.target.value.replace(/^\s+|\s+$/gm, '')"
></el-input>
</el-form-item>
<el-form-item
label=
"管理员"
class=
"item"
>
<el-form-item
label=
"管理员"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.userName"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"联系电话"
class=
"item"
>
<el-form-item
label=
"联系电话"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.phoneNumber"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"身份证"
class=
"item"
>
<el-form-item
label=
"身份证"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.idNumber"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"电子邮箱"
class=
"item"
>
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<div>
...
...
@@ -195,7 +195,7 @@
<
script
>
import
{
companyDetail
,
industryList
,
companyNatureList
}
from
'@api/common/list'
;
import
{
companyedit
}
from
'@api/purchaser/organization'
;
import
{
requestUrl
,
homeUrl
}
from
"@utils/common.js"
import
dataBreadcrumb
from
'@components/dataBreadcrumb.vue'
;
import
Upload
from
'@components/Upload/Upload.vue'
;
import
imgUpload
from
'@components/Upload/imgUpload.vue'
;
...
...
@@ -620,8 +620,7 @@ export default {
duration
:
1500
});
setTimeout
(()
=>
{
// history.go(0)
// this.$router.go(-1);
window
.
location
.
href
=
`
${
homeUrl
}
?status=1`
},
1500
);
}
else
{
this
.
$message
.
error
(
msg
);
...
...
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