Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
7c15c3ab
Commit
7c15c3ab
authored
Jun 05, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品、工单 图片路径更新
parent
71689157
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
orderlist.vue
pages/produce/orderlist.vue
+1
-1
add.vue
pages/technology/productMix/product/add.vue
+3
-2
edit.vue
pages/technology/productMix/product/edit.vue
+4
-2
index.vue
pages/technology/productMix/product/index.vue
+2
-1
No files found.
pages/produce/orderlist.vue
View file @
7c15c3ab
...
...
@@ -279,7 +279,7 @@ export default {
//返回img需要显示的src值
let
tempUrl
=
""
;
if
(
url
&&
url
.
length
>
0
)
{
tempUrl
=
url
;
tempUrl
=
this
.
downUrl
+
url
;
}
else
{
tempUrl
=
iconImg
+
"noPic_product.png"
;
}
...
...
pages/technology/productMix/product/add.vue
View file @
7c15c3ab
...
...
@@ -2,7 +2,7 @@
<Layout>
<Sider
width=
"300"
>
<div
class=
"add-list"
>
<img
:src=
"img"
/>
<img
:src=
"
downUrl+
img"
/>
</div>
</Sider>
<Content>
...
...
@@ -90,6 +90,7 @@ export default {
levelTitle
:
""
},
downUrl
:
fileUrlDown
,
componaylist
:
[],
componaylist
:
[],
data2
:
[],
...
...
@@ -133,7 +134,7 @@ export default {
},
methods
:
{
clickData
(
data
,
liUrl
)
{
this
.
img
=
data
;
this
.
img
=
liUrl
;
this
.
entity
.
productUrl
=
liUrl
;
},
handleSelect1
(
data
)
{
...
...
pages/technology/productMix/product/edit.vue
View file @
7c15c3ab
...
...
@@ -2,7 +2,7 @@
<Layout>
<Sider
width=
"300"
>
<div
class=
"add-list"
>
<img
:src=
"img"
/>
<img
:src=
"
downUrl+
img"
/>
</div>
</Sider>
<Content>
...
...
@@ -69,6 +69,7 @@ export default {
entity
:
{
levelTitle
:
""
},
downUrl
:
fileUrlDown
,
componayId
:
null
,
componaylist
:
[],
label
:
""
,
...
...
@@ -116,7 +117,7 @@ export default {
methods
:
{
clickData
(
data
,
liUrl
)
{
this
.
img
=
data
;
this
.
img
=
liUrl
;
this
.
entity
.
productUrl
=
liUrl
;
},
handleSelect1
(
data
)
{
...
...
@@ -149,6 +150,7 @@ export default {
}
this
.
entity
=
r
.
result
;
this
.
img
=
this
.
entity
.
productUrl
;
this
.
entity
.
productUrlList
=
this
.
parms
.
eid
;
this
.
componayId
=
r
.
result
.
madeCompany
;
this
.
$refs
.
edit
.
dep
=
r
.
result
.
levelId
;
this
.
$refs
.
edit
.
label
=
r
.
result
.
levelTitle
;
...
...
pages/technology/productMix/product/index.vue
View file @
7c15c3ab
...
...
@@ -34,7 +34,7 @@
<Row
class=
"row-down"
>
<Col
span=
"7"
>
<div
class=
"img-i"
>
<img
:src=
"row.productUrl"
/>
<img
:src=
"
downUrl +
row.productUrl"
/>
</div>
</Col>
<Col
span=
"17"
class=
"c"
>
...
...
@@ -91,6 +91,7 @@ export default {
modal
:
false
,
title
:
"新增"
,
detail
:
null
,
downUrl
:
fileUrlDown
,
curId
:
0
,
columns
:
[
{
...
...
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