|
@@ -239,6 +239,8 @@ export default {
|
|
|
_this.queryParam.salePriceType = _this.priceType
|
|
|
// 客户sn
|
|
|
_this.queryParam.customerSn = _this.buyerSn
|
|
|
+ // 单据来源
|
|
|
+ _this.queryParam.sourceType = _this.sourceType
|
|
|
// 产品编码排序
|
|
|
if (parameter.sortField == 'productCode') {
|
|
|
parameter.sortField = 'code'
|