Commit f17e533e authored by 黄媛媛's avatar 黄媛媛

update

parent f9039814
...@@ -616,10 +616,10 @@ ...@@ -616,10 +616,10 @@
} }
if(this.$route.query.type){ if(this.$route.query.type){
if(this.$route.query.type==1){ if(this.$route.query.type==1){
this.msg.CreateBy =1; this.msg.CreateBy =this.$route.query.EmployeeId;
} }
if(this.$route.query.type==2){ if(this.$route.query.type==2){
this.msg.CreateBy =2; this.msg.UpdateBy =this.$route.query.EmployeeId;
} }
} }
var id = this.$route.query.ID; var id = this.$route.query.ID;
......
...@@ -616,10 +616,10 @@ ...@@ -616,10 +616,10 @@
} }
if(this.$route.query.type){ if(this.$route.query.type){
if(this.$route.query.type==1){ if(this.$route.query.type==1){
this.msg.CreateBy =1; this.msg.CreateBy =this.$route.query.EmployeeId;
} }
if(this.$route.query.type==2){ if(this.$route.query.type==2){
this.msg.CreateBy =2; this.msg.UpdateBy =this.$route.query.EmployeeId;
} }
} }
var id = this.$route.query.ID; var id = this.$route.query.ID;
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
v-model="dateList" v-model="dateList"
type="daterange" type="daterange"
range-separator="至" range-separator="至"
value-format="yyyy-MM-dd"
start-placeholder="开始日期" start-placeholder="开始日期"
end-placeholder="结束日期"> end-placeholder="结束日期">
</el-date-picker> </el-date-picker>
...@@ -111,7 +112,7 @@ ...@@ -111,7 +112,7 @@
<th>观看次数</th> <th>观看次数</th>
<th>线路</th> <th>线路</th>
<th>视频状态</th> <th>视频状态</th>
<th>公司</th> <th>姓名</th>
<th>时间</th> <th>时间</th>
</tr> </tr>
<tr v-for="(item, index) in DataList" :key="index" > <tr v-for="(item, index) in DataList" :key="index" >
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
v-model="dateList" v-model="dateList"
type="daterange" type="daterange"
range-separator="至" range-separator="至"
value-format="yyyy-MM-dd"
start-placeholder="开始日期" start-placeholder="开始日期"
end-placeholder="结束日期"> end-placeholder="结束日期">
</el-date-picker> </el-date-picker>
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
<el-date-picker <el-date-picker
v-model="dateList" v-model="dateList"
type="daterange" type="daterange"
value-format="yyyy-MM-dd"
range-separator="至" range-separator="至"
start-placeholder="开始日期" start-placeholder="开始日期"
end-placeholder="结束日期"> end-placeholder="结束日期">
...@@ -244,6 +245,7 @@ export default { ...@@ -244,6 +245,7 @@ export default {
StatisticsSTime:StartTime, StatisticsSTime:StartTime,
StatisticsETime:EndTime, StatisticsETime:EndTime,
type:this.msg.Type, type:this.msg.Type,
EmployeeId:item.EmployeeId,
blank: "y", blank: "y",
tab: "" tab: ""
} }
......
...@@ -597,10 +597,10 @@ ...@@ -597,10 +597,10 @@
} }
if(this.$route.query.type){ if(this.$route.query.type){
if(this.$route.query.type==1){ if(this.$route.query.type==1){
this.msg.CreateBy =1; this.msg.CreateBy =this.$route.query.EmployeeId;
} }
if(this.$route.query.type==2){ if(this.$route.query.type==2){
this.msg.CreateBy =2; this.msg.UpdateBy =this.$route.query.EmployeeId;
} }
} }
var id = this.$route.query.ID; var id = this.$route.query.ID;
......
...@@ -3906,7 +3906,7 @@ export default { ...@@ -3906,7 +3906,7 @@ export default {
name: 'GroundingStatistics', name: 'GroundingStatistics',
component: resolve => require(['@/components/dmc/manager/GroundingStatistics'], resolve), component: resolve => require(['@/components/dmc/manager/GroundingStatistics'], resolve),
meta: { meta: {
title: '收损订单' title: '地接资料统计'
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment