|
@@ -39,7 +39,7 @@
|
|
<!-- :total="total"-->
|
|
<!-- :total="total"-->
|
|
<!-- >-->
|
|
<!-- >-->
|
|
<!-- </el-pagination>-->
|
|
<!-- </el-pagination>-->
|
|
- <div style="float: right">
|
|
|
|
|
|
+ <div style="float: right;margin-bottom: 10px">
|
|
<pagination
|
|
<pagination
|
|
v-show="total > 0"
|
|
v-show="total > 0"
|
|
:total="total"
|
|
:total="total"
|
|
@@ -118,7 +118,7 @@
|
|
width="70%"
|
|
width="70%"
|
|
style="background-color: #1c84c6"
|
|
style="background-color: #1c84c6"
|
|
>
|
|
>
|
|
- <div ref="print">
|
|
|
|
|
|
+ <div ref="print" style="color: #000000">
|
|
<h1 style="text-align: center;font-weight:bold">{{ formList.fsbuName }}</h1>
|
|
<h1 style="text-align: center;font-weight:bold">{{ formList.fsbuName }}</h1>
|
|
<div style="display: flex;justify-content: space-between;margin-bottom: 10px">
|
|
<div style="display: flex;justify-content: space-between;margin-bottom: 10px">
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">客户项目:{{projectName}}</div>
|
|
<div style="width: 200px;height: 20px;font-size: 14px;">客户项目:{{projectName}}</div>
|
|
@@ -1603,7 +1603,7 @@ export default {
|
|
this.revocationOfApproval(2)
|
|
this.revocationOfApproval(2)
|
|
break
|
|
break
|
|
case '打印':
|
|
case '打印':
|
|
- console.log(this.listData.fFeeid,this.contentList)
|
|
|
|
|
|
+ // console.log(this.listData.fFeeid,this.contentList)
|
|
this.formList.createBy = Cookies.get('userName')
|
|
this.formList.createBy = Cookies.get('userName')
|
|
for(let ul in this.dataList.fGoodsid){
|
|
for(let ul in this.dataList.fGoodsid){
|
|
if (this.$refs.avatar.form.fGoodsid == this.dataList.fGoodsid[ul].value){
|
|
if (this.$refs.avatar.form.fGoodsid == this.dataList.fGoodsid[ul].value){
|
|
@@ -1726,7 +1726,7 @@ export default {
|
|
border-spacing: 0;
|
|
border-spacing: 0;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
display: table;
|
|
display: table;
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 99%;
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@@ -1734,7 +1734,7 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
- color: #333333;
|
|
|
|
|
|
+ color: #000000;
|
|
padding: 8px 12px;
|
|
padding: 8px 12px;
|
|
}
|
|
}
|
|
|
|
|