|
@@ -405,7 +405,7 @@ export default {
|
|
|
_self.filter.assetDecrease = 0;
|
|
_self.filter.assetDecrease = 0;
|
|
|
|
|
|
|
|
// 账套时间
|
|
// 账套时间
|
|
|
- _self.filter.depreciationStartDate2 = _self.assetInventory.accountDate;
|
|
|
|
|
|
|
+ _self.filter.depreciationStartDate2 = `${_self.assetInventory.accountDate} 00:00:00`;
|
|
|
|
|
|
|
|
var obj = {
|
|
var obj = {
|
|
|
organizationIds: organizationIds,
|
|
organizationIds: organizationIds,
|