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