Browse Source

“阶段计划”改成“反馈周期”

wanyuan 10 months ago
parent
commit
4c69878618

+ 1 - 1
tc-service/tap-task/src/main/resources/META-INF/module/task/i18n/task_en.properties

@@ -16,7 +16,7 @@ task.my.to.do=My to-do
 task.new.draft=New
 task.personnel.information=Personnel information
 task.phase=Phase
-task.phase.plan=Phase plan
+task.phase.plan=Feedback cycle
 task.phase.requirements=Phase requirements
 task.reminder.record=Reminder record
 task.reported=Reported

+ 1 - 1
tc-service/tap-task/src/main/resources/META-INF/module/task/i18n/task_zh_CN.properties

@@ -17,7 +17,7 @@ task.my.to.do=\u6211\u7684\u5F85\u529E
 task.new.draft=\u65B0\u5EFA
 task.personnel.information=\u4EBA\u5458\u4FE1\u606F
 task.phase=\u9636\u6BB5
-task.phase.plan=\u9636\u6BB5\u8BA1\u5212
+task.phase.plan=\u53CD\u9988\u5468\u671F
 task.phase.requirements=\u9636\u6BB5\u8981\u6C42
 task.reminder.record=\u50AC\u529E\u8BB0\u5F55
 task.reported=\u5DF2\u6C47\u62A5

+ 1 - 1
tip-front/src/main/webapp/WEB-INF/pages/apps/project/projectPlain.html

@@ -36,7 +36,7 @@
 <!--							<template slot-scope="scope">{{ scope.row.phaseName }}</template>-->
 							<template slot-scope="scope"><span  :title=scope.row.phaseName  class="spanover">{{ scope.row.phaseName }}</span></template>
 						</el-table-column>
-						<el-table-column  label="阶段计划" width="300"  height="100" >
+						<el-table-column  label="反馈周期" width="300"  height="100" >
 							<template slot-scope="scope"><span  :title=scope.row.title  class="spanover">{{ scope.row.name }}</span></template>
 						</el-table-column>
 						<!-- 展开回收表格 -->

+ 1 - 1
tip-front/src/main/webapp/WEB-INF/pages/apps/qpm/config/newTask.html

@@ -82,7 +82,7 @@
                     <div class="mt-item-more" style="display: block;">
                         <div class="stage-wrap" go="./baseInfo.html">
                             <div class="stage-item moreNavText" index="0">基本信息</div>
-                            <div class="stage-item" index="1">阶段计划</div>
+                            <div class="stage-item" index="1">反馈周期</div>
                             <div class="stage-item" index="2">关联任务</div>
                         </div>
                     </div>

+ 1 - 1
tip-front/src/main/webapp/WEB-INF/pages/apps/task/phase/editPhase.html

@@ -49,7 +49,7 @@
 <input type="hidden" id="taskId" th:value="${taskId}">
 <div class="list_task">
     <div class="flex flex-lr flex-center mg-tb">
-        <span>阶段计划</span><!--阶段计划-->
+        <span>反馈周期</span><!--阶段计划-->
         <div class="btn-group" id="addTask">
             <div class="mt-dropdown mt-btn" id="addFrequency">
                 <input class="keep-value" type="hidden">

+ 1 - 1
tip-front/src/main/webapp/tc_suite/task/taskTarget/html/notice.html

@@ -27,7 +27,7 @@
 				</div>
 			</div>
 			<div class="StagePlan">
-				<div class="EsseinTittle">阶段计划</div>
+				<div class="EsseinTittle">反馈周期</div>
 				<div class="StagePlanContent">
 					<table cellspacing="0" cellpadding="0" class="StageTable">
 						<tr>

+ 1 - 1
tip-front/src/main/webapp/tc_suite/task/taskTarget/html/steadZero.jsp

@@ -89,7 +89,7 @@
 							</form>
 						</div>
 						<div class="StagePlan">
-							<div class="EsseinTittle">阶段计划</div>
+							<div class="EsseinTittle">反馈周期</div>
 							<div class="StagePlanContent">
 								<table id="frequencies" cellspacing="0" cellpadding="0" class="StageTable">
 									<thead>

+ 1 - 1
tip-front/src/main/webapp/tc_suite/taskmt/byType/newDraft.jsp

@@ -999,7 +999,7 @@
                                 <div class="stage-wrap">
                                     <div class="stage-item moreNavText anchor-title" index="1" link="1">基本信息</div>
 
-                                    <div id="phaseAnchor" need-hide="${needRegisterHidePhase or needHidePhase}" class="stage-item anchor-title <c:if test='${needRegisterHidePhase or needHidePhase}'>needHide</c:if>" index="2" link="2">阶段计划</div>
+                                    <div id="phaseAnchor" need-hide="${needRegisterHidePhase or needHidePhase}" class="stage-item anchor-title <c:if test='${needRegisterHidePhase or needHidePhase}'>needHide</c:if>" index="2" link="2">反馈周期</div>
 
                                     <c:if test="${displaySubTaskOnRegister}">
                                         <div class="stage-item anchor-title" index="3" link="3">子任务</div>

+ 2 - 2
tip-front/src/main/webapp/tc_suite/taskmt/byType/newDraft2.jsp

@@ -699,14 +699,14 @@
             </c:if>
             <div class="list_task" style="border: 1px solid #ccc;margin-top: 10px;border-bottom: none;">
                 <%--<ul>--%>
