chenrui  2 năm trước cách đây
mục cha
commit
6604123871

+ 3 - 3
src/views/statisticalanalysis/domesticinbound/index.vue

@@ -61,7 +61,7 @@ export default {
       formItems: [
       formItems: [
         {
         {
           prop: "dateTime",
           prop: "dateTime",
-          inputType: "datetimerange",
+          inputType: "datePicker",
           clearable: true,
           clearable: true,
           width: "240px",
           width: "240px",
           options: [],
           options: [],
@@ -87,8 +87,8 @@ export default {
       this.tableData.data2 = [];
       this.tableData.data2 = [];
       let option = [
       let option = [
         {
         {
-          fd1: data.dateTime[0],
-          fd2: data.dateTime[1],
+          fd1: data.dateTime[0] + " 00:00:00",
+          fd2: data.dateTime[1] + " 23:59:59",
         },
         },
       ];
       ];
       this.getQuery(option, null);
       this.getQuery(option, null);