对账优化
This commit is contained in:
parent
8c30972d0a
commit
be67abacb2
|
@ -652,18 +652,18 @@ class Reckon extends Component {
|
|||
"pk_accasoa": [temp],
|
||||
// "pk_accountingbook":["1001A110000000001PFH"],
|
||||
// "pk_accasoa": ["1001A1100000000017L8"],
|
||||
"startyear": "2024",
|
||||
"endyear": "2024",
|
||||
"startperiod": "01",
|
||||
"endperiod":"10",
|
||||
"startdate": "2024-01-01",
|
||||
"enddate":"2024-10-31"
|
||||
// "startyear": periodData.presentYear,
|
||||
// "endyear": periodData.presentYear,
|
||||
// "startperiod": periodData.presentMonth,
|
||||
// "endperiod": periodData.presentMonth,
|
||||
// "startdate": periodData.presentYear + '-' + periodData.presentMonth + "-01",
|
||||
// "enddate": periodData.presentYear + '-' + periodData.presentMonth + '-' + enddate
|
||||
// "startyear": "2024",
|
||||
// "endyear": "2024",
|
||||
// "startperiod": "01",
|
||||
// "endperiod":"10",
|
||||
// "startdate": "2024-01-01",
|
||||
// "enddate":"2024-10-31"
|
||||
"startyear": periodData.presentYear,
|
||||
"endyear": periodData.presentYear,
|
||||
"startperiod": periodData.presentMonth,
|
||||
"endperiod": periodData.presentMonth,
|
||||
"startdate": periodData.presentYear + '-' + periodData.presentMonth + "-01",
|
||||
"enddate": periodData.presentYear + '-' + periodData.presentMonth + '-' + enddate
|
||||
}
|
||||
ajax({
|
||||
url: url,
|
||||
|
|
Loading…
Reference in New Issue