Bläddra i källkod

仓储费默认日期查询问题修改

lichao 3 år sedan
förälder
incheckning
e7b819a51f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 1 - 1
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1504,7 +1504,7 @@ export default {
     } else {
       nDay = 28
     }
-    this.queryParams.timeInterval2 = [lYear + '-' + lMonth + '-' + '01 00:00:00', nYear + '-' + nMonth + '-' + nDay + '23:59:59']
+    this.queryParams.timeInterval2 = [lYear + '-' + lMonth + '-' + '01', nYear + '-' + nMonth + '-' + nDay]
 
     this.getList();
     this.getDicts("tax_rate").then((response) => {