report_form_paging_202104.html 18.9 KB
Newer Older
Jung Kwangkyu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
<!DOCTYPE html>
<html lang="ja-JP">

<head>
    <meta charset="utf-8">
    <title>報告|eXFrame</title>
    <meta name="robots" content="index, follow">
    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
    <meta name="description" content="eXFrame">
    <link rel="stylesheet" type="text/css" href="css/style_202104.css">
    <link rel="stylesheet" type="text/css" href="css/modal_202105.css">
    <link rel="stylesheet" type="text/css" href="css/app.css">
    <link rel="stylesheet" type="text/css" href="css/fontawesome_relative_path.css">
    <script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
</head>

<body>
    <?php include('common/header.html');?>

    <!-- 工程一覧 -->
    <?php if($_GET["ref"] == 1) {
      include('process_list_202105.html');
      }
    ?>

    <!-- 報告 -->
    <?php if($_GET["ref"] != 1) : ?>
    <div class="container-fluid mb-5">
        <div class="row mx-lg-2">
            <div class="col-12 col-lg-4 px-0">
                <aside>
                    <nav class="side-navi mt-3 mt-lg-5">
                        <ul>
                            <li class="active"><a href="">長いタイトルの報告長いタイトルの報告長いタイトルの報告長いタイトルの報告長いタイトルの報告長いタイトルの報告長いタイトルの報告</a></li>
                        </ul>
                    </nav>
                </aside>
            </div>

            <div class="col-12 col-lg-8">
                <main>
                    <div class="row">
                            <div class="col-12 bg-lightblue mb-1px tb-accordion">
                              <h4 class="accordion-title fs-12 py-2 m-0 collapsed" data-toggle="collapse" href="#group1" role="button" aria-expanded="false" aria-controls="group1">
                                  ページ1/3
                              </h4>
                              <div class="bg-white mb-3 collapse position-relative tb-accordion-content show" id="group1">
                                  <div class="p-3">
                                    <div class="form-group mb-4">
                                        <label for="department">
                                            承認グループ <span class="badge badge-danger">必須</span>
                                        </label>
                                        <select class="form-control" id="department">
                                            <option>グループを選択</option>
                                            <option>グループ1</option>
                                            <option>グループ2</option>
                                            <option>グループ3</option>
                                        </select>
                                    </div>

                                    <div class="form-group mb-4">
                                        <label for="datetimepicker1">申請日 <span class="badge badge-danger">必須</span> <i class="fas fa-question-circle text-secondary" data-toggle="tooltip" data-placement="top" title="日付はカレンダーアイコンをタップして、選択してください。"></i></label>
                                        <div class="input-group date" id="datetimepicker1" data-target-input="nearest">
                                            <input type="text" class="form-control datetimepicker-input" data-target="#datetimepicker1" aria-describedby="datetimepicker1Help" placeholder="日付を選択">
                                            <div class="input-group-append" data-target="#datetimepicker1" data-toggle="datetimepicker">
                                                <div class="input-group-text"><i class="far fa-calendar"></i></div>
                                            </div>
                                        </div>
                                    </div>

                                    <div class="form-group mb-4">
                                        <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                        <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                    </div>

                                    <div class="form-group mb-4">
                                        <label for="workCode">本人受領印 <i class="fas fa-question-circle text-secondary" data-toggle="tooltip" data-placement="top" title="枠内に手書きで文字を入力できます。マウス操作や指などで書き込んでください。"></i></label>
                                        <div class="p-2 text-right mb-4">
                                            <button class="btn btn-outline-primary">書き直す</button>
                                        </div>
                                        <div class="text-center">
                                          <canvas class="bg-white border border-secondary"></canvas>
                                        </div>
                                    </div>

                                    <div class="mb-4">
                                      <label for="name">表1</label>
                                      <div class="tb-wrap">
                                        <div class="bg-white mb-3 position-relative tb-item">
                                            <div class="position-absolute ad-area">
                                              <a href="javascript:void(0)" class="del"><i class="fas fa-minus p-3"></i></a>
                                              <a href="javascript:void(0)" class="add"><i class="fas fa-plus p-3"></i></a>
                                            </div>
                                            <div class="p-3">
                                              <div class="form-group mb-4">
                                                  <label for="section">区間</label>
                                                  <input type="text" class="form-control" id="section" aria-describedby="section">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="ammount">税込み金額</label>
                                                  <input type="number" class="form-control" id="ammount" aria-describedby="ammount">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="destination">行先</label>
                                                  <input type="text" class="form-control" id="destination" aria-describedby="destination">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="reason">事由</label>
                                                  <input type="text" class="form-control" id="reason" aria-describedby="reason">
                                              </div>
                                            </div>
                                        </div>
                                      </div>
                                    </div>

                                    <div class="form-group mb-4">
                                        <label for="department">
                                            承認グループ <span class="badge badge-danger">必須</span>
                                        </label>
                                        <select class="form-control" id="department">
                                            <option>グループを選択</option>
                                            <option>グループ1</option>
                                            <option>グループ2</option>
                                            <option>グループ3</option>
                                        </select>
                                    </div>

                                    <div class="form-group mb-4">
                                        <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                        <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                    </div>

                                    <div class="mb-4">
                                      <label for="name">表2</label>
                                      <div class="tb-wrap">
                                        <div class="bg-white mb-3 position-relative tb-item">
                                            <div class="position-absolute ad-area">
                                              <a href="javascript:void(0)" class="del"><i class="fas fa-minus p-3"></i></a>
                                              <a href="javascript:void(0)" class="add"><i class="fas fa-plus p-3"></i></a>
                                            </div>
                                            <div class="p-3">
                                              <div class="form-group mb-4">
                                                  <label for="section">区間</label>
                                                  <input type="text" class="form-control" id="section" aria-describedby="section">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="ammount">税込み金額</label>
                                                  <input type="number" class="form-control" id="ammount" aria-describedby="ammount">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="destination">行先</label>
                                                  <input type="text" class="form-control" id="destination" aria-describedby="destination">
                                              </div>
                                              <div class="form-group mb-4">
                                                  <label for="reason">事由</label>
                                                  <input type="text" class="form-control" id="reason" aria-describedby="reason">
                                              </div>
                                            </div>
                                        </div>
                                      </div>
                                    </div>

                                </div>
                            </div>
                        </div>

                        <div class="col-12 bg-lightblue mb-1px tb-accordion">
                            <h4 class="accordion-title fs-12 py-2 m-0 collapsed" data-toggle="collapse" href="#group2" role="button" aria-expanded="false" aria-controls="group2">
                                ページ2/3
                            </h4>
                            <div class="bg-white mb-3 collapse position-relative tb-accordion-content" id="group2">
                              <div class="p-3">
                                <div class="form-group mb-4">
                                    <label for="department">
                                        承認グループ <span class="badge badge-danger">必須</span>
                                    </label>
                                    <select class="form-control" id="department">
                                        <option>グループを選択</option>
                                        <option>グループ1</option>
                                        <option>グループ2</option>
                                        <option>グループ3</option>
                                    </select>
                                </div>

                                <div class="form-group mb-4">
                                    <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                    <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                </div>

                                <div class="mb-4">
                                  <label for="name">表1</label>
                                  <div class="tb-wrap">
                                    <div class="bg-white mb-3 position-relative tb-item">
                                        <div class="position-absolute ad-area">
                                          <a href="javascript:void(0)" class="del"><i class="fas fa-minus p-3"></i></a>
                                          <a href="javascript:void(0)" class="add"><i class="fas fa-plus p-3"></i></a>
                                        </div>
                                        <div class="p-3">
                                          <div class="form-group mb-4">
                                              <label for="section">区間</label>
                                              <input type="text" class="form-control" id="section" aria-describedby="section">
                                          </div>
                                          <div class="form-group mb-4">
                                              <label for="ammount">税込み金額</label>
                                              <input type="number" class="form-control" id="ammount" aria-describedby="ammount">
                                          </div>
                                        </div>
                                    </div>
                                  </div>
                                </div>

                                <div class="form-group mb-4">
                                    <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                    <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                </div>

                              </div>
                            </div>
                        </div>

                        <div class="col-12 bg-lightblue mb-1px tb-accordion">
                            <h4 class="accordion-title fs-12 py-2 m-0 collapsed position-relative" data-toggle="collapse" href="#group3" role="button" aria-expanded="false" aria-controls="group3">
                                ページ3/3
                            </h4>

                            <div class="bg-white mb-3 collapse position-relative tb-accordion-content" id="group3">
                              <div class="p-3">
                                <div class="form-group mb-4">
                                    <label for="department">
                                        承認グループ <span class="badge badge-danger">必須</span>
                                    </label>
                                    <select class="form-control" id="department">
                                        <option>グループを選択</option>
                                        <option>グループ1</option>
                                        <option>グループ2</option>
                                        <option>グループ3</option>
                                    </select>
                                </div>

                                <div class="form-group mb-4">
                                    <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                    <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                </div>

                                <div class="mb-4">
                                  <label for="name">表1</label>
                                  <div class="tb-wrap">
                                    <div class="bg-white mb-3 position-relative tb-item">
                                        <div class="position-absolute ad-area">
                                          <a href="javascript:void(0)" class="del"><i class="fas fa-minus p-3"></i></a>
                                          <a href="javascript:void(0)" class="add"><i class="fas fa-plus p-3"></i></a>
                                        </div>
                                        <div class="p-3">
                                          <div class="form-group mb-4">
                                              <label for="section">区間</label>
                                              <input type="text" class="form-control" id="section" aria-describedby="section">
                                          </div>
                                          <div class="form-group mb-4">
                                              <label for="ammount">税込み金額</label>
                                              <input type="number" class="form-control" id="ammount" aria-describedby="ammount">
                                          </div>
                                        </div>
                                    </div>
                                  </div>
                                </div>

                                <div class="form-group mb-4">
                                    <label for="name">氏名 <span class="badge badge-danger">必須</span></label>
                                    <input type="name" class="form-control" id="name" aria-describedby="nameHelp">
                                </div>

                              </div>
                            </div>
                        </div>

                        <div class="col-12 d-flex">
                            <div class="p-2 flex-grow-1">
                              <button class="btn btn-outline-primary del-btn">削除</button>
                            </div>
                            <div class="p-2">
                                <button class="btn btn-outline-primary sv-btn">保存</button>
                            </div>
                            <div class="p-2">
                                <button class="btn bg-primary text-white sb-btn">送信</button>
                            </div>
                        </div>
                    </div>
                </main>
            </div>
        </div>
    <?php endif; ?>
    <script type="text/javascript" src="js/app_202104.js"></script>
    <script type="text/javascript" src="js/app.js" defer></script>
</body>

</html>