|
@@ -432,13 +432,15 @@ export default {
|
|
|
|
|
|
// 查询条件
|
|
|
queryParam: {
|
|
|
- itemNumber: '', // 订单号
|
|
|
- smallPo:'',//小po
|
|
|
- account: '', //账套
|
|
|
- pageSize:100,
|
|
|
- preDeliveryDateS:'', //预发货开始日期
|
|
|
- preDeliveryDateE:'', //预发货结束日期
|
|
|
- flourOrGarment:'', //类型
|
|
|
+ // itemNumber: '', // 订单号
|
|
|
+ // smallPo:'',//小po
|
|
|
+ // account: '', //账套
|
|
|
+ // pageSize:100,
|
|
|
+ // preDeliveryDateS:'', //预发货开始日期
|
|
|
+ // preDeliveryDateE:'', //预发货结束日期
|
|
|
+ // flourOrGarment:'', //类型
|
|
|
+ // startDeliveryDate :'',
|
|
|
+ // endDeliveryDate : ''
|
|
|
// pageNo: '', // 初始页
|
|
|
// pageSize: '-1' // 每页显示条数
|
|
|
},
|
|
@@ -613,16 +615,10 @@ export default {
|
|
|
|
|
|
// 重置
|
|
|
searchReset() {
|
|
|
- this.queryParam.itemNumber = '';
|
|
|
- this.queryParam.smallPo = ''
|
|
|
- this.queryParam.account = '';
|
|
|
- this.queryParam.salesman = '';
|
|
|
+ this.queryParam = {}
|
|
|
// this.queryParam.customerName = '';
|
|
|
this.dateRange = [];
|
|
|
this.range = [];
|
|
|
- this.queryParam.flourOrGarment = '';
|
|
|
- this.queryParam.preDeliveryDateS = '';
|
|
|
- this.queryParam.preDeliveryDateE = '';
|
|
|
this.orderListData = []
|
|
|
this.selectedRowKeys = [];
|
|
|
this.selectedRows = [];
|