123456789101112131415161718192021 |
- <div style="padding: 10px 20px; font-size:14px;
- height: 100%;
- box-sizing: border-box!important;
- display: flex;
- flex-direction: column;
- justify-content: space-between;">
- <div style="height: 30px; line-height: 30px; font-weight: bold">{{$.lp.goBackActivity}}</div>
- <div class="activesArea" style="height: inherit; overflow: auto;"></div>
- <!-- <div style="height: 30px; line-height: 30px;font-weight: bold;">{{$.lp.goBackActivityWay}}</div>-->
- <!-- <div style="">-->
- <!-- <label style='cursor: pointer'><input type='radio' checked name='"+activity.activity+"goBackWay' value='step'/>按流程配置正常流转</label>-->
- <!-- <label style='cursor: pointer'><input type='radio' name='"+activity.activity+"goBackWay' value='jump'/>直接回到退回人</label>-->
- <!-- </div>-->
- <div style="height: 30px; line-height: 30px;font-weight: bold; margin-top: 10px">{{$.lp.addTaskOpinion}}</div>
- <div style="">
- <textarea class="addTask_opinion" style="width: 95%; padding:5px; overflow:auto; height: 60px; border-radius: 10px; border: 1px solid #DEDEDE;" type="text" id="resetWork_opinion"></textarea>
- </div>
- </div>
|