- 将需求加入还是移出迭代 【{{xmIteration.iterationName}}】?
+ 将需求加入还是移出迭代 【{{filters.iteration.iterationName}}】?
移出
加入
@@ -1012,7 +1012,7 @@
}
var params={
menuIds:this.sels.map(i=>i.menuId),
- iterationId:this.xmIteration.id
+ iterationId:this.filters.iteration.id
}
batchDelXmIterationMenu(params).then(res=>{
var tips =res.data.tips;
@@ -1029,7 +1029,7 @@
}
var params={
menuIds:this.sels.map(i=>i.menuId),
- iterationId:this.xmIteration.id
+ iterationId:this.filters.iteration.id
}
batchAddXmIterationMenu(params).then(res=>{
var tips =res.data.tips;
diff --git a/src/views/xm/core/xmProduct/XmProductInfo.vue b/src/views/xm/core/xmProduct/XmProductInfo.vue
index 95aa2134..69334ef4 100644
--- a/src/views/xm/core/xmProduct/XmProductInfo.vue
+++ b/src/views/xm/core/xmProduct/XmProductInfo.vue
@@ -151,7 +151,7 @@
-
+
@@ -210,7 +210,7 @@
import xmMenuWithPlan from '../xmMenu/XmMenuWithPlan';
import xmProjectStateMng from '../xmProjectState/XmProjectStateMng';
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng';
- import XmIterationForProjectComplex from '../xmIteration/XmIterationForProjectComplex.vue';
+ import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue';
import XmProductOverviewComplex from '../xmProduct/XmProductOverviewComplex.vue';
import XmProductForProjectComplex from './XmProductForProjectComplex.vue';
import XmProjectForLink from '../xmProject/XmProjectForLink.vue';
@@ -437,7 +437,7 @@ import XmProjectForLink from '../xmProject/XmProjectForLink.vue';
xmProjectStateMng,
xmTestCaseExecMng,
xmGroupSelect,
- XmIterationForProjectComplex,
+ XmIterationForLinkComplex,
XmProductOverviewComplex,
XmProductForProjectComplex,
XmProjectComplex,
diff --git a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
index 13d1de3b..0b8f7aa5 100644
--- a/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
+++ b/src/views/xm/core/xmProduct/XmProductOverviewComplex.vue
@@ -8,10 +8,10 @@
产品详情
- 配置可见迭代
+ 配置关联迭代
- 配置可见项目
+ 配置关联项目
执行数据汇总计划
diff --git a/src/views/xm/core/xmProject/XmProjectEdit.vue b/src/views/xm/core/xmProject/XmProjectEdit.vue
index 465071f6..96ed0fa0 100644
--- a/src/views/xm/core/xmProject/XmProjectEdit.vue
+++ b/src/views/xm/core/xmProject/XmProjectEdit.vue
@@ -615,9 +615,9 @@
}else if(bizKey=="xm_project_delay_approva"){
//延期审核
params.mainTitle='关于项目【'+row.name+"】延期的审批申请";
- params.mainContext='项目编号:'+row.code+','+'项目名称:'+row.name+',项目结束时间由'+this.selProject.endTime+'变更为:'+row.endTime+',此次变更不涉及预算调整';
+ params.mainContext='项目编号:'+row.code+','+'项目名称:'+row.name+',项目结束时间由'+this.selProject.endTime+'变更为:'+this.dateRanger[1]+',此次变更不涉及预算调整';
params.restUrl=config.getXmBasePath()+"/xm/core/xmProject/processApprova";
- params.flowVars.data.endTime=row.endTime
+ params.flowVars.data.endTime=this.dateRanger[1]
//this.html2canvas(document.querySelector(".editForm"),row,params);
this.$router.push({name:'ProcdefListForBizStart',params:params});
}else if(bizKey=="xm_project_start_approva"){
diff --git a/src/views/xm/core/xmProject/XmProjectInfo.vue b/src/views/xm/core/xmProject/XmProjectInfo.vue
index 73dfeadf..7d392f58 100644
--- a/src/views/xm/core/xmProject/XmProjectInfo.vue
+++ b/src/views/xm/core/xmProject/XmProjectInfo.vue
@@ -132,7 +132,7 @@
-
+
@@ -185,7 +185,7 @@
import xmMenuWithPlan from '../xmMenu/XmMenuWithPlan';
import xmProjectStateMng from '../xmProjectState/XmProjectStateMng';
import xmTestCaseExecMng from '../xmTestCaseExec/XmTestCaseExecMng';
- import XmIterationForProjectComplex from '../xmIteration/XmIterationForProjectComplex.vue';
+ import XmIterationForLinkComplex from '../xmIteration/XmIterationForLinkComplex.vue';
import XmProjectOverviewComplex from './XmProjectOverviewComplex.vue';
import XmProductForProjectComplex from '../xmProduct/XmProductForProjectComplex.vue';
@@ -412,7 +412,7 @@
xmProjectStateMng,
xmTestCaseExecMng,
xmGroupSelect,
- XmIterationForProjectComplex,
+ XmIterationForLinkComplex,
XmProjectOverviewComplex,
XmProductForProjectComplex,
//在下面添加其它组件
diff --git a/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue b/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
index d504b2d2..952bffe7 100644
--- a/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
+++ b/src/views/xm/core/xmProject/XmProjectOverviewComplex.vue
@@ -43,7 +43,7 @@
-
+