jsk
This commit is contained in:
parent
eb2a2eb7c9
commit
cfdb17bec7
|
|
@ -186,6 +186,8 @@ export default {
|
||||||
//查询
|
//查询
|
||||||
getGoodsInquiryDetailInfoApi(param).then((response) => {
|
getGoodsInquiryDetailInfoApi(param).then((response) => {
|
||||||
this.baseInfo = this.supplierQuotationData;
|
this.baseInfo = this.supplierQuotationData;
|
||||||
|
this.baseInfo.arrivalTime=response.data[0].arrivalTime;
|
||||||
|
console.log("this.baseInfo",this.baseInfo)
|
||||||
// this.$set(this.baseInfo,'dateRange',[this.baseInfo.startTime,this.baseInfo.endTime])
|
// this.$set(this.baseInfo,'dateRange',[this.baseInfo.startTime,this.baseInfo.endTime])
|
||||||
this.materialList = response.data;
|
this.materialList = response.data;
|
||||||
// supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => {
|
// supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue