This commit is contained in:
		
							parent
							
								
									b5f3acd515
								
							
						
					
					
						commit
						33d7138a26
					
				| 
						 | 
					@ -67,6 +67,7 @@
 | 
				
			||||||
                    </span>
 | 
					                    </span>
 | 
				
			||||||
                </template>
 | 
					                </template>
 | 
				
			||||||
            </el-table-column>
 | 
					            </el-table-column>
 | 
				
			||||||
 | 
					            <el-table-column label="未验收数量" align="center" prop="notPassNum" :show-overflow-tooltip="true"/>
 | 
				
			||||||
            <el-table-column label="入库数量" align="center" prop="inputNum" :show-overflow-tooltip="true">
 | 
					            <el-table-column label="入库数量" align="center" prop="inputNum" :show-overflow-tooltip="true">
 | 
				
			||||||
                <template scope="scope">
 | 
					                <template scope="scope">
 | 
				
			||||||
                    <!-- 当 manageType 为 '编码' 时,使用可点击的 span -->
 | 
					                    <!-- 当 manageType 为 '编码' 时,使用可点击的 span -->
 | 
				
			||||||
| 
						 | 
					@ -439,6 +440,7 @@
 | 
				
			||||||
                let obj = {
 | 
					                let obj = {
 | 
				
			||||||
                    purchaseNum: response.data.purchaseNum||0,//采购数量
 | 
					                    purchaseNum: response.data.purchaseNum||0,//采购数量
 | 
				
			||||||
                    passNum: response.data.passNum||0,//验收合格数量
 | 
					                    passNum: response.data.passNum||0,//验收合格数量
 | 
				
			||||||
 | 
					                    notPassNum: response.data.notPassNum||0,//未验收数量
 | 
				
			||||||
                    inputNum: response.data.inputNum||0,//验收合格数量
 | 
					                    inputNum: response.data.inputNum||0,//验收合格数量
 | 
				
			||||||
                    purchasePrice: response.data.purchasePrice||0,//采购价格(含税)
 | 
					                    purchasePrice: response.data.purchasePrice||0,//采购价格(含税)
 | 
				
			||||||
                    purchasePriceNoTax: response.data.purchasePriceNoTax||0,//采购价格(不含税)
 | 
					                    purchasePriceNoTax: response.data.purchasePriceNoTax||0,//采购价格(不含税)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue