0ba63bf90cacdfd699a797ebb8d2b8fd.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. <?php /*a:2:{s:70:"D:\phpstudy_pro\WWW\caiping\app\admin\view\field\fieldcompany\add.html";i:1723541257;s:59:"D:\phpstudy_pro\WWW\caiping\app\admin\view\common\base.html";i:1723541257;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
  10. <script src="/static/dist/xm-select.js"></script>
  11. <link rel="mobile-prefetch" href=""/>
  12. <title><?php echo get_system_config('web','admin_title'); ?></title>
  13. <meta name="keywords" content="<?php echo get_system_config('web','keywords'); ?>"/>
  14. <meta name="description" content="<?php echo get_system_config('web','desc'); ?>"/>
  15. <link rel="stylesheet" href="/static/assets/gougu/css/gougu.css?v=<?php echo get_system_config('web','version'); ?>" media="all">
  16. <style>
  17. .footer{
  18. width: 100%;
  19. height: 25px;
  20. text-align: center;
  21. position: fixed;
  22. bottom: 0;
  23. }
  24. </style>
  25. </head>
  26. <body class="main-body">
  27. <!-- 主体 -->
  28. <form class="layui-form p-4">
  29. <?php if($id == 0): ?>
  30. <div class="layui-form-bar">
  31. <h3 class="pb-3">属性设置</h3>
  32. </div>
  33. <table class="layui-table layui-table-form">
  34. <tr>
  35. <td class="layui-td-gray">可见范围</td>
  36. <td>
  37. <input type="radio" name="see_auth" value="1" title="全部-可查看可编辑" checked>
  38. <input type="radio" name="see_auth" value="2" title="全部-可查看">
  39. <input type="radio" name="see_auth" value="0" title="与自己有关">
  40. </td>
  41. </tr>
  42. <tr>
  43. <td class="layui-td-gray">项目状态</td>
  44. <td>
  45. <input type="radio" name="project_status" value="1" title="可见" checked>
  46. <input type="radio" name="project_status" value="0" title="不可见">
  47. <input type="radio" name="project_status_edit" value="1" title="可编辑" checked>
  48. <input type="radio" name="project_status_edit" value="0" title="不可编辑">
  49. </td>
  50. <td class="layui-td-gray">项目编号</td>
  51. <td>
  52. <input type="radio" name="project_num" value="1" title="可见" checked>
  53. <input type="radio" name="project_num" value="0" title="不可见">
  54. <input type="radio" name="project_num_edit" value="1" title="可编辑" checked>
  55. <input type="radio" name="project_num_edit" value="0" title="不可编辑">
  56. </td>
  57. <td class="layui-td-gray">项目名称</td>
  58. <td>
  59. <input type="radio" name="project_name" value="1" title="可见" checked>
  60. <input type="radio" name="project_name" value="0" title="不可见">
  61. <input type="radio" name="project_name_edit" value="1" title="可编辑" checked>
  62. <input type="radio" name="project_name_edit" value="0" title="不可编辑">
  63. </td>
  64. </tr>
  65. <tr>
  66. <td class="layui-td-gray">项目周期</td>
  67. <td>
  68. <input type="radio" name="project_time" value="1" title="可见" checked>
  69. <input type="radio" name="project_time" value="0" title="不可见">
  70. <input type="radio" name="project_time_edit" value="1" title="可编辑" checked>
  71. <input type="radio" name="project_time_edit" value="0" title="不可编辑">
  72. </td>
  73. </tr>
  74. <tr>
  75. <td class="layui-td-gray">委托单位</td>
  76. <td>
  77. <input type="radio" name="entrust_unit" value="1" title="可见" checked>
  78. <input type="radio" name="entrust_unit" value="0" title="不可见">
  79. <input type="radio" name="entrust_unit_edit" value="1" title="可编辑" checked>
  80. <input type="radio" name="entrust_unit_edit" value="0" title="不可编辑">
  81. </td>
  82. <td class="layui-td-gray">委托单位负责人</td>
  83. <td>
  84. <input type="radio" name="entrust_head" value="1" title="可见" checked>
  85. <input type="radio" name="entrust_head" value="0" title="不可见">
  86. <input type="radio" name="entrust_head_edit" value="1" title="可编辑" checked>
  87. <input type="radio" name="entrust_head_edit" value="0" title="不可编辑">
  88. </td>
  89. <td class="layui-td-gray">委托单位负责人电话</td>
  90. <td>
  91. <input type="radio" name="entrust_phone" value="1" title="可见" checked>
  92. <input type="radio" name="entrust_phone" value="0" title="不可见">
  93. <input type="radio" name="entrust_phone_edit" value="1" title="可编辑" checked>
  94. <input type="radio" name="entrust_phone_edit" value="0" title="不可编辑">
  95. </td>
  96. </tr>
  97. <tr>
  98. <td class="layui-td-gray">评审单位</td>
  99. <td>
  100. <input type="radio" name="review_unit" value="1" title="可见" checked>
  101. <input type="radio" name="review_unit" value="0" title="不可见">
  102. <input type="radio" name="review_unit_edit" value="1" title="可编辑" checked>
  103. <input type="radio" name="review_unit_edit" value="0" title="不可编辑">
  104. </td>
  105. <td class="layui-td-gray">评审单位联系人</td>
  106. <td>
  107. <input type="radio" name="review_head" value="1" title="可见" checked>
  108. <input type="radio" name="review_head" value="0" title="不可见">
  109. <input type="radio" name="review_head_edit" value="1" title="可编辑" checked>
  110. <input type="radio" name="review_head_edit" value="0" title="不可编辑">
  111. </td>
  112. <td class="layui-td-gray">评审单位联系人电话</td>
  113. <td>
  114. <input type="radio" name="review_head_phone" value="1" title="可见" checked>
  115. <input type="radio" name="review_head_phone" value="0" title="不可见">
  116. <input type="radio" name="review_head_phone_edit" value="1" title="可编辑" checked>
  117. <input type="radio" name="review_head_phone_edit" value="0" title="不可编辑">
  118. </td>
  119. </tr>
  120. <tr>
  121. <td class="layui-td-gray">送审单位</td>
  122. <td>
  123. <input type="radio" name="sent_review_unit" value="1" title="可见" checked>
  124. <input type="radio" name="sent_review_unit" value="0" title="不可见">
  125. <input type="radio" name="sent_review_unit_edit" value="1" title="可编辑" checked>
  126. <input type="radio" name="sent_review_unit_edit" value="0" title="不可编辑">
  127. </td>
  128. <td class="layui-td-gray">送审单位联系人</td>
  129. <td>
  130. <input type="radio" name="sent_review_head" value="1" title="可见" checked>
  131. <input type="radio" name="sent_review_head" value="0" title="不可见">
  132. <input type="radio" name="sent_review_head_edit" value="1" title="可编辑" checked>
  133. <input type="radio" name="sent_review_head_edit" value="0" title="不可编辑">
  134. </td>
  135. <td class="layui-td-gray">送审单位联系人电话</td>
  136. <td>
  137. <input type="radio" name="sent_review_phone" value="1" title="可见" checked>
  138. <input type="radio" name="sent_review_phone" value="0" title="不可见">
  139. <input type="radio" name="sent_review_phone_edit" value="1" title="可编辑" checked>
  140. <input type="radio" name="sent_review_phone_edit" value="0" title="不可编辑">
  141. </td>
  142. </tr>
  143. <tr>
  144. <td class="layui-td-gray">项目规模</td>
  145. <td>
  146. <input type="radio" name="project_scale" value="1" title="可见" checked>
  147. <input type="radio" name="project_scale" value="0" title="不可见">
  148. <input type="radio" name="project_scale_edit" value="1" title="可编辑" checked>
  149. <input type="radio" name="project_scale_edit" value="0" title="不可编辑">
  150. </td>
  151. <td class="layui-td-gray">项目区域</td>
  152. <td>
  153. <input type="radio" name="project_region" value="1" title="可见" checked>
  154. <input type="radio" name="project_region" value="0" title="不可见">
  155. <input type="radio" name="project_region_edit" value="1" title="可编辑" checked>
  156. <input type="radio" name="project_region_edit" value="0" title="不可编辑">
  157. </td>
  158. </tr>
  159. <tr>
  160. <td class="layui-td-gray">工程类别</td>
  161. <td>
  162. <input type="radio" name="engineering_category" value="1" title="可见" checked>
  163. <input type="radio" name="engineering_category" value="0" title="不可见">
  164. <input type="radio" name="engineering_category_edit" value="1" title="可编辑" checked>
  165. <input type="radio" name="engineering_category_edit" value="0" title="不可编辑">
  166. </td>
  167. <td class="layui-td-gray">工程类型</td>
  168. <td>
  169. <input type="radio" name="engineering_type" value="1" title="可见" checked>
  170. <input type="radio" name="engineering_type" value="0" title="不可见">
  171. <input type="radio" name="engineering_type_edit" value="1" title="可编辑" checked>
  172. <input type="radio" name="engineering_type_edit" value="0" title="不可编辑">
  173. </td>
  174. <td class="layui-td-gray">财政性质</td>
  175. <td>
  176. <input type="radio" name="fiscal_nature" value="1" title="可见" checked>
  177. <input type="radio" name="fiscal_nature" value="0" title="不可见">
  178. <input type="radio" name="fiscal_nature_edit" value="1" title="可编辑" checked>
  179. <input type="radio" name="fiscal_nature_edit" value="0" title="不可编辑">
  180. </td>
  181. </tr>
  182. <tr>
  183. <td class="layui-td-gray">送审服务费</td>
  184. <td>
  185. <input type="radio" name="sent_review_cost" value="1" title="可见" checked>
  186. <input type="radio" name="sent_review_cost" value="0" title="不可见">
  187. <input type="radio" name="sent_review_cost_edit" value="1" title="可编辑" checked>
  188. <input type="radio" name="sent_review_cost_edit" value="0" title="不可编辑">
  189. </td>
  190. <td class="layui-td-gray">编制金额</td>
  191. <td>
  192. <input type="radio" name="preparation_amount" value="1" title="可见" checked>
  193. <input type="radio" name="preparation_amount" value="0" title="不可见">
  194. <input type="radio" name="preparation_amount_edit" value="1" title="可编辑" checked>
  195. <input type="radio" name="preparation_amount_edit" value="0" title="不可编辑">
  196. </td>
  197. <td class="layui-td-gray">送审金额</td>
  198. <td>
  199. <input type="radio" name="sent_review_amount" value="1" title="可见" checked>
  200. <input type="radio" name="sent_review_amount" value="0" title="不可见">
  201. <input type="radio" name="sent_review_amount_edit" value="1" title="可编辑" checked>
  202. <input type="radio" name="sent_review_amount_edit" value="0" title="不可编辑">
  203. </td>
  204. </tr>
  205. <tr>
  206. <td class="layui-td-gray">审定金额</td>
  207. <td>
  208. <input type="radio" name="authorize_amount" value="1" title="可见" checked>
  209. <input type="radio" name="authorize_amount" value="0" title="不可见">
  210. <input type="radio" name="authorize_amount_edit" value="1" title="可编辑" checked>
  211. <input type="radio" name="authorize_amount_edit" value="0" title="不可编辑">
  212. </td>
  213. <td class="layui-td-gray">审增减额</td>
  214. <td>
  215. <input type="radio" name="review_add_reduce_amount" value="1" title="可见" checked>
  216. <input type="radio" name="review_add_reduce_amount" value="0" title="不可见">
  217. <input type="radio" name="review_add_reduce_amount_edit" value="1" title="可编辑" checked>
  218. <input type="radio" name="review_add_reduce_amount_edit" value="0" title="不可编辑">
  219. </td>
  220. <td class="layui-td-gray">审增减率</td>
  221. <td>
  222. <input type="radio" name="review_add_reduce_rate" value="1" title="可见" checked>
  223. <input type="radio" name="review_add_reduce_rate" value="0" title="不可见">
  224. <input type="radio" name="review_add_reduce_rate_edit" value="1" title="可编辑" checked>
  225. <input type="radio" name="review_add_reduce_rate_edit" value="0" title="不可编辑">
  226. </td>
  227. </tr>
  228. <tr>
  229. <td class="layui-td-gray">报告时间</td>
  230. <td>
  231. <input type="radio" name="report_time" value="1" title="可见" checked>
  232. <input type="radio" name="report_time" value="0" title="不可见">
  233. <input type="radio" name="report_time_edit" value="1" title="可编辑" checked>
  234. <input type="radio" name="report_time_edit" value="0" title="不可编辑">
  235. </td>
  236. <td class="layui-td-gray">收费标准</td>
  237. <td>
  238. <input type="radio" name="charge_standard" value="1" title="可见" checked>
  239. <input type="radio" name="charge_standard" value="0" title="不可见">
  240. <input type="radio" name="charge_standard_edit" value="1" title="可编辑" checked>
  241. <input type="radio" name="charge_standard_edit" value="0" title="不可编辑">
  242. </td>
  243. </tr>
  244. <tr>
  245. <td class="layui-td-gray">开票金额</td>
  246. <td>
  247. <input type="radio" name="invoicing__amount" value="1" title="可见" checked>
  248. <input type="radio" name="invoicing__amount" value="0" title="不可见">
  249. <input type="radio" name="invoicing__amount_edit" value="1" title="可编辑" checked>
  250. <input type="radio" name="invoicing__amount_edit" value="0" title="不可编辑">
  251. </td>
  252. <td class="layui-td-gray">开票编号</td>
  253. <td>
  254. <input type="radio" name="invoicing__num" value="1" title="可见" checked>
  255. <input type="radio" name="invoicing__num" value="0" title="不可见">
  256. <input type="radio" name="invoicing__num_edit" value="1" title="可编辑" checked>
  257. <input type="radio" name="invoicing__num_edit" value="0" title="不可编辑">
  258. </td>
  259. </tr>
  260. <tr>
  261. <td class="layui-td-gray">操作负责人</td>
  262. <td>
  263. <input type="radio" name="operate_name" value="1" title="可见" checked>
  264. <input type="radio" name="operate_name" value="0" title="不可见">
  265. <input type="radio" name="operate_name_edit" value="1" title="可编辑" checked>
  266. <input type="radio" name="operate_name_edit" value="0" title="不可编辑">
  267. </td>
  268. <td class="layui-td-gray">操作成员</td>
  269. <td>
  270. <input type="radio" name="operate_team_names" value="1" title="可见" checked>
  271. <input type="radio" name="operate_team_names" value="0" title="不可见">
  272. <input type="radio" name="operate_team_names_edit" value="1" title="可编辑" checked>
  273. <input type="radio" name="operate_team_names_edit" value="0" title="不可编辑">
  274. </td>
  275. </tr>
  276. <tr>
  277. <td class="layui-td-gray">项目归档日期</td>
  278. <td>
  279. <input type="radio" name="project_dead_time" value="1" title="可见" checked>
  280. <input type="radio" name="project_dead_time" value="0" title="不可见">
  281. <input type="radio" name="project_dead_time_edit" value="1" title="可编辑" checked>
  282. <input type="radio" name="project_dead_time_edit" value="0" title="不可编辑">
  283. </td>
  284. <td class="layui-td-gray">创建日期</td>
  285. <td>
  286. <input type="radio" name="create_time" value="1" title="可见" checked>
  287. <input type="radio" name="create_time" value="0" title="不可见">
  288. <input type="radio" name="create_time_edit" value="1" title="可编辑" checked>
  289. <input type="radio" name="create_time_edit" value="0" title="不可编辑">
  290. </td>
  291. </tr>
  292. </table>
  293. <?php else: ?>
  294. <div class="layui-form-bar">
  295. <h3 class="pb-3">属性设置</h3>
  296. <input type="hidden" name="id" value="<?php echo htmlentities($id); ?>">
  297. </div>
  298. <table class="layui-table layui-table-form">
  299. <tr>
  300. <td class="layui-td-gray">可见范围</td>
  301. <td>
  302. <input type="radio" name="see_auth" value="1" title="全部-可查看可编辑" <?php if($field['see_auth'] == '1'): ?>checked<?php endif; ?>>
  303. <input type="radio" name="see_auth" value="2" title="全部-可查看" <?php if($field['see_auth'] == '2'): ?>checked<?php endif; ?>>
  304. <input type="radio" name="see_auth" value="0" title="与自己有关" <?php if($field['see_auth'] == '0'): ?>checked<?php endif; ?>>
  305. </td>
  306. </tr>
  307. <tr>
  308. <td class="layui-td-gray">项目状态</td>
  309. <td>
  310. <input type="radio" name="project_status" value="1" title="可见" <?php if($field['project_status'] == '1'): ?>checked<?php endif; ?>>
  311. <input type="radio" name="project_status" value="0" title="不可见" <?php if($field['project_status'] == '0'): ?>checked<?php endif; ?>>
  312. <input type="radio" name="project_status_edit" value="1" title="可编辑" <?php if($field['project_status_edit'] == '1'): ?>checked<?php endif; ?>>
  313. <input type="radio" name="project_status_edit" value="0" title="不可编辑" <?php if($field['project_status_edit'] == '0'): ?>checked<?php endif; ?>>
  314. </td>
  315. <td class="layui-td-gray">项目编号</td>
  316. <td>
  317. <input type="radio" name="project_num" value="1" title="可见" <?php if($field['project_num'] == '1'): ?>checked<?php endif; ?>>
  318. <input type="radio" name="project_num" value="0" title="不可见" <?php if($field['project_num'] == '0'): ?>checked<?php endif; ?>>
  319. <input type="radio" name="project_num_edit" value="1" title="可编辑" <?php if($field['project_num_edit'] == '1'): ?>checked<?php endif; ?>>
  320. <input type="radio" name="project_num_edit" value="0" title="不可编辑" <?php if($field['project_num_edit'] == '0'): ?>checked<?php endif; ?>>
  321. </td>
  322. <td class="layui-td-gray">项目名称</td>
  323. <td>
  324. <input type="radio" name="project_name" value="1" title="可见" <?php if($field['project_name'] == '1'): ?>checked<?php endif; ?>>
  325. <input type="radio" name="project_name" value="0" title="不可见" <?php if($field['project_name'] == '0'): ?>checked<?php endif; ?>>
  326. <input type="radio" name="project_name_edit" value="1" title="可编辑" <?php if($field['project_name_edit'] == '1'): ?>checked<?php endif; ?>>
  327. <input type="radio" name="project_name_edit" value="0" title="不可编辑" <?php if($field['project_name_edit'] == '0'): ?>checked<?php endif; ?>>
  328. </td>
  329. </tr>
  330. <tr>
  331. <td class="layui-td-gray">项目周期</td>
  332. <td>
  333. <input type="radio" name="project_time" value="1" title="可见" <?php if($field['project_time'] == '1'): ?>checked<?php endif; ?>>
  334. <input type="radio" name="project_time" value="0" title="不可见"<?php if($field['project_time'] == '0'): ?>checked<?php endif; ?>>
  335. <input type="radio" name="project_time_edit" value="1" title="可编辑" <?php if($field['project_time_edit'] == '1'): ?>checked<?php endif; ?>>
  336. <input type="radio" name="project_time_edit" value="0" title="不可编辑" <?php if($field['project_time_edit'] == '0'): ?>checked<?php endif; ?>>
  337. </td>
  338. </tr>
  339. <tr>
  340. <td class="layui-td-gray">委托单位</td>
  341. <td>
  342. <input type="radio" name="entrust_unit" value="1" title="可见" <?php if($field['entrust_unit'] == '1'): ?>checked<?php endif; ?>>
  343. <input type="radio" name="entrust_unit" value="0" title="不可见" <?php if($field['entrust_unit'] == '0'): ?>checked<?php endif; ?>>
  344. <input type="radio" name="entrust_unit_edit" value="1" title="可编辑" <?php if($field['entrust_unit_edit'] == '1'): ?>checked<?php endif; ?>>
  345. <input type="radio" name="entrust_unit_edit" value="0" title="不可编辑" <?php if($field['entrust_unit_edit'] == '0'): ?>checked<?php endif; ?>>
  346. </td>
  347. <td class="layui-td-gray">委托单位负责人</td>
  348. <td>
  349. <input type="radio" name="entrust_head" value="1" title="可见" <?php if($field['entrust_head'] == '1'): ?>checked<?php endif; ?>>
  350. <input type="radio" name="entrust_head" value="0" title="不可见" <?php if($field['entrust_head'] == '0'): ?>checked<?php endif; ?>>
  351. <input type="radio" name="entrust_head_edit" value="1" title="可编辑" <?php if($field['entrust_head_edit'] == '1'): ?>checked<?php endif; ?>>
  352. <input type="radio" name="entrust_head_edit" value="0" title="不可编辑" <?php if($field['entrust_head_edit'] == '0'): ?>checked<?php endif; ?>>
  353. </td>
  354. <td class="layui-td-gray">委托单位负责人电话</td>
  355. <td>
  356. <input type="radio" name="entrust_phone" value="1" title="可见" <?php if($field['entrust_phone'] == '1'): ?>checked<?php endif; ?>>
  357. <input type="radio" name="entrust_phone" value="0" title="不可见" <?php if($field['entrust_phone'] == '0'): ?>checked<?php endif; ?>>
  358. <input type="radio" name="entrust_phone_edit" value="1" title="可编辑" <?php if($field['entrust_phone_edit'] == '1'): ?>checked<?php endif; ?>>
  359. <input type="radio" name="entrust_phone_edit" value="0" title="不可编辑" <?php if($field['entrust_phone_edit'] == '0'): ?>checked<?php endif; ?>>
  360. </td>
  361. </tr>
  362. <tr>
  363. <td class="layui-td-gray">评审单位</td>
  364. <td>
  365. <input type="radio" name="review_unit" value="1" title="可见" <?php if($field['review_unit'] == '1'): ?>checked<?php endif; ?>>
  366. <input type="radio" name="review_unit" value="0" title="不可见" <?php if($field['review_unit'] == '0'): ?>checked<?php endif; ?>>
  367. <input type="radio" name="review_unit_edit" value="1" title="可编辑" <?php if($field['review_unit_edit'] == '1'): ?>checked<?php endif; ?>>
  368. <input type="radio" name="review_unit_edit" value="0" title="不可编辑" <?php if($field['review_unit_edit'] == '0'): ?>checked<?php endif; ?>>
  369. </td>
  370. <td class="layui-td-gray">评审单位联系人</td>
  371. <td>
  372. <input type="radio" name="review_head" value="1" title="可见" <?php if($field['review_head'] == '1'): ?>checked<?php endif; ?>>
  373. <input type="radio" name="review_head" value="0" title="不可见" <?php if($field['review_head'] == '0'): ?>checked<?php endif; ?>>
  374. <input type="radio" name="review_head_edit" value="1" title="可编辑" <?php if($field['review_head_edit'] == '1'): ?>checked<?php endif; ?>>
  375. <input type="radio" name="review_head_edit" value="0" title="不可编辑" <?php if($field['review_head_edit'] == '0'): ?>checked<?php endif; ?>>
  376. </td>
  377. <td class="layui-td-gray">评审单位联系人电话</td>
  378. <td>
  379. <input type="radio" name="review_head_phone" value="1" title="可见" <?php if($field['review_head_phone'] == '1'): ?>checked<?php endif; ?>>
  380. <input type="radio" name="review_head_phone" value="0" title="不可见" <?php if($field['review_head_phone'] == '0'): ?>checked<?php endif; ?>>
  381. <input type="radio" name="review_head_phone_edit" value="1" title="可编辑" <?php if($field['review_head_phone_edit'] == '1'): ?>checked<?php endif; ?>>
  382. <input type="radio" name="review_head_phone_edit" value="0" title="不可编辑" <?php if($field['review_head_phone_edit'] == '0'): ?>checked<?php endif; ?>>
  383. </td>
  384. </tr>
  385. <tr>
  386. <td class="layui-td-gray">送审单位</td>
  387. <td>
  388. <input type="radio" name="sent_review_unit" value="1" title="可见" <?php if($field['sent_review_unit'] == '1'): ?>checked<?php endif; ?>>
  389. <input type="radio" name="sent_review_unit" value="0" title="不可见" <?php if($field['sent_review_unit'] == '0'): ?>checked<?php endif; ?>>
  390. <input type="radio" name="sent_review_unit_edit" value="1" title="可编辑" <?php if($field['sent_review_unit_edit'] == '1'): ?>checked<?php endif; ?>>
  391. <input type="radio" name="sent_review_unit_edit" value="0" title="不可编辑" <?php if($field['sent_review_unit_edit'] == '0'): ?>checked<?php endif; ?>>
  392. </td>
  393. <td class="layui-td-gray">送审单位联系人</td>
  394. <td>
  395. <input type="radio" name="sent_review_head" value="1" title="可见" <?php if($field['sent_review_head'] == '1'): ?>checked<?php endif; ?>>
  396. <input type="radio" name="sent_review_head" value="0" title="不可见" <?php if($field['sent_review_head'] == '0'): ?>checked<?php endif; ?>>
  397. <input type="radio" name="sent_review_head_edit" value="1" title="可编辑" <?php if($field['sent_review_head_edit'] == '1'): ?>checked<?php endif; ?>>
  398. <input type="radio" name="sent_review_head_edit" value="0" title="不可编辑" <?php if($field['sent_review_head_edit'] == '0'): ?>checked<?php endif; ?>>
  399. </td>
  400. <td class="layui-td-gray">送审单位联系人电话</td>
  401. <td>
  402. <input type="radio" name="sent_review_phone" value="1" title="可见" <?php if($field['sent_review_phone'] == '1'): ?>checked<?php endif; ?>>
  403. <input type="radio" name="sent_review_phone" value="0" title="不可见" <?php if($field['sent_review_phone'] == '0'): ?>checked<?php endif; ?>>
  404. <input type="radio" name="sent_review_phone_edit" value="1" title="可编辑" <?php if($field['sent_review_phone_edit'] == '1'): ?>checked<?php endif; ?>>
  405. <input type="radio" name="sent_review_phone_edit" value="0" title="不可编辑" <?php if($field['sent_review_phone_edit'] == '0'): ?>checked<?php endif; ?>>
  406. </td>
  407. </tr>
  408. <tr>
  409. <td class="layui-td-gray">项目规模</td>
  410. <td>
  411. <input type="radio" name="project_scale" value="1" title="可见" <?php if($field['project_scale'] == '1'): ?>checked<?php endif; ?>>
  412. <input type="radio" name="project_scale" value="0" title="不可见" <?php if($field['project_scale'] == '0'): ?>checked<?php endif; ?>>
  413. <input type="radio" name="project_scale_edit" value="1" title="可编辑" <?php if($field['project_scale_edit'] == '1'): ?>checked<?php endif; ?>>
  414. <input type="radio" name="project_scale_edit" value="0" title="不可编辑" <?php if($field['project_scale_edit'] == '0'): ?>checked<?php endif; ?>>
  415. </td>
  416. <td class="layui-td-gray">项目区域</td>
  417. <td>
  418. <input type="radio" name="project_region" value="1" title="可见" <?php if($field['project_region'] == '1'): ?>checked<?php endif; ?>>
  419. <input type="radio" name="project_region" value="0" title="不可见" <?php if($field['project_region'] == '0'): ?>checked<?php endif; ?>>
  420. <input type="radio" name="project_region_edit" value="1" title="可编辑" <?php if($field['project_region_edit'] == '1'): ?>checked<?php endif; ?>>
  421. <input type="radio" name="project_region_edit" value="0" title="不可编辑" <?php if($field['project_region_edit'] == '0'): ?>checked<?php endif; ?>>
  422. </td>
  423. </tr>
  424. <tr>
  425. <td class="layui-td-gray">工程类别</td>
  426. <td>
  427. <input type="radio" name="engineering_category" value="1" title="可见" <?php if($field['engineering_category'] == '1'): ?>checked<?php endif; ?>>
  428. <input type="radio" name="engineering_category" value="0" title="不可见" <?php if($field['engineering_category'] == '0'): ?>checked<?php endif; ?>>
  429. <input type="radio" name="engineering_category_edit" value="1" title="可编辑" <?php if($field['engineering_category_edit'] == '1'): ?>checked<?php endif; ?>>
  430. <input type="radio" name="engineering_category_edit" value="0" title="不可编辑" <?php if($field['engineering_category_edit'] == '0'): ?>checked<?php endif; ?>>
  431. </td>
  432. <td class="layui-td-gray">工程类型</td>
  433. <td>
  434. <input type="radio" name="engineering_type" value="1" title="可见" <?php if($field['engineering_type'] == '1'): ?>checked<?php endif; ?>>
  435. <input type="radio" name="engineering_type" value="0" title="不可见" <?php if($field['engineering_type'] == '0'): ?>checked<?php endif; ?>>
  436. <input type="radio" name="engineering_type_edit" value="1" title="可编辑" <?php if($field['engineering_type_edit'] == '1'): ?>checked<?php endif; ?>>
  437. <input type="radio" name="engineering_type_edit" value="0" title="不可编辑" <?php if($field['engineering_type_edit'] == '0'): ?>checked<?php endif; ?>>
  438. </td>
  439. <td class="layui-td-gray">财政性质</td>
  440. <td>
  441. <input type="radio" name="fiscal_nature" value="1" title="可见" <?php if($field['fiscal_nature'] == '1'): ?>checked<?php endif; ?>>
  442. <input type="radio" name="fiscal_nature" value="0" title="不可见" <?php if($field['fiscal_nature'] == '0'): ?>checked<?php endif; ?>>
  443. <input type="radio" name="fiscal_nature_edit" value="1" title="可编辑" <?php if($field['fiscal_nature_edit'] == '1'): ?>checked<?php endif; ?>>
  444. <input type="radio" name="fiscal_nature_edit" value="0" title="不可编辑" <?php if($field['fiscal_nature_edit'] == '0'): ?>checked<?php endif; ?>>
  445. </td>
  446. </tr>
  447. <tr>
  448. <td class="layui-td-gray">送审服务费</td>
  449. <td>
  450. <input type="radio" name="sent_review_cost" value="1" title="可见" <?php if($field['sent_review_cost'] == '1'): ?>checked<?php endif; ?>>
  451. <input type="radio" name="sent_review_cost" value="0" title="不可见" <?php if($field['sent_review_cost'] == '0'): ?>checked<?php endif; ?>>
  452. <input type="radio" name="sent_review_cost_edit" value="1" title="可编辑" <?php if($field['sent_review_cost_edit'] == '1'): ?>checked<?php endif; ?>>
  453. <input type="radio" name="sent_review_cost_edit" value="0" title="不可编辑" <?php if($field['sent_review_cost_edit'] == '0'): ?>checked<?php endif; ?>>
  454. </td>
  455. <td class="layui-td-gray">编制金额</td>
  456. <td>
  457. <input type="radio" name="preparation_amount" value="1" title="可见" <?php if($field['preparation_amount'] == '1'): ?>checked<?php endif; ?>>
  458. <input type="radio" name="preparation_amount" value="0" title="不可见" <?php if($field['preparation_amount'] == '0'): ?>checked<?php endif; ?>>
  459. <input type="radio" name="preparation_amount_edit" value="1" title="可编辑" <?php if($field['preparation_amount_edit'] == '1'): ?>checked<?php endif; ?>>
  460. <input type="radio" name="preparation_amount_edit" value="0" title="不可编辑" <?php if($field['preparation_amount_edit'] == '0'): ?>checked<?php endif; ?>>
  461. </td>
  462. <td class="layui-td-gray">送审金额</td>
  463. <td>
  464. <input type="radio" name="sent_review_amount" value="1" title="可见" <?php if($field['sent_review_amount'] == '1'): ?>checked<?php endif; ?>>
  465. <input type="radio" name="sent_review_amount" value="0" title="不可见" <?php if($field['sent_review_amount'] == '0'): ?>checked<?php endif; ?>>
  466. <input type="radio" name="sent_review_amount_edit" value="1" title="可编辑" <?php if($field['sent_review_amount_edit'] == '1'): ?>checked<?php endif; ?>>
  467. <input type="radio" name="sent_review_amount_edit" value="0" title="不可编辑" <?php if($field['sent_review_amount_edit'] == '0'): ?>checked<?php endif; ?>>
  468. </td>
  469. </tr>
  470. <tr>
  471. <td class="layui-td-gray">审定金额</td>
  472. <td>
  473. <input type="radio" name="authorize_amount" value="1" title="可见" <?php if($field['authorize_amount'] == '1'): ?>checked<?php endif; ?>>
  474. <input type="radio" name="authorize_amount" value="0" title="不可见" <?php if($field['authorize_amount'] == '0'): ?>checked<?php endif; ?>>
  475. <input type="radio" name="authorize_amount_edit" value="1" title="可编辑" <?php if($field['authorize_amount_edit'] == '1'): ?>checked<?php endif; ?>>
  476. <input type="radio" name="authorize_amount_edit" value="0" title="不可编辑" <?php if($field['authorize_amount_edit'] == '0'): ?>checked<?php endif; ?>>
  477. </td>
  478. <td class="layui-td-gray">审增减额</td>
  479. <td>
  480. <input type="radio" name="review_add_reduce_amount" value="1" title="可见" <?php if($field['review_add_reduce_amount'] == '1'): ?>checked<?php endif; ?>>
  481. <input type="radio" name="review_add_reduce_amount" value="0" title="不可见" <?php if($field['review_add_reduce_amount'] == '0'): ?>checked<?php endif; ?>>
  482. <input type="radio" name="review_add_reduce_amount_edit" value="1" title="可编辑" <?php if($field['review_add_reduce_amount_edit'] == '1'): ?>checked<?php endif; ?>>
  483. <input type="radio" name="review_add_reduce_amount_edit" value="0" title="不可编辑" <?php if($field['review_add_reduce_amount_edit'] == '0'): ?>checked<?php endif; ?>>
  484. </td>
  485. <td class="layui-td-gray">审增减率</td>
  486. <td>
  487. <input type="radio" name="review_add_reduce_rate" value="1" title="可见" <?php if($field['review_add_reduce_rate'] == '1'): ?>checked<?php endif; ?>>
  488. <input type="radio" name="review_add_reduce_rate" value="0" title="不可见" <?php if($field['review_add_reduce_rate'] == '0'): ?>checked<?php endif; ?>>
  489. <input type="radio" name="review_add_reduce_rate_edit" value="1" title="可编辑" <?php if($field['review_add_reduce_rate_edit'] == '1'): ?>checked<?php endif; ?>>
  490. <input type="radio" name="review_add_reduce_rate_edit" value="0" title="不可编辑" <?php if($field['review_add_reduce_rate_edit'] == '0'): ?>checked<?php endif; ?>>
  491. </td>
  492. </tr>
  493. <tr>
  494. <td class="layui-td-gray">报告时间</td>
  495. <td>
  496. <input type="radio" name="report_time" value="1" title="可见" <?php if($field['report_time'] == '1'): ?>checked<?php endif; ?>>
  497. <input type="radio" name="report_time" value="0" title="不可见" <?php if($field['report_time'] == '0'): ?>checked<?php endif; ?>>
  498. <input type="radio" name="report_time_edit" value="1" title="可编辑" <?php if($field['report_time_edit'] == '1'): ?>checked<?php endif; ?>>
  499. <input type="radio" name="report_time_edit" value="0" title="不可编辑" <?php if($field['report_time_edit'] == '0'): ?>checked<?php endif; ?>>
  500. </td>
  501. <td class="layui-td-gray">收费标准</td>
  502. <td>
  503. <input type="radio" name="charge_standard" value="1" title="可见" <?php if($field['charge_standard'] == '1'): ?>checked<?php endif; ?>>
  504. <input type="radio" name="charge_standard" value="0" title="不可见" <?php if($field['charge_standard'] == '0'): ?>checked<?php endif; ?>>
  505. <input type="radio" name="charge_standard_edit" value="1" title="可编辑" <?php if($field['charge_standard_edit'] == '1'): ?>checked<?php endif; ?>>
  506. <input type="radio" name="charge_standard_edit" value="0" title="不可编辑" <?php if($field['charge_standard_edit'] == '0'): ?>checked<?php endif; ?>>
  507. </td>
  508. </tr>
  509. <tr>
  510. <td class="layui-td-gray">开票金额</td>
  511. <td>
  512. <input type="radio" name="invoicing__amount" value="1" title="可见" <?php if($field['invoicing__amount'] == '1'): ?>checked<?php endif; ?>>
  513. <input type="radio" name="invoicing__amount" value="0" title="不可见" <?php if($field['invoicing__amount'] == '0'): ?>checked<?php endif; ?>>
  514. <input type="radio" name="invoicing__amount_edit" value="1" title="可编辑" <?php if($field['invoicing__amount_edit'] == '1'): ?>checked<?php endif; ?>>
  515. <input type="radio" name="invoicing__amount_edit" value="0" title="不可编辑" <?php if($field['invoicing__amount_edit'] == '0'): ?>checked<?php endif; ?>>
  516. </td>
  517. <td class="layui-td-gray">开票编号</td>
  518. <td>
  519. <input type="radio" name="invoicing__num" value="1" title="可见" <?php if($field['invoicing__num'] == '1'): ?>checked<?php endif; ?>>
  520. <input type="radio" name="invoicing__num" value="0" title="不可见" <?php if($field['invoicing__num'] == '0'): ?>checked<?php endif; ?>>
  521. <input type="radio" name="invoicing__num_edit" value="1" title="可编辑" <?php if($field['invoicing__num_edit'] == '1'): ?>checked<?php endif; ?>>
  522. <input type="radio" name="invoicing__num_edit" value="0" title="不可编辑" <?php if($field['invoicing__num_edit'] == '0'): ?>checked<?php endif; ?>>
  523. </td>
  524. </tr>
  525. <tr>
  526. <td class="layui-td-gray">操作负责人</td>
  527. <td>
  528. <input type="radio" name="operate_name" value="1" title="可见" <?php if($field['operate_name'] == '1'): ?>checked<?php endif; ?>>
  529. <input type="radio" name="operate_name" value="0" title="不可见" <?php if($field['operate_name'] == '0'): ?>checked<?php endif; ?>>
  530. <input type="radio" name="operate_name_edit" value="1" title="可编辑" <?php if($field['operate_name_edit'] == '1'): ?>checked<?php endif; ?>>
  531. <input type="radio" name="operate_name_edit" value="0" title="不可编辑" <?php if($field['operate_name_edit'] == '0'): ?>checked<?php endif; ?>>
  532. </td>
  533. <td class="layui-td-gray">操作成员</td>
  534. <td>
  535. <input type="radio" name="operate_team_names" value="1" title="可见" <?php if($field['operate_team_names'] == '1'): ?>checked<?php endif; ?>>
  536. <input type="radio" name="operate_team_names" value="0" title="不可见" <?php if($field['operate_team_names'] == '0'): ?>checked<?php endif; ?>>
  537. <input type="radio" name="operate_team_names_edit" value="1" title="可编辑" <?php if($field['operate_team_names_edit'] == '1'): ?>checked<?php endif; ?>>
  538. <input type="radio" name="operate_team_names_edit" value="0" title="不可编辑" <?php if($field['operate_team_names_edit'] == '0'): ?>checked<?php endif; ?>>
  539. </td>
  540. </tr>
  541. <tr>
  542. <td class="layui-td-gray">项目归档日期</td>
  543. <td>
  544. <input type="radio" name="project_dead_time" value="1" title="可见" <?php if($field['project_dead_time'] == '1'): ?>checked<?php endif; ?>>
  545. <input type="radio" name="project_dead_time" value="0" title="不可见" <?php if($field['project_dead_time'] == '0'): ?>checked<?php endif; ?>>
  546. <input type="radio" name="project_dead_time_edit" value="1" title="可编辑" <?php if($field['project_dead_time_edit'] == '1'): ?>checked<?php endif; ?>>
  547. <input type="radio" name="project_dead_time_edit" value="0" title="不可编辑" <?php if($field['project_dead_time_edit'] == '0'): ?>checked<?php endif; ?>>
  548. </td>
  549. <td class="layui-td-gray">创建日期</td>
  550. <td>
  551. <input type="radio" name="create_time" value="1" title="可见" <?php if($field['create_time'] == '1'): ?>checked<?php endif; ?>>
  552. <input type="radio" name="create_time" value="0" title="不可见"<?php if($field['create_time'] == '0'): ?>checked<?php endif; ?>>
  553. <input type="radio" name="create_time_edit" value="1" title="可编辑" <?php if($field['create_time_edit'] == '1'): ?>checked<?php endif; ?>>
  554. <input type="radio" name="create_time_edit" value="0" title="不可编辑" <?php if($field['create_time_edit'] == '0'): ?>checked<?php endif; ?>>
  555. </td>
  556. </tr>
  557. </table>
  558. <?php endif; ?>
  559. <div class="py-3">
  560. <button class="layui-btn layui-btn-normal" lay-submit="" lay-filter="webform">保存</button>
  561. <button type="reset" class="layui-btn layui-btn-primary">重置</button>
  562. </div>
  563. </form>
  564. <!-- /主体 -->
  565. <!-- 底部 -->
  566. <div class="footer">
  567. 逸管工程项目管理系统 © www.yiguanfep.com
  568. <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
  569. <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\&quot;noreferrer'target=\”blank\&quot;" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
  570. <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
  571. </div>
  572. <!-- /底部 -->
  573. <!-- 脚本 -->
  574. <script>
  575. const moduleInit = ['tool'];
  576. function gouguInit() {
  577. var form = layui.form,tool=layui.tool,upload = layui.upload;
  578. //监听提交
  579. form.on('submit(webform)', function (data) {
  580. let callback = function (e) {
  581. console.log(e)
  582. parent.layui.field_id = e.data;
  583. layer.msg(e.msg);
  584. if (e.code == 0) {
  585. parent.layui.tool.close(1000);
  586. }
  587. }
  588. tool.post("/admin/field.fieldcompany/add", data.field, callback);
  589. return false;
  590. });
  591. }
  592. </script>
  593. <!-- /脚本 -->
  594. <!-- <script src="/static/assets/layui/layui.js"></script> -->
  595. <script src="/static/assets/layui/layui.js"></script>
  596. <script src="/static/assets/third_party/echart/echarts.min.js"></script>
  597. <script src="/static/assets/gougu/gouguInit.js"></script>
  598. <script src="https://unpkg.com/pinyin-pro"></script>
  599. <script>
  600. var { pinyin } = pinyinPro;
  601. </script>
  602. <!-- 统计代码 -->
  603. <!-- /统计代码 -->
  604. </body>
  605. </html>