gjy 3 years ago
parent
commit
9c109b1adb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/warehouse/warehouseManagementList.vue

+ 3 - 1
src/views/warehouse/warehouseManagementList.vue

@@ -398,6 +398,7 @@ export default {
        radio:3,
        startDate:"",
        endDate:"",
+       proportion:''
      },
      date: {
 					year: dayjs().format('YYYY'),
@@ -494,6 +495,7 @@ export default {
         }
         
       }else if(this.headerText == "打印记录"){
+        console.log(this.parameter.startDate)
         addselectinfoList({
         compId: localStorage.getItem('ws-pf_compId'),
         startDate:this.parameter.startDate,
@@ -1110,4 +1112,4 @@ export default {
   border-radius: 4px;
   padding-bottom: 20px;
 }
-</style>
+</style>