|
@@ -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>
|