This commit is contained in:
lixuan
2023-02-22 17:48:35 +08:00
parent 6cddb7dc33
commit 501deed682
4 changed files with 111 additions and 51 deletions

View File

@@ -192,7 +192,6 @@ export default {
this.form.salePrice = this.productRowData[0].salePrice2company
this.form.floorPrice = this.productRowData[0].floorPrice
this.form.productMeasurement = this.productRowData[0].measurement
console.log(this.productRowData,'sssssssdddddddddddddd')
},
productChange(){
this.productData()
@@ -216,6 +215,7 @@ export default {
serve.getRefineryProductList(data).then((res) => {
this.productNameList = res.data;
})
console.log(this.productRowData,'aaaaaaaaaa')
},
//搜索客户
customData(value){
@@ -234,12 +234,9 @@ export default {
this.configAutocomplete.echoId = id;
this.configAutocomplete.echoName = this.form.refineryName;
this.form.salePrice = this.form.salePrice2company
this.productData()
// this.productDataList(this.form.productName)
this.productRowData = this.productNameList.filter(
(item) => item.id == e
);
console.log("this.form", this.form,this.productRowData,this.productNameList);
this.productChange()
console.log("this.form", this.form);
}
},
submit() {