Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
d436250e
Commit
d436250e
authored
Jun 25, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 无备件图片显示
parent
4197d768
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
XhParts.vue
src/components/createCom/XhParts.vue
+6
-3
complete.vue
src/pages/order/complete.vue
+3
-3
No files found.
src/components/createCom/XhParts.vue
View file @
d436250e
...
...
@@ -14,7 +14,7 @@
</view>
<view
class=
"u-flex select-part"
v-else-if=
"status === 2"
>
<view
class=
"img"
>
<image
src=
"https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/460d46d0-4fcc-11eb-8ff1-d5dcf8779628.png
"
class=
"part-icon"
/>
<image
:src=
"noPartsImage
"
class=
"part-icon"
/>
</view>
<view
class=
"u-flex content"
>
<text
class=
"title"
>
暂无配件信息
</text>
...
...
@@ -63,7 +63,7 @@
max
:
5
,
},
],
status
:
1
status
:
2
}
},
computed
:
{
...
...
@@ -77,7 +77,10 @@
},
mixingImage
()
{
return
process
.
uniEnv
.
qn_base_url
+
'mixing.png'
}
},
noPartsImage
()
{
return
process
.
uniEnv
.
qn_base_url
+
'no_parts.png'
},
},
created
()
{
this
.
getWorkOrderParts
()
...
...
src/pages/order/complete.vue
View file @
d436250e
...
...
@@ -49,10 +49,10 @@
</xh-files>
</view>
<
!-- <
xh-location v-else-if="item.formType==='location'"
<xh-location
v-else-if=
"item.formType==='location'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
</xh-location>
-->
</xh-location>
<xh-scan
v-else-if=
"item.formType==='scan'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
@
value-change=
"fieldValueChange"
>
...
...
@@ -72,7 +72,7 @@
</xh-service-more>
<xh-label
v-else-if=
"item.formType==='label'"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
>
</xh-label>
<xh-parts
v-else-if=
"item.formType==='
location
'"
:order-id=
"orderId"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
>
<xh-parts
v-else-if=
"item.formType==='
parts
'"
:order-id=
"orderId"
:groupIndex=
"groupIndex"
:itemIndex=
"itemIndex"
:item=
"item"
:value=
'form[item.fieldsName] || ""'
>
</xh-parts>
</template>
</u-form-item>
...
...
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