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