You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

163 lines
5.5 KiB

  1. <?php
  2. /**
  3. *
  4. * ============================================================================
  5. * * 版权所有 蜘蛛出行 * *
  6. * 网站地址: http://www.zhizhuchuxing.com
  7. * ----------------------------------------------------------------------------
  8. * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
  9. * 使用;不允许对程序代码以任何形式任何目的的再发布。
  10. * ============================================================================
  11. * Author By: 傅冬荣
  12. * PhpStorm add_account.php
  13. * Create By 2017/03/01 15:21 $
  14. */
  15. use backend\modules\zzcs\assets\ZzcsAsset;
  16. use yii\helpers\Html;
  17. ZzcsAsset::addCss($this, '/account/css/add_account.css');
  18. ZzcsAsset::addCss($this, '/global/css/combo.select.css');
  19. ZzcsAsset::addScript($this, '/global/js/jquery.combo.select.js');
  20. ZzcsAsset::addScript($this, '/account/js/account_action.js');
  21. ZzcsAsset::addScript($this, '/plug/layer/layer.js');
  22. ?>
  23. <?php
  24. //echo '<pre>';
  25. //print_r($user_info);
  26. //echo '</pre>';
  27. //?>
  28. <div class="title_add"><?= Html::encode($this->title) ?></div>
  29. <div class="line_top"></div>
  30. <div class="content_header">基本信息</div>
  31. <table class="table_info">
  32. <tbody>
  33. <tr class="tr1">
  34. <td class="td1">
  35. <span class="necessary">*</span>
  36. 用户名:
  37. </td>
  38. <td class="td2">
  39. <input type="hidden" id="user_id" value="<?php echo $user_info['rows'][0]['id'];?>" />
  40. <input type="hidden" id="user_name" value="<?php echo $user_info['rows'][0]['user_name'];?>" />
  41. <?php echo $user_info['rows'][0]['user_name'];?>
  42. </td>
  43. </tr>
  44. <tr class="tr1">
  45. <td class="td1">
  46. <span class="necessary">*</span>
  47. 密码:
  48. </td>
  49. <td class="td2">
  50. <input type="text" id="pass_word"
  51. ?><span>&nbsp;若此处为空则不修改密码</span>
  52. </td>
  53. </tr>
  54. <tr class="tr2">
  55. <td class="td1">
  56. <span class="necessary">*</span>
  57. CS运营主体:
  58. </td>
  59. <td class="td2">
  60. <input type="hidden" id="corporation" value="<?php echo $user_info['rows'][0]['main_corp_id'];?>" />
  61. <?php echo $user_info['rows'][0]['corporation_name'];?>
  62. </td>
  63. </tr>
  64. <tr class="tr2">
  65. <td class="td1">
  66. <span class="necessary">*</span>
  67. FO运营主体:
  68. </td>
  69. <td class="td2">
  70. <input type="hidden" id="corporation2" value="<?php echo $user_info['rows'][0]['main_corp_id2'];?>" />
  71. <?php echo $user_info['rows'][0]['corporation_name2'];?>
  72. </td>
  73. </tr>
  74. <tr class="tr3">
  75. <td class="td1">
  76. <span class="necessary">*</span>
  77. 权限:
  78. </td>
  79. <td class="td2">
  80. <select id="user_role" class="select_line" style="width: 131px;" value="<?php echo $user_info['rows'][0]['user_role_id'];?>">
  81. <option></option>
  82. <?php foreach ($all_role["all_user_role"] as $key => $vel) {
  83. if( $main_corp_id > 1 && $vel["user_role_id"] <= 1 ) {
  84. continue;
  85. }
  86. ?>
  87. <option value="<?php echo $vel['user_role_id']; ?>" <?php if($user_info['rows'][0]['user_role_id'] == $vel['user_role_id']){echo 'selected';}?>><?php echo $vel['user_role']; ?></option>
  88. <?php } ?>
  89. </select>
  90. </td>
  91. </tr>
  92. <tr class="tr4">
  93. <td class="td1">
  94. <span class="necessary">*</span>
  95. 姓名:
  96. </td>
  97. <td class="td2">
  98. <input type="text" id="true_name" value="<?php echo $user_info['rows'][0]['true_name'];?>"
  99. ?>
  100. </td>
  101. </tr>
  102. <tr class="tr5">
  103. <td class="td1">
  104. <span class="necessary">*</span>
  105. 电话:
  106. </td>
  107. <td class="td2">
  108. <input type="text" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" id="phone_no" style="width: 148px" value="<?php echo $user_info['rows'][0]['phone_no'];?>"
  109. ?>
  110. </td>
  111. </tr>
  112. <tr class="tr5">
  113. <td class="td1">
  114. <span class="necessary">*</span>
  115. 运营负责人:
  116. </td>
  117. <td class="td2">
  118. <label><input name="is_run_duty" type="radio" value="0" style="width:30px" <?php if($user_info['rows'][0]['is_run_duty'] == '0'){ echo 'checked="checked"';}?>/>否 </label>
  119. <label><input name="is_run_duty" type="radio" value="1" style="width:30px" <?php if($user_info['rows'][0]['is_run_duty'] == '1'){ echo 'checked="checked"';}?>/>是 </label>
  120. </td>
  121. </tr>
  122. <tr class="tr5">
  123. <td class="td1">
  124. <span class="necessary">*</span>
  125. 状态:
  126. </td>
  127. <td class="td2">
  128. <label><input name="status" type="radio" value="0" style="width:30px" <?php if($user_info['rows'][0]['cancel_flag'] == '0'){ echo 'checked="checked"';}?>/>有效 </label>
  129. <label><input name="status" type="radio" value="1" style="width:30px" <?php if($user_info['rows'][0]['cancel_flag'] == '1'){ echo 'checked="checked"';}?>/>无效 </label>
  130. </td>
  131. </tr>
  132. </tbody>
  133. </table>
  134. <div class="opera_btn">
  135. <!-- 添加/修改-->
  136. <span class="btn-primary" id="update_driver"
  137. onclick="updateAccount()"
  138. >确定
  139. </span>
  140. <span class="btn-primary" id="add_range" onclick="window.top.close();">
  141. 取消
  142. </span>
  143. </div>