Commit bf45f4f7 authored by zhengke's avatar zhengke

修改

parent ffb45734
...@@ -533,7 +533,6 @@ ...@@ -533,7 +533,6 @@
this.getEmployee(); this.getEmployee();
}, },
mounted() { mounted() {
console.log("this.setingObj", this.setingObj)
this.changeBillMsg.Id = this.setingObj.Id; this.changeBillMsg.Id = this.setingObj.Id;
this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode; this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode;
if (this.setingObj.DataObj.ChangeType == 1) { if (this.setingObj.DataObj.ChangeType == 1) {
...@@ -552,7 +551,6 @@ ...@@ -552,7 +551,6 @@
} }
this.dataList.push(obj); this.dataList.push(obj);
}) })
console.log(this.dataList, 'datraList');
} }
} }
} }
...@@ -568,7 +566,6 @@ ...@@ -568,7 +566,6 @@
this.changeTitle = '取消上课变更' this.changeTitle = '取消上课变更'
this.dataList = this.setingObj.DataObj.NewChangePlanItemList this.dataList = this.setingObj.DataObj.NewChangePlanItemList
} }
console.log(this.setingObj.DataObj.OldChangePlanItemList);
}, },
methods: { methods: {
......
...@@ -518,7 +518,6 @@ ...@@ -518,7 +518,6 @@
this.getEmployee(); this.getEmployee();
}, },
mounted() { mounted() {
console.log("this.setingObj", this.setingObj)
this.changeBillMsg.Id = this.setingObj.Id; this.changeBillMsg.Id = this.setingObj.Id;
this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode; this.changeBillMsg.SpecialNode = this.setingObj.SpecialNode;
if (this.setingObj.DataObj.ChangeType == 1) { if (this.setingObj.DataObj.ChangeType == 1) {
...@@ -537,7 +536,6 @@ ...@@ -537,7 +536,6 @@
} }
this.dataList.push(obj); this.dataList.push(obj);
}) })
console.log(this.dataList, 'datraList');
} }
} }
} }
...@@ -553,7 +551,6 @@ ...@@ -553,7 +551,6 @@
this.changeTitle = '取消上课变更' this.changeTitle = '取消上课变更'
this.dataList = this.setingObj.DataObj.NewChangePlanItemList this.dataList = this.setingObj.DataObj.NewChangePlanItemList
} }
console.log(this.setingObj.DataObj.OldChangePlanItemList);
}, },
methods: { methods: {
......
...@@ -119,7 +119,9 @@ ...@@ -119,7 +119,9 @@
@success="refreshPage"> @success="refreshPage">
</stopbill-form> </stopbill-form>
<!-- 订单转班-查看 --> <!-- 订单转班-查看 -->
<ordertrans-form v-if="isShowClassTrans" :seting-obj="billObj" :showType="showType" @close="closeBillForm"></ordertrans-form> <ordertrans-form v-if="isShowClassTrans" :seting-obj="billObj" :showType="showType" @close="closeBillForm"
@success="refreshPage">
</ordertrans-form>
</div> </div>
</div> </div>
</template> </template>
...@@ -326,6 +328,9 @@ ...@@ -326,6 +328,9 @@
refreshPage() { refreshPage() {
this.isShowBillForm = false; this.isShowBillForm = false;
this.isShowChangeBillForm = false; this.isShowChangeBillForm = false;
this.isShowCreateBillForm = false;
this.isShowStopBillForm=false;
this.isShowClassTrans = false;
this.billObj = {}; this.billObj = {};
this.getStuBackBill(); this.getStuBackBill();
}, },
......
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