|
@@ -468,6 +468,7 @@ export default {
|
|
|
customerArr:[],//选中数据的客户简称集合
|
|
|
// 查询条件
|
|
|
queryParam: {
|
|
|
+ refer:'0'
|
|
|
// itemNumber: '', // 订单号
|
|
|
// smallPo:'',//小po
|
|
|
// account: '', //账套
|
|
@@ -665,7 +666,9 @@ export default {
|
|
|
|
|
|
// 重置
|
|
|
searchReset() {
|
|
|
- this.queryParam = {}
|
|
|
+ this.queryParam = {
|
|
|
+ refer:'0'
|
|
|
+ }
|
|
|
// this.queryParam.customerName = '';
|
|
|
this.dateRange = [];
|
|
|
this.range = [];
|