阿伏兔 преди 4 години
родител
ревизия
7da843e4dd
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      src/views/Warehousing/inStock/AddOrUpdate.vue
  2. 2 1
      src/views/reportManagement/whgenleg/index.vue

+ 1 - 1
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -5274,7 +5274,7 @@ export default {
                   ? "0" + date.getSeconds()
                   ? "0" + date.getSeconds()
                   : date.getSeconds();
                   : date.getSeconds();
               this.rkTime = hours + ":" + minutes;
               this.rkTime = hours + ":" + minutes;
-              this.lsTime = hours + ":" + minutes + ":" + seconds;
+              this.lsTime = hours + "" + minutes + "" + seconds;
               this.print_bzrkd = true;
               this.print_bzrkd = true;
             } else if (command == "h") {
             } else if (command == "h") {
               this.print_dk = true;
               this.print_dk = true;

+ 2 - 1
src/views/reportManagement/whgenleg/index.vue

@@ -49,7 +49,7 @@
       </el-form-item>
       </el-form-item>
       <el-form-item label="入库日期" prop="createTime">
       <el-form-item label="入库日期" prop="createTime">
         <el-date-picker
         <el-date-picker
-          v-model="queryParams.timeInterval"
+          v-model="queryParams.orgStorageDate"
           type="daterange"
           type="daterange"
           value-format="yyyy-MM-dd"
           value-format="yyyy-MM-dd"
           clearable
           clearable
@@ -434,6 +434,7 @@ export default {
         fCntrno: null,
         fCntrno: null,
         fStatus: null,
         fStatus: null,
         fMarks: null,
         fMarks: null,
+        orgStorageDate: null,
         fBusinessType: null,
         fBusinessType: null,
         fBusinessTypes: null,
         fBusinessTypes: null,
       },
       },