123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714 |
- <?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;}*/ ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
- <script src="/static/dist/xm-select.js"></script>
- <link rel="mobile-prefetch" href=""/>
- <title><?php echo get_system_config('web','admin_title'); ?></title>
- <meta name="keywords" content="<?php echo get_system_config('web','keywords'); ?>"/>
- <meta name="description" content="<?php echo get_system_config('web','desc'); ?>"/>
- <link rel="stylesheet" href="/static/assets/gougu/css/gougu.css?v=<?php echo get_system_config('web','version'); ?>" media="all">
- <style>
- .footer{
- width: 100%;
- height: 25px;
- text-align: center;
- position: fixed;
- bottom: 0;
- }
- </style>
- </head>
- <body class="main-body">
- <!-- 主体 -->
-
- <form class="layui-form p-4">
- <?php if($id == 0): ?>
- <div class="layui-form-bar">
- <h3 class="pb-3">属性设置</h3>
- </div>
- <table class="layui-table layui-table-form">
- <tr>
- <td class="layui-td-gray">可见范围</td>
- <td>
- <input type="radio" name="see_auth" value="1" title="全部-可查看可编辑" checked>
- <input type="radio" name="see_auth" value="2" title="全部-可查看">
- <input type="radio" name="see_auth" value="0" title="与自己有关">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目状态</td>
- <td>
- <input type="radio" name="project_status" value="1" title="可见" checked>
- <input type="radio" name="project_status" value="0" title="不可见">
- <input type="radio" name="project_status_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_status_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">项目编号</td>
- <td>
- <input type="radio" name="project_num" value="1" title="可见" checked>
- <input type="radio" name="project_num" value="0" title="不可见">
- <input type="radio" name="project_num_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_num_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">项目名称</td>
- <td>
- <input type="radio" name="project_name" value="1" title="可见" checked>
- <input type="radio" name="project_name" value="0" title="不可见">
- <input type="radio" name="project_name_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_name_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目周期</td>
- <td>
- <input type="radio" name="project_time" value="1" title="可见" checked>
- <input type="radio" name="project_time" value="0" title="不可见">
- <input type="radio" name="project_time_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_time_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">委托单位</td>
- <td>
- <input type="radio" name="entrust_unit" value="1" title="可见" checked>
- <input type="radio" name="entrust_unit" value="0" title="不可见">
- <input type="radio" name="entrust_unit_edit" value="1" title="可编辑" checked>
- <input type="radio" name="entrust_unit_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">委托单位负责人</td>
- <td>
- <input type="radio" name="entrust_head" value="1" title="可见" checked>
- <input type="radio" name="entrust_head" value="0" title="不可见">
- <input type="radio" name="entrust_head_edit" value="1" title="可编辑" checked>
- <input type="radio" name="entrust_head_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">委托单位负责人电话</td>
- <td>
- <input type="radio" name="entrust_phone" value="1" title="可见" checked>
- <input type="radio" name="entrust_phone" value="0" title="不可见">
- <input type="radio" name="entrust_phone_edit" value="1" title="可编辑" checked>
- <input type="radio" name="entrust_phone_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">评审单位</td>
- <td>
- <input type="radio" name="review_unit" value="1" title="可见" checked>
- <input type="radio" name="review_unit" value="0" title="不可见">
- <input type="radio" name="review_unit_edit" value="1" title="可编辑" checked>
- <input type="radio" name="review_unit_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">评审单位联系人</td>
- <td>
- <input type="radio" name="review_head" value="1" title="可见" checked>
- <input type="radio" name="review_head" value="0" title="不可见">
- <input type="radio" name="review_head_edit" value="1" title="可编辑" checked>
- <input type="radio" name="review_head_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">评审单位联系人电话</td>
- <td>
- <input type="radio" name="review_head_phone" value="1" title="可见" checked>
- <input type="radio" name="review_head_phone" value="0" title="不可见">
- <input type="radio" name="review_head_phone_edit" value="1" title="可编辑" checked>
- <input type="radio" name="review_head_phone_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">送审单位</td>
- <td>
- <input type="radio" name="sent_review_unit" value="1" title="可见" checked>
- <input type="radio" name="sent_review_unit" value="0" title="不可见">
- <input type="radio" name="sent_review_unit_edit" value="1" title="可编辑" checked>
- <input type="radio" name="sent_review_unit_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">送审单位联系人</td>
- <td>
- <input type="radio" name="sent_review_head" value="1" title="可见" checked>
- <input type="radio" name="sent_review_head" value="0" title="不可见">
- <input type="radio" name="sent_review_head_edit" value="1" title="可编辑" checked>
- <input type="radio" name="sent_review_head_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">送审单位联系人电话</td>
- <td>
- <input type="radio" name="sent_review_phone" value="1" title="可见" checked>
- <input type="radio" name="sent_review_phone" value="0" title="不可见">
- <input type="radio" name="sent_review_phone_edit" value="1" title="可编辑" checked>
- <input type="radio" name="sent_review_phone_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目规模</td>
- <td>
- <input type="radio" name="project_scale" value="1" title="可见" checked>
- <input type="radio" name="project_scale" value="0" title="不可见">
- <input type="radio" name="project_scale_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_scale_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">项目区域</td>
- <td>
- <input type="radio" name="project_region" value="1" title="可见" checked>
- <input type="radio" name="project_region" value="0" title="不可见">
- <input type="radio" name="project_region_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_region_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">工程类别</td>
- <td>
- <input type="radio" name="engineering_category" value="1" title="可见" checked>
- <input type="radio" name="engineering_category" value="0" title="不可见">
- <input type="radio" name="engineering_category_edit" value="1" title="可编辑" checked>
- <input type="radio" name="engineering_category_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">工程类型</td>
- <td>
- <input type="radio" name="engineering_type" value="1" title="可见" checked>
- <input type="radio" name="engineering_type" value="0" title="不可见">
- <input type="radio" name="engineering_type_edit" value="1" title="可编辑" checked>
- <input type="radio" name="engineering_type_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">财政性质</td>
- <td>
- <input type="radio" name="fiscal_nature" value="1" title="可见" checked>
- <input type="radio" name="fiscal_nature" value="0" title="不可见">
- <input type="radio" name="fiscal_nature_edit" value="1" title="可编辑" checked>
- <input type="radio" name="fiscal_nature_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">送审服务费</td>
- <td>
- <input type="radio" name="sent_review_cost" value="1" title="可见" checked>
- <input type="radio" name="sent_review_cost" value="0" title="不可见">
- <input type="radio" name="sent_review_cost_edit" value="1" title="可编辑" checked>
- <input type="radio" name="sent_review_cost_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">编制金额</td>
- <td>
- <input type="radio" name="preparation_amount" value="1" title="可见" checked>
- <input type="radio" name="preparation_amount" value="0" title="不可见">
- <input type="radio" name="preparation_amount_edit" value="1" title="可编辑" checked>
- <input type="radio" name="preparation_amount_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">送审金额</td>
- <td>
- <input type="radio" name="sent_review_amount" value="1" title="可见" checked>
- <input type="radio" name="sent_review_amount" value="0" title="不可见">
- <input type="radio" name="sent_review_amount_edit" value="1" title="可编辑" checked>
- <input type="radio" name="sent_review_amount_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">审定金额</td>
- <td>
- <input type="radio" name="authorize_amount" value="1" title="可见" checked>
- <input type="radio" name="authorize_amount" value="0" title="不可见">
- <input type="radio" name="authorize_amount_edit" value="1" title="可编辑" checked>
- <input type="radio" name="authorize_amount_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">审增减额</td>
- <td>
- <input type="radio" name="review_add_reduce_amount" value="1" title="可见" checked>
- <input type="radio" name="review_add_reduce_amount" value="0" title="不可见">
- <input type="radio" name="review_add_reduce_amount_edit" value="1" title="可编辑" checked>
- <input type="radio" name="review_add_reduce_amount_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">审增减率</td>
- <td>
- <input type="radio" name="review_add_reduce_rate" value="1" title="可见" checked>
- <input type="radio" name="review_add_reduce_rate" value="0" title="不可见">
- <input type="radio" name="review_add_reduce_rate_edit" value="1" title="可编辑" checked>
- <input type="radio" name="review_add_reduce_rate_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">报告时间</td>
- <td>
- <input type="radio" name="report_time" value="1" title="可见" checked>
- <input type="radio" name="report_time" value="0" title="不可见">
- <input type="radio" name="report_time_edit" value="1" title="可编辑" checked>
- <input type="radio" name="report_time_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">收费标准</td>
- <td>
- <input type="radio" name="charge_standard" value="1" title="可见" checked>
- <input type="radio" name="charge_standard" value="0" title="不可见">
- <input type="radio" name="charge_standard_edit" value="1" title="可编辑" checked>
- <input type="radio" name="charge_standard_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">开票金额</td>
- <td>
- <input type="radio" name="invoicing__amount" value="1" title="可见" checked>
- <input type="radio" name="invoicing__amount" value="0" title="不可见">
- <input type="radio" name="invoicing__amount_edit" value="1" title="可编辑" checked>
- <input type="radio" name="invoicing__amount_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">开票编号</td>
- <td>
- <input type="radio" name="invoicing__num" value="1" title="可见" checked>
- <input type="radio" name="invoicing__num" value="0" title="不可见">
- <input type="radio" name="invoicing__num_edit" value="1" title="可编辑" checked>
- <input type="radio" name="invoicing__num_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">操作负责人</td>
- <td>
- <input type="radio" name="operate_name" value="1" title="可见" checked>
- <input type="radio" name="operate_name" value="0" title="不可见">
- <input type="radio" name="operate_name_edit" value="1" title="可编辑" checked>
- <input type="radio" name="operate_name_edit" value="0" title="不可编辑">
- </td>
-
- <td class="layui-td-gray">操作成员</td>
- <td>
- <input type="radio" name="operate_team_names" value="1" title="可见" checked>
- <input type="radio" name="operate_team_names" value="0" title="不可见">
- <input type="radio" name="operate_team_names_edit" value="1" title="可编辑" checked>
- <input type="radio" name="operate_team_names_edit" value="0" title="不可编辑">
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目归档日期</td>
- <td>
- <input type="radio" name="project_dead_time" value="1" title="可见" checked>
- <input type="radio" name="project_dead_time" value="0" title="不可见">
- <input type="radio" name="project_dead_time_edit" value="1" title="可编辑" checked>
- <input type="radio" name="project_dead_time_edit" value="0" title="不可编辑">
- </td>
- <td class="layui-td-gray">创建日期</td>
- <td>
- <input type="radio" name="create_time" value="1" title="可见" checked>
- <input type="radio" name="create_time" value="0" title="不可见">
- <input type="radio" name="create_time_edit" value="1" title="可编辑" checked>
- <input type="radio" name="create_time_edit" value="0" title="不可编辑">
- </td>
- </tr>
- </table>
-
- <?php else: ?>
- <div class="layui-form-bar">
- <h3 class="pb-3">属性设置</h3>
- <input type="hidden" name="id" value="<?php echo htmlentities($id); ?>">
- </div>
- <table class="layui-table layui-table-form">
- <tr>
- <td class="layui-td-gray">可见范围</td>
- <td>
- <input type="radio" name="see_auth" value="1" title="全部-可查看可编辑" <?php if($field['see_auth'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="see_auth" value="2" title="全部-可查看" <?php if($field['see_auth'] == '2'): ?>checked<?php endif; ?>>
- <input type="radio" name="see_auth" value="0" title="与自己有关" <?php if($field['see_auth'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目状态</td>
- <td>
- <input type="radio" name="project_status" value="1" title="可见" <?php if($field['project_status'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_status" value="0" title="不可见" <?php if($field['project_status'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_status_edit" value="1" title="可编辑" <?php if($field['project_status_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_status_edit" value="0" title="不可编辑" <?php if($field['project_status_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">项目编号</td>
- <td>
- <input type="radio" name="project_num" value="1" title="可见" <?php if($field['project_num'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_num" value="0" title="不可见" <?php if($field['project_num'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_num_edit" value="1" title="可编辑" <?php if($field['project_num_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_num_edit" value="0" title="不可编辑" <?php if($field['project_num_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">项目名称</td>
- <td>
- <input type="radio" name="project_name" value="1" title="可见" <?php if($field['project_name'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_name" value="0" title="不可见" <?php if($field['project_name'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_name_edit" value="1" title="可编辑" <?php if($field['project_name_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_name_edit" value="0" title="不可编辑" <?php if($field['project_name_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目周期</td>
- <td>
- <input type="radio" name="project_time" value="1" title="可见" <?php if($field['project_time'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_time" value="0" title="不可见"<?php if($field['project_time'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_time_edit" value="1" title="可编辑" <?php if($field['project_time_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_time_edit" value="0" title="不可编辑" <?php if($field['project_time_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">委托单位</td>
- <td>
- <input type="radio" name="entrust_unit" value="1" title="可见" <?php if($field['entrust_unit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_unit" value="0" title="不可见" <?php if($field['entrust_unit'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_unit_edit" value="1" title="可编辑" <?php if($field['entrust_unit_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_unit_edit" value="0" title="不可编辑" <?php if($field['entrust_unit_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">委托单位负责人</td>
- <td>
- <input type="radio" name="entrust_head" value="1" title="可见" <?php if($field['entrust_head'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_head" value="0" title="不可见" <?php if($field['entrust_head'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_head_edit" value="1" title="可编辑" <?php if($field['entrust_head_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_head_edit" value="0" title="不可编辑" <?php if($field['entrust_head_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">委托单位负责人电话</td>
- <td>
- <input type="radio" name="entrust_phone" value="1" title="可见" <?php if($field['entrust_phone'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_phone" value="0" title="不可见" <?php if($field['entrust_phone'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_phone_edit" value="1" title="可编辑" <?php if($field['entrust_phone_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="entrust_phone_edit" value="0" title="不可编辑" <?php if($field['entrust_phone_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">评审单位</td>
- <td>
- <input type="radio" name="review_unit" value="1" title="可见" <?php if($field['review_unit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_unit" value="0" title="不可见" <?php if($field['review_unit'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_unit_edit" value="1" title="可编辑" <?php if($field['review_unit_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_unit_edit" value="0" title="不可编辑" <?php if($field['review_unit_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">评审单位联系人</td>
- <td>
- <input type="radio" name="review_head" value="1" title="可见" <?php if($field['review_head'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head" value="0" title="不可见" <?php if($field['review_head'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head_edit" value="1" title="可编辑" <?php if($field['review_head_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head_edit" value="0" title="不可编辑" <?php if($field['review_head_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">评审单位联系人电话</td>
- <td>
- <input type="radio" name="review_head_phone" value="1" title="可见" <?php if($field['review_head_phone'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head_phone" value="0" title="不可见" <?php if($field['review_head_phone'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head_phone_edit" value="1" title="可编辑" <?php if($field['review_head_phone_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_head_phone_edit" value="0" title="不可编辑" <?php if($field['review_head_phone_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">送审单位</td>
- <td>
- <input type="radio" name="sent_review_unit" value="1" title="可见" <?php if($field['sent_review_unit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_unit" value="0" title="不可见" <?php if($field['sent_review_unit'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_unit_edit" value="1" title="可编辑" <?php if($field['sent_review_unit_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_unit_edit" value="0" title="不可编辑" <?php if($field['sent_review_unit_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">送审单位联系人</td>
- <td>
- <input type="radio" name="sent_review_head" value="1" title="可见" <?php if($field['sent_review_head'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_head" value="0" title="不可见" <?php if($field['sent_review_head'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_head_edit" value="1" title="可编辑" <?php if($field['sent_review_head_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_head_edit" value="0" title="不可编辑" <?php if($field['sent_review_head_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">送审单位联系人电话</td>
- <td>
- <input type="radio" name="sent_review_phone" value="1" title="可见" <?php if($field['sent_review_phone'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_phone" value="0" title="不可见" <?php if($field['sent_review_phone'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_phone_edit" value="1" title="可编辑" <?php if($field['sent_review_phone_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_phone_edit" value="0" title="不可编辑" <?php if($field['sent_review_phone_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目规模</td>
- <td>
- <input type="radio" name="project_scale" value="1" title="可见" <?php if($field['project_scale'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_scale" value="0" title="不可见" <?php if($field['project_scale'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_scale_edit" value="1" title="可编辑" <?php if($field['project_scale_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_scale_edit" value="0" title="不可编辑" <?php if($field['project_scale_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">项目区域</td>
- <td>
- <input type="radio" name="project_region" value="1" title="可见" <?php if($field['project_region'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_region" value="0" title="不可见" <?php if($field['project_region'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_region_edit" value="1" title="可编辑" <?php if($field['project_region_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_region_edit" value="0" title="不可编辑" <?php if($field['project_region_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">工程类别</td>
- <td>
- <input type="radio" name="engineering_category" value="1" title="可见" <?php if($field['engineering_category'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_category" value="0" title="不可见" <?php if($field['engineering_category'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_category_edit" value="1" title="可编辑" <?php if($field['engineering_category_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_category_edit" value="0" title="不可编辑" <?php if($field['engineering_category_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">工程类型</td>
- <td>
- <input type="radio" name="engineering_type" value="1" title="可见" <?php if($field['engineering_type'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_type" value="0" title="不可见" <?php if($field['engineering_type'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_type_edit" value="1" title="可编辑" <?php if($field['engineering_type_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="engineering_type_edit" value="0" title="不可编辑" <?php if($field['engineering_type_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">财政性质</td>
- <td>
- <input type="radio" name="fiscal_nature" value="1" title="可见" <?php if($field['fiscal_nature'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="fiscal_nature" value="0" title="不可见" <?php if($field['fiscal_nature'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="fiscal_nature_edit" value="1" title="可编辑" <?php if($field['fiscal_nature_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="fiscal_nature_edit" value="0" title="不可编辑" <?php if($field['fiscal_nature_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">送审服务费</td>
- <td>
- <input type="radio" name="sent_review_cost" value="1" title="可见" <?php if($field['sent_review_cost'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_cost" value="0" title="不可见" <?php if($field['sent_review_cost'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_cost_edit" value="1" title="可编辑" <?php if($field['sent_review_cost_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_cost_edit" value="0" title="不可编辑" <?php if($field['sent_review_cost_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">编制金额</td>
- <td>
- <input type="radio" name="preparation_amount" value="1" title="可见" <?php if($field['preparation_amount'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="preparation_amount" value="0" title="不可见" <?php if($field['preparation_amount'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="preparation_amount_edit" value="1" title="可编辑" <?php if($field['preparation_amount_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="preparation_amount_edit" value="0" title="不可编辑" <?php if($field['preparation_amount_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">送审金额</td>
- <td>
- <input type="radio" name="sent_review_amount" value="1" title="可见" <?php if($field['sent_review_amount'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_amount" value="0" title="不可见" <?php if($field['sent_review_amount'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_amount_edit" value="1" title="可编辑" <?php if($field['sent_review_amount_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="sent_review_amount_edit" value="0" title="不可编辑" <?php if($field['sent_review_amount_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">审定金额</td>
- <td>
- <input type="radio" name="authorize_amount" value="1" title="可见" <?php if($field['authorize_amount'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="authorize_amount" value="0" title="不可见" <?php if($field['authorize_amount'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="authorize_amount_edit" value="1" title="可编辑" <?php if($field['authorize_amount_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="authorize_amount_edit" value="0" title="不可编辑" <?php if($field['authorize_amount_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">审增减额</td>
- <td>
- <input type="radio" name="review_add_reduce_amount" value="1" title="可见" <?php if($field['review_add_reduce_amount'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_amount" value="0" title="不可见" <?php if($field['review_add_reduce_amount'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_amount_edit" value="1" title="可编辑" <?php if($field['review_add_reduce_amount_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_amount_edit" value="0" title="不可编辑" <?php if($field['review_add_reduce_amount_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">审增减率</td>
- <td>
- <input type="radio" name="review_add_reduce_rate" value="1" title="可见" <?php if($field['review_add_reduce_rate'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_rate" value="0" title="不可见" <?php if($field['review_add_reduce_rate'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_rate_edit" value="1" title="可编辑" <?php if($field['review_add_reduce_rate_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="review_add_reduce_rate_edit" value="0" title="不可编辑" <?php if($field['review_add_reduce_rate_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">报告时间</td>
- <td>
- <input type="radio" name="report_time" value="1" title="可见" <?php if($field['report_time'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="report_time" value="0" title="不可见" <?php if($field['report_time'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="report_time_edit" value="1" title="可编辑" <?php if($field['report_time_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="report_time_edit" value="0" title="不可编辑" <?php if($field['report_time_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">收费标准</td>
- <td>
- <input type="radio" name="charge_standard" value="1" title="可见" <?php if($field['charge_standard'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="charge_standard" value="0" title="不可见" <?php if($field['charge_standard'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="charge_standard_edit" value="1" title="可编辑" <?php if($field['charge_standard_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="charge_standard_edit" value="0" title="不可编辑" <?php if($field['charge_standard_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">开票金额</td>
- <td>
- <input type="radio" name="invoicing__amount" value="1" title="可见" <?php if($field['invoicing__amount'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__amount" value="0" title="不可见" <?php if($field['invoicing__amount'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__amount_edit" value="1" title="可编辑" <?php if($field['invoicing__amount_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__amount_edit" value="0" title="不可编辑" <?php if($field['invoicing__amount_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">开票编号</td>
- <td>
- <input type="radio" name="invoicing__num" value="1" title="可见" <?php if($field['invoicing__num'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__num" value="0" title="不可见" <?php if($field['invoicing__num'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__num_edit" value="1" title="可编辑" <?php if($field['invoicing__num_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="invoicing__num_edit" value="0" title="不可编辑" <?php if($field['invoicing__num_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">操作负责人</td>
- <td>
- <input type="radio" name="operate_name" value="1" title="可见" <?php if($field['operate_name'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_name" value="0" title="不可见" <?php if($field['operate_name'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_name_edit" value="1" title="可编辑" <?php if($field['operate_name_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_name_edit" value="0" title="不可编辑" <?php if($field['operate_name_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
-
- <td class="layui-td-gray">操作成员</td>
- <td>
- <input type="radio" name="operate_team_names" value="1" title="可见" <?php if($field['operate_team_names'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_team_names" value="0" title="不可见" <?php if($field['operate_team_names'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_team_names_edit" value="1" title="可编辑" <?php if($field['operate_team_names_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="operate_team_names_edit" value="0" title="不可编辑" <?php if($field['operate_team_names_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- <tr>
- <td class="layui-td-gray">项目归档日期</td>
- <td>
- <input type="radio" name="project_dead_time" value="1" title="可见" <?php if($field['project_dead_time'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_dead_time" value="0" title="不可见" <?php if($field['project_dead_time'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_dead_time_edit" value="1" title="可编辑" <?php if($field['project_dead_time_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="project_dead_time_edit" value="0" title="不可编辑" <?php if($field['project_dead_time_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- <td class="layui-td-gray">创建日期</td>
- <td>
- <input type="radio" name="create_time" value="1" title="可见" <?php if($field['create_time'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="create_time" value="0" title="不可见"<?php if($field['create_time'] == '0'): ?>checked<?php endif; ?>>
- <input type="radio" name="create_time_edit" value="1" title="可编辑" <?php if($field['create_time_edit'] == '1'): ?>checked<?php endif; ?>>
- <input type="radio" name="create_time_edit" value="0" title="不可编辑" <?php if($field['create_time_edit'] == '0'): ?>checked<?php endif; ?>>
- </td>
- </tr>
- </table>
- <?php endif; ?>
- <div class="py-3">
- <button class="layui-btn layui-btn-normal" lay-submit="" lay-filter="webform">保存</button>
- <button type="reset" class="layui-btn layui-btn-primary">重置</button>
- </div>
- </form>
- <!-- /主体 -->
- <!-- 底部 -->
-
- <div class="footer">
- 逸管工程项目管理系统 © www.yiguanfep.com
- <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
- <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\"noreferrer'target=\”blank\"" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
- <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
- </div>
-
-
- <!-- /底部 -->
-
- <!-- 脚本 -->
-
- <script>
- const moduleInit = ['tool'];
- function gouguInit() {
- var form = layui.form,tool=layui.tool,upload = layui.upload;
- //监听提交
- form.on('submit(webform)', function (data) {
- let callback = function (e) {
- console.log(e)
- parent.layui.field_id = e.data;
- layer.msg(e.msg);
- if (e.code == 0) {
- parent.layui.tool.close(1000);
- }
- }
- tool.post("/admin/field.fieldcompany/add", data.field, callback);
- return false;
- });
- }
- </script>
- <!-- /脚本 -->
-
- <!-- <script src="/static/assets/layui/layui.js"></script> -->
- <script src="/static/assets/layui/layui.js"></script>
- <script src="/static/assets/third_party/echart/echarts.min.js"></script>
- <script src="/static/assets/gougu/gouguInit.js"></script>
- <script src="https://unpkg.com/pinyin-pro"></script>
- <script>
-
- var { pinyin } = pinyinPro;
- </script>
-
-
- <!-- 统计代码 -->
-
- <!-- /统计代码 -->
- </body>
- </html>
|