-                    <%--<li style="float:left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;color: #0088cc;border-bottom: 1px solid #0088cc;">阶段计划</li>--%>
+                    <%--<li style="float:left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;color: #0088cc;border-bottom: 1px solid #0088cc;">反馈周期</li>--%>
                     <%--&lt;%&ndash;<c:if test="${needSubTask}">&ndash;%&gt;--%>
                         <%--&lt;%&ndash;<li style="float: left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;">子任务</li>&ndash;%&gt;--%>
                     <%--&lt;%&ndash;</c:if>&ndash;%&gt;--%>
                     <%--<div style="clear: both;"></div>--%>
                 <%--</ul>--%>
                 <div class="titleTxt zk" data-sta="stage" style="margin-top: 0">
-                    <span class="titleNames">阶段计划<img src="${path}/tc_suite/taskmt/byType/images/report_h.png" alt="">
+                    <span class="titleNames">反馈周期<img src="${path}/tc_suite/taskmt/byType/images/report_h.png" alt="">
                     <img class="titleSj" src="${path}/tc_suite/taskmt/byType/images/left_sj.png" alt=""></span>
                     <img class="maxBtnUpImg arrowXZ" src="${path}/tc_suite/taskmt/byType/images/right.png" alt="">
                     <div class="blank">

+ 2 - 2
tip-front/src/main/webapp/tc_suite/taskmt/byType/newFuntionalDraft.jsp

@@ -700,14 +700,14 @@
             </c:if>
             <div class="list_task" style="border: 1px solid #ccc;margin-top: 10px;border-bottom: none; display: none;">
                 <%--<ul>--%>
-                    <%--<li style="float:left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;color: #0088cc;border-bottom: 1px solid #0088cc;">阶段计划</li>--%>
+                    <%--<li style="float:left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;color: #0088cc;border-bottom: 1px solid #0088cc;">反馈周期</li>--%>
                     <%--&lt;%&ndash;<c:if test="${needSubTask}">&ndash;%&gt;--%>
                         <%--&lt;%&ndash;<li style="float: left;line-height: 38px;width: 100px;text-align: center;font-size: 14px;color: #333333;cursor: pointer;">子任务</li>&ndash;%&gt;--%>
                     <%--&lt;%&ndash;</c:if>&ndash;%&gt;--%>
                     <%--<div style="clear: both;"></div>--%>
                 <%--</ul>--%>
                 <div class="titleTxt zk" data-sta="stage" style="margin-top: 0;display: none;">
-                    <span class="titleNames">阶段计划<img src="${path}/tc_suite/taskmt/byType/images/report_h.png" alt="">
+                    <span class="titleNames">反馈周期<img src="${path}/tc_suite/taskmt/byType/images/report_h.png" alt="">
                     <img class="titleSj" src="${path}/tc_suite/taskmt/byType/images/left_sj.png" alt=""></span>
                     <img class="maxBtnUpImg arrowXZ" src="${path}/tc_suite/taskmt/byType/images/right.png" alt="">
                     <div class="blank">

+ 1 - 1
tip-front/src/main/webapp/tc_suite/taskmt/byType/toSendUpTask.jsp

@@ -150,7 +150,7 @@
 				<c:choose>
 					<c:when test="${isTaskLeadUnit}">
 						<div class="flex flex-lr flex-center mg-tb">
-							<span>阶段计划</span><!--阶段计划-->
+							<span>反馈周期</span><!--阶段计划-->
 							<div class="btn-group" id="addTask">
 								<div class="mt-dropdown mt-btn" id="addFrequency">
 									<input class="keep-value" type="hidden">

+ 2 - 1
tip-front/src/main/webapp/tc_suite/taskmt/byType/useDataPackage.jsp

@@ -996,7 +996,8 @@
                             <div class="stage-wrap">
                                 <div class="stage-item moreNavText anchor-title" index="1" link="1">基本信息</div>
 
-                                <div id="phaseAnchor" need-hide="${needRegisterHidePhase or needHidePhase}" class="stage-item anchor-title <c:if test='${needRegisterHidePhase or needHidePhase}'>needHide</c:if>" index="2" link="2">阶段计划</div>
+                                <div id="phaseAnchor" need-hide="${needRegisterHidePhase or needHidePhase}"
+                                class="stage-item anchor-title <c:if test='${needRegisterHidePhase or needHidePhase}'>needHide</c:if>" index="2" link="2">反馈周期</div>
 
                                 <c:if test="${displaySubTaskOnRegister}">
                                     <div class="stage-item anchor-title" index="3" link="3">子任务</div>

+ 1 - 1
tip-front/src/main/webapp/tc_suite/taskmt/extBasicInfo_again.jsp

@@ -490,7 +490,7 @@
 			<div class="months_lenght" style="margin-bottom: 20px;">
 				<div class="months_lenght" style="margin-bottom: 20px;">
 					<ul class="months_title" style="background: #fff;margin: 0;border: 1px solid #d9d9d9;border-bottom: none;">
-						<li style="float: left;line-height: 38px;font-size: 14px;width: 100px;text-align: center;cursor: pointer;color: #0c94ff;border-bottom: 2px solid #0c94ff;">阶段计划</li>
+						<li style="float: left;line-height: 38px;font-size: 14px;width: 100px;text-align: center; cursor:pointer; color: #0c94ff;border-bottom: 2px solid #0c94ff;">反馈周期</li>
 						<%-- 子任务 Modifier: <Zhengyu.Hu> 2018/8/2 下午2:14 end. --%>
 						<div style="clear: both"></div>
 					</ul>