Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
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
黄媛媛
assets
Commits
e163086e
Commit
e163086e
authored
Jan 13, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
952f1059
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
59 additions
and
55 deletions
+59
-55
common.css
src/assets/css/common.css
+1
-0
chukudan.vue
src/components/Materialman/chukudan.vue
+1
-1
rukudan.vue
src/components/Materialman/rukudan.vue
+1
-1
ConsumApplication.vue
src/components/approval/ConsumApplication.vue
+1
-1
SignMan.vue
src/components/approval/SignMan.vue
+1
-1
Assetstatistics.vue
src/components/report/Assetstatistics.vue
+54
-51
No files found.
src/assets/css/common.css
View file @
e163086e
...
@@ -119,6 +119,7 @@
...
@@ -119,6 +119,7 @@
font-size
:
12px
;
font-size
:
12px
;
border-collapse
:
collapse
;
border-collapse
:
collapse
;
font-family
:
"Microsoft YaHei"
!important
;
font-family
:
"Microsoft YaHei"
!important
;
min-width
:
1200px
;
}
}
.myTable
thead
th
{
.myTable
thead
th
{
...
...
src/components/Materialman/chukudan.vue
View file @
e163086e
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<th>
数量
</th>
<th>
数量
</th>
<th>
领取人
</th>
<th>
领取人
</th>
<th>
操作人/时间
</th>
<th>
操作人/时间
</th>
<th
width=
"150px"
>
操作
</th>
<th>
操作
</th>
</thead>
</thead>
<tbody>
<tbody>
<template
v-for=
"(item,index1) in tableData"
>
<template
v-for=
"(item,index1) in tableData"
>
...
...
src/components/Materialman/rukudan.vue
View file @
e163086e
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<th>
金额
</th>
<th>
金额
</th>
<th>
数量
</th>
<th>
数量
</th>
<th>
操作人/时间
</th>
<th>
操作人/时间
</th>
<th
width=
"150px"
>
操作
</th>
<th>
操作
</th>
</thead>
</thead>
<tbody>
<tbody>
<template
v-for=
"(item,index1) in tableData"
>
<template
v-for=
"(item,index1) in tableData"
>
...
...
src/components/approval/ConsumApplication.vue
View file @
e163086e
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<th>
库存
</th>
<th>
库存
</th>
<th>
数量
</th>
<th>
数量
</th>
<th>
操作人/时间
</th>
<th>
操作人/时间
</th>
<th
width=
"150px"
>
操作
</th>
<th>
操作
</th>
</thead>
</thead>
<tbody>
<tbody>
<template
v-for=
"(item,index1) in tableData"
>
<template
v-for=
"(item,index1) in tableData"
>
...
...
src/components/approval/SignMan.vue
View file @
e163086e
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<th>
资产编号
</th>
<th>
资产编号
</th>
<th>
品牌名称
</th>
<th>
品牌名称
</th>
<th>
操作人/时间
</th>
<th>
操作人/时间
</th>
<t
h
width=
"150px"
>
操作
</th
>
<t
>
操作
</t
>
</thead>
</thead>
<tbody>
<tbody>
<template
v-for=
"(item,index1) in tableData"
>
<template
v-for=
"(item,index1) in tableData"
>
...
...
src/components/report/Assetstatistics.vue
View file @
e163086e
...
@@ -107,6 +107,7 @@
...
@@ -107,6 +107,7 @@
</el-date-picker>
</el-date-picker>
</li>
</li>
</ul>
</ul>
<div
class=
"overflowY"
>
<table
<table
style=
"margin-top:10px"
style=
"margin-top:10px"
class=
"myTable"
class=
"myTable"
...
@@ -159,6 +160,8 @@
...
@@ -159,6 +160,8 @@
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
</div>
<el-pagination
<el-pagination
@
current-change=
"currentChange"
@
current-change=
"currentChange"
background
background
...
...
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