|
@@ -1607,6 +1607,7 @@ export default {
|
|
//选择客户名称带出所属公司
|
|
//选择客户名称带出所属公司
|
|
getCorpData(row) {
|
|
getCorpData(row) {
|
|
this.goodsForm.belongCompany = row.belongCompany
|
|
this.goodsForm.belongCompany = row.belongCompany
|
|
|
|
+ this.goodsForm.salesman = ''
|
|
//查询业务员
|
|
//查询业务员
|
|
this.salesmanQuery(this.goodsForm)
|
|
this.salesmanQuery(this.goodsForm)
|
|
},
|
|
},
|