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