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
9f96c0b8
Commit
9f96c0b8
authored
Jul 08, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完工页面代码合并冲突解决;备件默认选中通用
parent
9bae991f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
18 deletions
+8
-18
complete.vue
src/pages/order/complete.vue
+5
-15
addParts.vue
src/pages/parts/addParts.vue
+3
-3
No files found.
src/pages/order/complete.vue
View file @
9f96c0b8
...
...
@@ -65,21 +65,10 @@
v-show=
"item.fieldsName != 'actualPaid' || show200"
:id=
"`item$
{item.fieldsId}`"
>
<view
class=
"label"
v-if=
"
item.formType !== 'location' &&
item.formType !== 'form' &&
item.formType !== 'label'
"
>
<image
class=
"item-image"
:src=
"mixingImage"
v-if=
"item.required"
></image>
{{
item
.
fieldsTitle
}}
</view>
<view
class=
"label"
v-if=
"!hiddenTitle.includes(item.formType)"
>
<image
class=
"item-image"
:src=
"mixingImage"
v-if=
"item.required"
></image>
{{
item
.
fieldsTitle
}}
</view>
<template
v-if=
"item.fieldsType"
>
<xh-input
v-if=
"item.formType === 'input'"
...
...
@@ -685,6 +674,7 @@ export default {
if
(
!
this
.
$u
.
test
.
isEmpty
(
materRow
))
{
panelResult
.
submitted
++
;
}
panelResult
.
submitted
++
;
}
else
{
panelResult
.
submitted
++
;
}
...
...
src/pages/parts/addParts.vue
View file @
9f96c0b8
...
...
@@ -29,7 +29,7 @@
class=
"u-flex"
:scroll-into-view=
"scrollId"
>
<view
:id=
"`brand$
{item.brandId}`" :class="['label-title', { selected: item.brandId ==
=
brandId }]" v-for="(item, index) in brand" :key="index" @click="selectBrand(item, index)">
{{
item
.
label
}}
</view>
<view
:id=
"`brand$
{item.brandId}`" :class="['label-title', { selected: item.brandId == brandId }]" v-for="(item, index) in brand" :key="index" @click="selectBrand(item, index)">
{{
item
.
label
}}
</view>
</scroll-view>
</view>
<view
class=
"more u-flex"
@
click=
"handleClick"
>
...
...
@@ -94,7 +94,7 @@ export default {
categaryIndex
:
0
,
categaryId
:
''
,
brandIndex
:
0
,
brandId
:
''
,
brandId
:
0
,
scrollId
:
''
,
loadStatus
:
"loadmore"
,
lists
:
[],
...
...
@@ -188,7 +188,7 @@ export default {
if
(
item
&&
index
)
{
this
.
selectBrand
(
item
,
index
)
this
.
scrollId
=
`brand
${
item
.
brandId
}
`
}
else
{
}
else
{
this
.
brandId
=
this
.
brand
[
0
].
brandId
this
.
lists
=
[]
this
.
getPartsList
()
...
...
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