JSK
This commit is contained in:
		
							parent
							
								
									2d668bcbcd
								
							
						
					
					
						commit
						1a3f307c62
					
				| 
						 | 
				
			
			@ -118,7 +118,7 @@
 | 
			
		|||
<script>
 | 
			
		||||
import { getGoodsInquirySupplierInfoApi } from "@/api/foodManage/purchaseManage";
 | 
			
		||||
// import { goodsInquiryQuotePageApi } from "@/api/foodManage/purchaseManage";
 | 
			
		||||
// import { getGoodsInquiryDetailInfoApi } from "@/api/foodManage/purchaseManage";
 | 
			
		||||
import { getGoodsInquiryDetailInfoApi } from "@/api/foodManage/purchaseManage";
 | 
			
		||||
export default {
 | 
			
		||||
    name: "GoodsInquiryCheckPrice",
 | 
			
		||||
    dicts: [],
 | 
			
		||||
| 
						 | 
				
			
			@ -138,7 +138,7 @@ export default {
 | 
			
		|||
        },
 | 
			
		||||
        baseInfo:{},
 | 
			
		||||
        supplierList:[],
 | 
			
		||||
        materialLis:[],
 | 
			
		||||
        materialList:[],
 | 
			
		||||
        openDialog:false,
 | 
			
		||||
        materialTreeOptions:[],
 | 
			
		||||
        // 查询参数
 | 
			
		||||
| 
						 | 
				
			
			@ -187,7 +187,7 @@ export default {
 | 
			
		|||
            getGoodsInquirySupplierInfoApi(param).then((response) => {
 | 
			
		||||
                this.baseInfo = response.data;
 | 
			
		||||
                // console.log("this.baseInfo",this.baseInfo)
 | 
			
		||||
                this.materialList = this.baseInfo.detailList;
 | 
			
		||||
                // this.materialList = this.baseInfo.detailList;
 | 
			
		||||
                this.supplierList=this.baseInfo.supplierList;
 | 
			
		||||
                // this.getSupplierPrice()
 | 
			
		||||
            });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue