|
@@ -210,6 +210,7 @@ export default {
|
|
|
],
|
|
|
productType: [],
|
|
|
queryParam: { // 查询条件
|
|
|
+ customerSn: '',
|
|
|
salePriceType: '',
|
|
|
productCode: '', // 产品编码
|
|
|
productName: '', // 产品名称
|
|
@@ -250,6 +251,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
this.queryParam.salePriceType = this.priceType
|
|
|
+ this.queryParam.customerSn = this.buyerSn
|
|
|
// 排序
|
|
|
if (parameter.sortField == 'productCode') {
|
|
|
parameter.sortField = 'code'
|