bug修复
This commit is contained in:
		
							parent
							
								
									89888e33de
								
							
						
					
					
						commit
						839bc30db9
					
				| 
						 | 
				
			
			@ -526,7 +526,7 @@ export default {
 | 
			
		|||
 | 
			
		||||
      this.printTableData = res.data.leaseOutVoList;
 | 
			
		||||
      setTimeout(() => {
 | 
			
		||||
        this.chapter('机具检验专用章', '安徽送边电工程有限公司机具(物流)分公司')
 | 
			
		||||
        this.chapter('检验专用章', '安徽送变电工程有限公司机具(物流)分公司')
 | 
			
		||||
      }, 500);
 | 
			
		||||
      this.openPrint = true;
 | 
			
		||||
      this.title = "出库检验单";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -405,7 +405,7 @@
 | 
			
		|||
                        </div>
 | 
			
		||||
                        <div class="item" style="width: 40%; flex-shrink: 0; margin-bottom: 5px; font-size: 14px">
 | 
			
		||||
                            <span>发料单位:</span>
 | 
			
		||||
                            {{ leaseApplyData.sendUnit }}
 | 
			
		||||
                             {{ "机具物流分公司" }}
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="item" style="width: 30%; flex-shrink: 0; margin-bottom: 5px; font-size: 14px">
 | 
			
		||||
                            <span>时间:</span>
 | 
			
		||||
| 
						 | 
				
			
			@ -418,10 +418,10 @@
 | 
			
		|||
                    </div>
 | 
			
		||||
                    <el-table :data="leaseApplyDetails" class="table" border style="margin-top: 20px; padding: 1px">
 | 
			
		||||
                        <el-table-column label="序号" align="center" type="index" />
 | 
			
		||||
                        <el-table-column label="类型名称" align="center" prop="maTypeName" />
 | 
			
		||||
                        <el-table-column label="物资名称" align="center" prop="maTypeName" />
 | 
			
		||||
                        <el-table-column label="规格型号" align="center" prop="typeName" />
 | 
			
		||||
                        <el-table-column label="计量单位" align="center" prop="unitName" />
 | 
			
		||||
                        <el-table-column label="预领数量" align="center" prop="preNum" />
 | 
			
		||||
                        <el-table-column label="领用数量" align="center" prop="preNum" />
 | 
			
		||||
                        <el-table-column label="备注" align="center" prop="remark" />
 | 
			
		||||
                        <el-table-column label="出库方式" align="center" prop="manageType">
 | 
			
		||||
                            <template slot-scope="scope">
 | 
			
		||||
| 
						 | 
				
			
			@ -451,9 +451,6 @@
 | 
			
		|||
                        <div class="item" style="width: 24%; display: flex; align-items: center; flex-wrap: wrap">
 | 
			
		||||
                            <span>领料:</span>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="item" style="width: 24%; display: flex; align-items: center; flex-wrap: wrap">
 | 
			
		||||
                            <span>制单:</span>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="item" style="width: 28%; display: flex; align-items: center">
 | 
			
		||||
                            <div style="width: 25%">库管:</div>
 | 
			
		||||
                            <div style="width: 75%; display: flex; align-items: center; flex-wrap: wrap">
 | 
			
		||||
| 
						 | 
				
			
			@ -463,6 +460,9 @@
 | 
			
		|||
                                <img src="../../../../assets/signTemp.png" style="width: 45%; height: 30px" alt="" />
 | 
			
		||||
                            </div>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div class="item" style="width: 24%; display: flex; align-items: center; flex-wrap: wrap">
 | 
			
		||||
                            <span>制单:</span>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </vue-easy-print>
 | 
			
		||||
            </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -891,7 +891,7 @@ export default {
 | 
			
		|||
 | 
			
		||||
            this.printTableData = res.data.leaseOutVoList
 | 
			
		||||
            setTimeout(() => {
 | 
			
		||||
                this.chapter('机具检验章', '安徽送变电工程有限公司机具(物流)分公司')
 | 
			
		||||
                this.chapter('检验专用章', '安徽送变电工程有限公司机具(物流)分公司')
 | 
			
		||||
            }, 200)
 | 
			
		||||
            this.openPrint = true
 | 
			
		||||
            this.title = '出库检验单'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue