gjy 3 年之前
父节点
当前提交
9c109b1adb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/warehouse/warehouseManagementList.vue

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

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