|
@@ -124,9 +124,9 @@
|
124
|
124
|
<table-data ref="tableData" :week-time="activeName" :partitions-prop="partitions"
|
125
|
125
|
:schedule-zone-row-prop="scheduleZoneRow"
|
126
|
126
|
:schedule-zone-prop="scheduleZone" title="" @event1="changePartition"
|
127
|
|
- @event2="changeSchedule" @event3="changeWeekDay" @guanliu_show="guanliu" v-show="showtableOne">
|
|
127
|
+ @event2="changeSchedule" @event3="changeWeekDay" @event6="changeScheduleType" @guanliu_show="guanliu" v-show="showtableOne">
|
128
|
128
|
</table-data>
|
129
|
|
- <!-- @event6="changeScheduleType" -->
|
|
129
|
+ <!-- -->
|
130
|
130
|
</div>
|
131
|
131
|
<!-- 编辑 -->
|
132
|
132
|
<edit-table-data ref="edittableData" :week-time="activeName" :partitions-prop="partitions"
|
|
@@ -1332,8 +1332,8 @@ export default {
|
1332
|
1332
|
} else if (this.activeName == 'nextTwoWeek') {
|
1333
|
1333
|
date = date + 14 * 24 * 60 * 60 * 1000
|
1334
|
1334
|
}
|
|
1335
|
+ console.log('3333333',this.partition_id,this.activeName,this.week_date);
|
1335
|
1336
|
this.$router.push({path: '/scheduleTablePrintSix?partition_id=' + this.partition_id + "&weekTime=" + this.activeName+"&week_date="+this.week_date+"&schedule_type="+this.schedule_type})
|
1336
|
|
-
|
1337
|
1337
|
},
|
1338
|
1338
|
isShow() {
|
1339
|
1339
|
let isShow = false
|
|
@@ -4898,7 +4898,7 @@ export default {
|
4898
|
4898
|
|
4899
|
4899
|
changeScheduleType(val){
|
4900
|
4900
|
// console.log('444444');
|
4901
|
|
- // this.schedule_type = val
|
|
4901
|
+ this.schedule_type = val
|
4902
|
4902
|
},
|
4903
|
4903
|
|
4904
|
4904
|
changeWeek(val) {
|