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
952f1059
Commit
952f1059
authored
Jan 13, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
c20a0742
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
92 additions
and
110 deletions
+92
-110
common.css
src/assets/css/common.css
+10
-1
vxetable.css
src/assets/css/vxetable.css
+6
-3
Archivesmaterials.vue
src/components/Materialman/Archivesmaterials.vue
+1
-1
ConsumRecipients.vue
src/components/Materialman/ConsumRecipients.vue
+1
-1
Materialwarehouse.vue
src/components/Materialman/Materialwarehouse.vue
+1
-1
SpotQuery.vue
src/components/Materialman/SpotQuery.vue
+1
-1
chukudan.vue
src/components/Materialman/chukudan.vue
+4
-4
rukudan.vue
src/components/Materialman/rukudan.vue
+4
-4
AssetsClassification.vue
src/components/Systemman/AssetsClassification.vue
+1
-1
MaterialClassification.vue
src/components/Systemman/MaterialClassification.vue
+1
-1
Supplierman.vue
src/components/Systemman/Supplierman.vue
+1
-1
ConsumApplication.vue
src/components/approval/ConsumApplication.vue
+4
-4
ListAssets.vue
src/components/approval/ListAssets.vue
+1
-3
MyPurchaseRequisition.vue
src/components/approval/MyPurchaseRequisition.vue
+1
-3
Myapplication.vue
src/components/approval/Myapplication.vue
+4
-4
PurchaseRequisition.vue
src/components/approval/PurchaseRequisition.vue
+1
-3
SignMan.vue
src/components/approval/SignMan.vue
+4
-5
approvalMan.vue
src/components/approval/approvalMan.vue
+4
-4
approvalset.vue
src/components/approval/approvalset.vue
+1
-1
assetsApply.vue
src/components/approval/assetsApply.vue
+1
-3
myAssets.vue
src/components/approval/myAssets.vue
+1
-3
AssetDepreciation.vue
src/components/assetsman/AssetDepreciation.vue
+1
-1
BulkImport.vue
src/components/assetsman/BulkImport.vue
+1
-3
InventoryDetails.vue
src/components/assetsman/InventoryDetails.vue
+1
-3
InventoryMan.vue
src/components/assetsman/InventoryMan.vue
+1
-3
LendReturn.vue
src/components/assetsman/LendReturn.vue
+7
-7
PaiTui.vue
src/components/assetsman/PaiTui.vue
+9
-8
allocatingMan.vue
src/components/assetsman/allocatingMan.vue
+4
-4
assetsList.vue
src/components/assetsman/assetsList.vue
+1
-3
disposalDetails.vue
src/components/assetsman/disposalDetails.vue
+1
-3
disposalMan.vue
src/components/assetsman/disposalMan.vue
+4
-4
maintenance.vue
src/components/assetsman/maintenance.vue
+4
-4
AssetsRecord.vue
src/components/report/AssetsRecord.vue
+1
-3
Assetstatistics.vue
src/components/report/Assetstatistics.vue
+1
-3
MaturingAssets.vue
src/components/report/MaturingAssets.vue
+1
-3
StayBack.vue
src/components/report/StayBack.vue
+1
-3
assetSummary.vue
src/components/report/assetSummary.vue
+1
-3
No files found.
src/assets/css/common.css
View file @
952f1059
.routerTitle
{
background
:
#fff
;
padding
:
15px
30px
;
text-align
:
right
;
border-bottom
:
1px
solid
rgb
(
226
,
228
,
235
);
padding-bottom
:
10px
;
}
.padContent
{
...
...
@@ -64,7 +67,7 @@
/*padding-top: 10px;*/
margin-top
:
-10px
;
font-family
:
muil
;
font-weight
:
600
;
/* font-weight: 600; */
}
.roatImg
{
...
...
@@ -648,4 +651,10 @@
.myTable
tbody
.noData
td
{
border-radius
:
0
!important
;
}
.lastTdLeft
{
border-radius
:
0
0
0
20px
!important
;
}
.lastTdRight
{
border-radius
:
0
0
20px
0
!important
;
}
\ No newline at end of file
src/assets/css/vxetable.css
View file @
952f1059
...
...
@@ -7,10 +7,12 @@
}
.vxe-table
.vxe-body--column
:not
(
.col--ellipsis
),
.vxe-table
.vxe-footer--column
:not
(
.col--ellipsis
),
.vxe-table
.vxe-header--column
:not
(
.col--ellipsis
)
{
.vxe-table
.vxe-footer--column
:not
(
.col--ellipsis
)
{
padding
:
7px
0
!important
;
}
.vxe-table
.vxe-header--column
:not
(
.col--ellipsis
)
{
padding
:
7px
0
12px
0
!important
;
}
.vxe-table
:after
,
.vxe-table
:before
{
...
...
@@ -32,7 +34,8 @@
.vxe-table
.vxe-header--column
.vxe-cell
{
color
:
#000000
;
font-family
:
"PingFangR"
;
font-family
:
"muil"
;
font-size
:
14px
;
}
.vxe-table--header-wrapper
.vxe-table--repair
{
...
...
src/components/Materialman/Archivesmaterials.vue
View file @
952f1059
<
template
>
<div
class=
"Archivesmaterials"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
物料档案
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/Materialman/ConsumRecipients.vue
View file @
952f1059
<
template
>
<div
class=
"ConsumRecipients"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
耗材领用查询
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/Materialman/Materialwarehouse.vue
View file @
952f1059
<
template
>
<div
class=
"Materialwarehouse"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
物料仓库
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/Materialman/SpotQuery.vue
View file @
952f1059
<
template
>
<div
class=
"spotquery"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
现存量查询
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/Materialman/chukudan.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
出库单列表
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -76,9 +76,9 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<!--
<span
class=
"commonStyle hoverSpan1"
></span>
-->
<span
class=
"ColorSpan redSpan"
v-if=
"item.StockOutState==2"
>
取
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.StockOutState==1"
>
已
</span>
...
...
@@ -99,7 +99,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.StockOutState==3"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/Materialman/rukudan.vue
View file @
952f1059
<
template
>
<div
class=
"rukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
入库单列表
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -69,9 +69,9 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
class=
"ImgTd
"
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:class=
"index1==tableData.length-1?'lastTdLeft':''
"
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<!--
<span
class=
"commonStyle hoverSpan1"
></span>
-->
<span
class=
"ColorSpan huangSpan"
v-if=
"item.StockInState==2"
>
待
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.StockInState==1"
>
已
</span>
...
...
@@ -92,7 +92,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.StockInState!=1"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
...
...
src/components/Systemman/AssetsClassification.vue
View file @
952f1059
<
template
>
<div
class=
"Assetscation"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px;box-sizing:border-box;"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产分类
</span>
<span
@
click=
"Add"
style=
"margin-left:20px"
class=
"addSpan"
>
<img
style=
"width:10px;height:10px;margin-right:6px"
src=
"../../assets/img/add.png"
alt=
""
>
...
...
src/components/Systemman/MaterialClassification.vue
View file @
952f1059
<
template
>
<div
class=
"Assetscation"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px;box-sizing:border-box;"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
耗材分类
</span>
<span
@
click=
"Add"
style=
"margin-left:20px"
class=
"addSpan"
>
<img
style=
"width:10px;height:10px;margin-right:6px"
src=
"../../assets/img/add.png"
alt=
""
>
...
...
src/components/Systemman/Supplierman.vue
View file @
952f1059
<
template
>
<div
class=
"Supplierman"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
供应商管理
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/approval/ConsumApplication.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
耗材申请
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -63,9 +63,9 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<!--
<span
class=
"commonStyle hoverSpan1"
></span>
-->
<span
class=
"ColorSpan redSpan"
v-if=
"item.StockOutState==2"
>
取
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.StockOutState==1"
>
已
</span>
...
...
@@ -89,7 +89,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.StockOutState==3"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
...
...
src/components/approval/ListAssets.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产清单
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/approval/MyPurchaseRequisition.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList InventoryMan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
请购单
</span>
<span
@
click=
"morequery = !morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
...
...
src/components/approval/Myapplication.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
我的申请
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1,morequery=false,getList()"
:class=
"showTable==1?'spanActive':''"
>
派发
</span>
...
...
@@ -204,9 +204,9 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<
template
v-for=
"
item
in tableData2"
>
<
template
v-for=
"
(item,index1)
in tableData2"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -225,7 +225,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"(item.AuditStatus==3 || item.AuditStatus==5) && item.CreateBy==EmployeeId"
@
click=
"Edit1(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/approval/PurchaseRequisition.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList InventoryMan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
请购单
</span>
<span
@
click=
"morequery = !morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
...
...
src/components/approval/SignMan.vue
View file @
952f1059
<
template
>
<div
class=
"spotquery"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
签名管理
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1,getList()"
:class=
"showTable==1?'spanActive':''"
>
待签字
</span>
...
...
@@ -88,10 +88,9 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:class=
"index1==tableData.length-1?'lastTdLeft':''"
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div
style=
"display:flex;align-items:center"
>
<div
style=
"display:inline-block"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
...
...
@@ -125,7 +124,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"流程查看"
placement=
"top"
>
<img
v-if=
"item.TempleteId>0"
@
click=
"See(item,'approvalDetails','SignMan','chakan')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
>
</el-tooltip>
...
...
src/components/approval/approvalMan.vue
View file @
952f1059
<
template
>
<div
class=
"spotquery"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
审批管理
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1,getList()"
:class=
"showTable==1?'spanActive':''"
>
待审核
</span>
...
...
@@ -89,10 +89,10 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<div
style=
"display:flex;align-items:center"
>
<div
style=
"display:inline-block"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
...
...
@@ -126,7 +126,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"流程查看"
placement=
"top"
>
<img
v-if=
"item.TempleteId>0"
@
click=
"See(item,'approvalDetails','approvalMan','chakan')"
style=
"width:24px;height:24px"
src=
"../../assets/img/chakan.png"
alt=
""
>
</el-tooltip>
...
...
src/components/approval/approvalset.vue
View file @
952f1059
<
template
>
<div
class=
"spotquery"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
流程设置
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1"
:class=
"showTable==1?'spanActive':''"
>
审批
</span>
...
...
src/components/approval/assetsApply.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产申请
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/approval/myAssets.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
我的资产
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/assetsman/AssetDepreciation.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan AssetDepreciation"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产折旧
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
src/components/assetsman/BulkImport.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
批量导入
</span>
<span
style=
"float:left"
@
click=
"backTo('assetsList')"
class=
"backTo"
>
返回
</span>
<span
style=
"margin-left:20px"
class=
"chaxunSpan"
...
...
src/components/assetsman/InventoryDetails.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList InventoryMan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
盘点单详情
<span
@
click=
"Backto"
style=
"position:relative;top:-5px"
class=
"backTo"
>
返回
</span>
</span>
...
...
src/components/assetsman/InventoryMan.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList InventoryMan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
盘点单列表
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/assetsman/LendReturn.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
借出
&
归还
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1,morequery=false,getList()"
:class=
"showTable==1?'spanActive':''"
>
借出
</span>
...
...
@@ -87,9 +87,9 @@
<th>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -114,7 +114,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.AuditStatus==3 && item.CreateBy==EmployeeId"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
@@ -212,9 +212,9 @@
<th>
操作
</th>
</thead>
<tbody>
<
template
v-for=
"
item
in tableData2"
>
<
template
v-for=
"
(item,index1)
in tableData2"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData2.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -234,7 +234,7 @@
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData2.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.AuditStatus==3 && item.CreateBy==EmployeeId"
@
click=
"Edit1(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/assetsman/PaiTui.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
派发
&
退库
</span>
<span
class=
"ChangeTable"
>
<span
@
click=
"showTable=1,morequery=false,getList()"
:class=
"showTable==1?'spanActive':''"
>
派发
</span>
...
...
@@ -87,16 +87,17 @@
<th
width=
"150px"
>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<!--
<template
v-if=
"index1!=tableData.length-1"
>
-->
<td
:class=
"index1==tableData.length-1?'lastTdLeft':''"
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
<span
class=
"ColorSpan buleSpan"
v-if=
"item.AuditStatus==4"
>
签
</span>
<span
class=
"ColorSpan redSpan"
v-if=
"item.AuditStatus==5"
>
撤
</span>
{{
item
.
AuditStatusName
}}
</td>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
OrderCode
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
BranchName
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
DepartmentName
}}
</td>
...
...
@@ -110,7 +111,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"(item.AuditStatus==3 || item.AuditStatus==5) && item.CreateBy==EmployeeId"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
@@ -209,9 +210,9 @@
<th>
操作
</th>
</thead>
<tbody>
<
template
v-for=
"
item
in tableData2"
>
<
template
v-for=
"
(item,index1)
in tableData2"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -231,7 +232,7 @@
<p
v-if=
"item.UpdateBy!=''"
>
{{
item
.
UpdateBy
}}
</p>
<p
v-if=
"item.UpdateDate!=''"
>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"(item.AuditStatus==3 || item.AuditStatus==5) && item.CreateBy==EmployeeId"
@
click=
"Edit1(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/assetsman/allocatingMan.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
调拨管理
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -80,9 +80,9 @@
<th>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -103,7 +103,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.AuditStatus==3 && item.CreateBy==EmployeeId"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/assetsman/assetsList.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产列表
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/assetsman/disposalDetails.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList InventoryMan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
盘亏处理
<span
@
click=
"Backto"
style=
"position:relative;top:-5px"
class=
"backTo"
>
返回
</span>
</span>
...
...
src/components/assetsman/disposalMan.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
处置管理
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -80,9 +80,9 @@
<th>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -103,7 +103,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.AuditStatus==3 && item.CreateBy==EmployeeId"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/assetsman/maintenance.vue
View file @
952f1059
<
template
>
<div
class=
"chukudan"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
维修管理
</span>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
class=
"f12 cd6"
>
<span
style=
"margin-right:5px"
>
高级查询
</span>
...
...
@@ -80,9 +80,9 @@
<th>
操作
</th>
</thead>
<tbody>
<template
v-for=
"
item
in tableData"
>
<template
v-for=
"
(item,index1)
in tableData"
>
<tr
:class=
"index==0?'trNobottom':''"
v-for=
"(delist,index) in item.DetailList"
:key=
"delist.Id"
>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdLeft':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<span
class=
"ColorSpan huangSpan"
v-if=
"item.AuditStatus==2"
>
审
</span>
<span
class=
"ColorSpan greenSpan"
v-if=
"item.AuditStatus==1"
>
已
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"item.AuditStatus==3"
>
驳
</span>
...
...
@@ -103,7 +103,7 @@
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<td
:
class=
"index1==tableData.length-1?'lastTdRight':''"
:
rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
v-if=
"item.AuditStatus==3 && item.CreateBy==EmployeeId"
@
click=
"Edit(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/edit.png"
alt=
""
>
</el-tooltip>
...
...
src/components/report/AssetsRecord.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产履历
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/report/Assetstatistics.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产折旧报表
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/report/MaturingAssets.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产到期
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/report/StayBack.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
待归还资产报表
</span>
<span
@
click=
"morequery = !morequery"
...
...
src/components/report/assetSummary.vue
View file @
952f1059
<
template
>
<div
class=
"assetsList"
>
<div
class=
"routerTitle"
style=
"text-align:right;border-bottom:1px solid #E2E4EB;padding-bottom:10px"
>
<div
class=
"routerTitle"
>
<span
class=
"pageTitle"
>
资产汇总
</span>
<span
@
click=
"morequery = !morequery"
...
...
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