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