Преглед на файлове

修改盘点日期格式

liuyanpeng преди 2 години
родител
ревизия
52f688c722
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/customer/AssetInventoryOverallSearch.vue

+ 1 - 1
src/components/customer/AssetInventoryOverallSearch.vue

@@ -520,7 +520,7 @@ export default {
     clearFilter: function () {
       this.filter.assetDecrease = 0;
       // 账套时间
-      this.filter.depreciationStartDate2 = this.assetInventory.accountDate;
+      this.filter.depreciationStartDate2 = `${this.assetInventory.accountDate} 00:00:00`;
       this.initTreeData();
       this.getAssetInstance();
     },