领料单审核人签名
This commit is contained in:
		
							parent
							
								
									53f9a3ef90
								
							
						
					
					
						commit
						cebb1ca432
					
				| 
						 | 
				
			
			@ -247,8 +247,13 @@
 | 
			
		|||
          </div>  
 | 
			
		||||
          <div class="fillIn" style="margin-top: 30px;display: flex;justify-content: space-between;">
 | 
			
		||||
            <div class="item" style="width: 24%;display: flex;align-items: center;flex-wrap: wrap;">
 | 
			
		||||
              <span>审核:</span>
 | 
			
		||||
              <img src="../../../../../assets/signTemp.png" style="width: 80px;height: 30px;" alt="">
 | 
			
		||||
              <div style="width: 25%;">审核:</div>
 | 
			
		||||
              <div style="width: 75%;display: flex;align-items: center;flex-wrap: wrap;" v-if="leaseApplyData.directAuditSignUrl">
 | 
			
		||||
                                <div style="width: 80%;margin-left: 20px;">
 | 
			
		||||
                                    <img :src="leaseApplyData.directAuditSignUrl" style="width: 40px;height: 100px;transform: rotate(-90deg);max-width: 100%;"  alt=""> 
 | 
			
		||||
                                </div> 
 | 
			
		||||
              </div>
 | 
			
		||||
              <!-- <img :src="leaseApplyData.directAuditSignUrl" style="width: 40px;height: 100px;transform: rotate(-90deg);max-width: 100%;" alt=""> -->
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="item" style="width: 24%;display: flex;align-items: center;flex-wrap: wrap;">
 | 
			
		||||
              <span>领料:</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -722,4 +727,18 @@ export default {
 | 
			
		|||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.image-type {
 | 
			
		||||
    /* 旋转图片 */
 | 
			
		||||
    transform: rotate(-90deg);
 | 
			
		||||
    /* 确保旋转后的图片不会超出容器 */
 | 
			
		||||
    max-width: 100%;
 | 
			
		||||
    /* 保持图片的宽高比 */
 | 
			
		||||
    width: 40px;
 | 
			
		||||
    height: 100px;
 | 
			
		||||
  }
 | 
			
		||||
  .sign-type{
 | 
			
		||||
    width: 100px;
 | 
			
		||||
    height: 40px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
</style>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -633,8 +633,12 @@
 | 
			
		|||
          </el-table>
 | 
			
		||||
          <div class="fillIn" style="margin-top: 30px;display: flex;justify-content: space-between;">
 | 
			
		||||
            <div class="item" style="width: 24%;display: flex;align-items: center;flex-wrap: wrap;">
 | 
			
		||||
              <span>审核:</span>
 | 
			
		||||
              <img src="../../../../assets/signTemp.png" style="width: 80px;height: 30px;" alt="">
 | 
			
		||||
              <div style="width: 25%;">审核:</div>
 | 
			
		||||
                <div style="width: 75%;display: flex;align-items: center;flex-wrap: wrap;" v-if="leaseApplyData.directAuditSignUrl">
 | 
			
		||||
                                    <div style="width: 80%;margin-left: 20px;">
 | 
			
		||||
                                        <img :src="leaseApplyData.directAuditSignUrl" style="width: 40px;height: 100px;transform: rotate(-90deg);max-width: 100%;"  alt=""> 
 | 
			
		||||
                                    </div> 
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="item" style="width: 24%;display: flex;align-items: center;flex-wrap: wrap;">
 | 
			
		||||
              <span>领料:</span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue