goBack.html 1.2 KB

123456789101112131415161718192021
  1. <div style="padding: 10px 20px; font-size:14px;
  2. height: 100%;
  3. box-sizing: border-box!important;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: space-between;">
  7. <div style="height: 30px; line-height: 30px; font-weight: bold">{{$.lp.goBackActivity}}</div>
  8. <div class="activesArea" style="height: inherit; overflow: auto;"></div>
  9. <!-- <div style="height: 30px; line-height: 30px;font-weight: bold;">{{$.lp.goBackActivityWay}}</div>-->
  10. <!-- <div style="">-->
  11. <!-- <label style='cursor: pointer'><input type='radio' checked name='"+activity.activity+"goBackWay' value='step'/>按流程配置正常流转</label>-->
  12. <!-- <label style='cursor: pointer'><input type='radio' name='"+activity.activity+"goBackWay' value='jump'/>直接回到退回人</label>-->
  13. <!-- </div>-->
  14. <div style="height: 30px; line-height: 30px;font-weight: bold; margin-top: 10px">{{$.lp.addTaskOpinion}}</div>
  15. <div style="">
  16. <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>
  17. </div>
  18. </div>