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
27eab11f
Commit
27eab11f
authored
Sep 18, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 申请物料页面修改
parent
952a9d6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
appliedPartsCell.vue
src/components/parts/appliedPartsCell.vue
+4
-5
application.vue
src/pages/parts/application.vue
+1
-1
No files found.
src/components/parts/appliedPartsCell.vue
View file @
27eab11f
...
...
@@ -20,7 +20,7 @@
<view>
{{
noteText
}}
</view>
</view>
</view>
<
view
class=
"count-view"
>
共
{{
info
.
items
.
length
}}
种
</view
>
<
!--
<view
class=
"count-view"
>
共
{{
info
.
items
.
length
}}
种
</view>
--
>
</view>
<view
v-else
class=
"list-vertical-content"
>
<view
class=
"list-item"
v-for=
"(item, index) in info.items"
:key=
"index"
>
...
...
@@ -29,9 +29,9 @@
</view>
<view
class=
"bottom-view"
>
<view
class=
"total-view"
>
<text>
合计
:
</text>
<text
class=
"amount-view"
>
{{
total
}}
</text>
<text>
件
</text>
<text>
共
:
</text>
<text
class=
"amount-view"
>
{{
info
.
items
.
length
}}
</text>
<text>
种
</text>
</view>
<u-button
v-if=
"showButton"
:custom-style=
"customStyle"
shape=
"circle"
@
click
.
stop=
"handleOperate"
type=
"primary"
>
{{
buttonText
}}
</u-button>
</view>
...
...
@@ -259,7 +259,6 @@
display
:
flex
;
width
:
100%
;
border-right
:
2rpx
solid
#F4F5F7
;
margin-right
:
30rpx
;
.image-view
{
width
:
120rpx
;
height
:
120rpx
;
...
...
src/pages/parts/application.vue
View file @
27eab11f
...
...
@@ -50,7 +50,7 @@
<view
class=
"bottom"
>
<u-button
shape=
"circle"
:disabled=
"isEmptyParts && $u.test.isEmpty(remark)"
:hair-line=
"false"
:custom-style=
"customStyle"
hover-class=
"none"
@
click=
"
$u.throttle(submitParts, 500)
"
>
提交
</u-button>
hover-class=
"none"
@
click=
"
submitParts
"
>
提交
</u-button>
</view>
</view>
</
template
>
...
...
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