This commit is contained in:
skjia 2025-07-21 16:18:16 +08:00
parent 2d668bcbcd
commit 1a3f307c62
1 changed files with 3 additions and 3 deletions

View File

@ -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()
}); });