|
@@ -273,7 +273,7 @@ export default {
|
|
this.queryParam.expenseDate = dateString
|
|
this.queryParam.expenseDate = dateString
|
|
},
|
|
},
|
|
custChange (val) {
|
|
custChange (val) {
|
|
- this.queryParam.buyerSn = val.key
|
|
|
|
|
|
+ this.queryParam.splitObjSn = val.key
|
|
},
|
|
},
|
|
disabledDate (current) {
|
|
disabledDate (current) {
|
|
return current && current > moment().endOf('day')
|
|
return current && current > moment().endOf('day')
|