Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
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
胡宝山
template_pda_Web
Commits
b231f874
Commit
b231f874
authored
Aug 19, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcp
parent
aee01501
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
17 deletions
+8
-17
inventory.vue
src/views/setup/inventory.vue
+8
-17
No files found.
src/views/setup/inventory.vue
View file @
b231f874
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
A
</span>
<span>
A
</span>
<span
v-if=
"totalA"
style=
"color: red"
>
({{ totalA }})
</span>
<span
style=
"color: red"
>
({{ totalA }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
B
</span>
<span>
B
</span>
<span
v-if=
"totalB"
style=
"color: red"
>
({{ totalB }})
</span>
<span
style=
"color: red"
>
({{ totalB }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
C
</span>
<span>
C
</span>
<span
v-if=
"totalC"
style=
"color: red"
>
({{ totalC }})
</span>
<span
style=
"color: red"
>
({{ totalC }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -128,7 +128,7 @@
...
@@ -128,7 +128,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
D
</span>
<span>
D
</span>
<span
v-if=
"totalD"
style=
"color: red"
>
({{ totalD }})
</span>
<span
style=
"color: red"
>
({{ totalD }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
E
</span>
<span>
E
</span>
<span
v-if=
"totalE"
style=
"color: red"
>
({{ totalE }})
</span>
<span
style=
"color: red"
>
({{ totalE }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
F
</span>
<span>
F
</span>
<span
v-if=
"totalF"
style=
"color: red"
>
({{ totalF }})
</span>
<span
style=
"color: red"
>
({{ totalF }})
</span>
</div>
</div>
</el-button>
</el-button>
<el-button
<el-button
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
>
>
<div
class=
"buttionText"
>
<div
class=
"buttionText"
>
<span>
无
</span>
<span>
无
</span>
<span
v-if=
"total0"
style=
"color: red"
>
({{ total0 }})
</span>
<span
style=
"color: red"
>
({{ total0 }})
</span>
</div>
</div>
</el-button>
</el-button>
</div>
</div>
...
@@ -196,6 +196,7 @@
...
@@ -196,6 +196,7 @@
v-show=
"total>0"
v-show=
"total>0"
class=
"page"
class=
"page"
:total=
"total"
:total=
"total"
layout=
"total, sizes, prev, next"
:page
.
sync=
"queryPdDel.page"
:page
.
sync=
"queryPdDel.page"
:limit
.
sync=
"queryPdDel.rows"
:limit
.
sync=
"queryPdDel.rows"
@
pagination=
"handlePa"
@
pagination=
"handlePa"
...
@@ -458,16 +459,6 @@ export default {
...
@@ -458,16 +459,6 @@ export default {
this
.
totalF
=
response
.
data
.
total
this
.
totalF
=
response
.
data
.
total
}
}
})
})
this
.
resetTotal
()
},
resetTotal
()
{
this
.
totalA
=
''
this
.
totalB
=
''
this
.
totalC
=
''
this
.
totalD
=
''
this
.
totalE
=
''
this
.
totalF
=
''
this
.
total0
=
''
},
},
getList
()
{
getList
()
{
getInfo
().
then
(
response
=>
{
getInfo
().
then
(
response
=>
{
...
...
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