|
@@ -141,6 +141,8 @@ export default {
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
endDate: getDate.getCurrMonthDays().endtime,
|
|
allocateReturnNo: '',
|
|
allocateReturnNo: '',
|
|
targetName: '',
|
|
targetName: '',
|
|
|
|
+ costTypeSn: undefined,
|
|
|
|
+ allocateSortSn: undefined,
|
|
allocateReturnTypeSn: undefined,
|
|
allocateReturnTypeSn: undefined,
|
|
targetType: undefined,
|
|
targetType: undefined,
|
|
subareaSn: undefined
|
|
subareaSn: undefined
|
|
@@ -198,8 +200,8 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
changeAllocatype (val, opts) {
|
|
changeAllocatype (val, opts) {
|
|
this.allocateTypeVal = val || []
|
|
this.allocateTypeVal = val || []
|
|
- // this.queryParam.costTypeSn = val && val[0] ? val[0] : ''
|
|
|
|
- // this.queryParam.allocateSortSn = val && val[1] ? val[1] : ''
|
|
|
|
|
|
+ this.queryParam.costTypeSn = val && val[0] ? val[0] : ''
|
|
|
|
+ this.queryParam.allocateSortSn = val && val[1] ? val[1] : ''
|
|
this.queryParam.allocateReturnTypeSn = val && val[2] ? val[2] : ''
|
|
this.queryParam.allocateReturnTypeSn = val && val[2] ? val[2] : ''
|
|
},
|
|
},
|
|
// 导出
|
|
// 导出
|
|
@@ -266,6 +268,8 @@ export default {
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
this.queryParam.endDate = getDate.getCurrMonthDays().endtime
|
|
this.queryParam.allocateReturnNo = ''
|
|
this.queryParam.allocateReturnNo = ''
|
|
this.queryParam.targetName = ''
|
|
this.queryParam.targetName = ''
|
|
|
|
+ this.queryParam.costTypeSn = undefined
|
|
|
|
+ this.queryParam.allocateSortSn = undefined
|
|
this.queryParam.allocateReturnTypeSn = undefined
|
|
this.queryParam.allocateReturnTypeSn = undefined
|
|
this.queryParam.targetType = undefined
|
|
this.queryParam.targetType = undefined
|
|
this.queryParam.subareaSn = undefined
|
|
this.queryParam.subareaSn = undefined
|