Commit 952f1059 authored by 黄媛媛's avatar 黄媛媛

修改样式

parent c20a0742
.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
......@@ -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 {
......
<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>
......
<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>
......
<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>
......
<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>
......
<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>
......
<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="">
......
<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="">
......
<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="">
......
<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>
......
<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="">
......
<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"
......
<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;"
......
<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>
......
<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;"
......
<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>
......
<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>
......
<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>
......
<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"
......
<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"
......
<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>
......
<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"
......
<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>
......
<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"
......
<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>
......
<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>
......
<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>
......
<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"
......
<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>
......
<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>
......
<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>
......
<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"
......
<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"
......
<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"
......
<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"
......
<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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment