-
-
diff --git a/src/views/emis/emisTmsTransPlan/planDtlPanel.vue b/src/views/emis/emisTmsTransPlan/planDtlPanel.vue
index 6c61c0ff..ca13948e 100644
--- a/src/views/emis/emisTmsTransPlan/planDtlPanel.vue
+++ b/src/views/emis/emisTmsTransPlan/planDtlPanel.vue
@@ -65,7 +65,7 @@
-
+
@@ -223,11 +223,11 @@ export default {
methods: {
initData() {
this.reset();
- if(this.planId!=null){
- this.getList();
- }else{
- this.emisTmsTransPlanDtlList=[];
- }
+ if(this.planId!=null){
+ this.getList();
+ }else{
+ this.emisTmsTransPlanDtlList=[];
+ }
},
// 选择网点
handleSelectSite(){
@@ -316,7 +316,8 @@ export default {
this.title = "新增节点";
const orderNum=this.emisTmsTransPlanDtlList.length+1;
this.form.orderNum=orderNum;
- if(orderNum>1){
+ this.form.destSiteCode=null;
+ // if(orderNum>1){
// 获取上一条数据
// const [lastData]= this.emisTmsTransPlanDtlList.slice(-1);
// console.log(lastData);
@@ -324,7 +325,7 @@ export default {
// this.form.destSiteCode=null;
// this.form.transType=lastData.transType;
// this.form.estCostDay=1;
- }
+ // }
},