| 1 | <!--{* |
|---|
| 2 | /* |
|---|
| 3 | * This file is part of EC-CUBE |
|---|
| 4 | * |
|---|
| 5 | * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 6 | * |
|---|
| 7 | * http://www.lockon.co.jp/ |
|---|
| 8 | * |
|---|
| 9 | * This program is free software; you can redistribute it and/or |
|---|
| 10 | * modify it under the terms of the GNU General Public License |
|---|
| 11 | * as published by the Free Software Foundation; either version 2 |
|---|
| 12 | * of the License, or (at your option) any later version. |
|---|
| 13 | * |
|---|
| 14 | * This program is distributed in the hope that it will be useful, |
|---|
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 | * GNU General Public License for more details. |
|---|
| 18 | * |
|---|
| 19 | * You should have received a copy of the GNU General Public License |
|---|
| 20 | * along with this program; if not, write to the Free Software |
|---|
| 21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 22 | */ |
|---|
| 23 | *}--> |
|---|
| 24 | <script type="text/javascript"> |
|---|
| 25 | <!-- |
|---|
| 26 | function fnSelectCheckSubmit(action){ |
|---|
| 27 | |
|---|
| 28 | var fm = document.form1; |
|---|
| 29 | |
|---|
| 30 | if (!fm["pdf_order_id[]"]) { |
|---|
| 31 | return false; |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | var checkflag = false; |
|---|
| 35 | var max = fm["pdf_order_id[]"].length; |
|---|
| 36 | |
|---|
| 37 | if (max) { |
|---|
| 38 | for (var i=0; i<max; i++) { |
|---|
| 39 | if(fm["pdf_order_id[]"][i].checked == true){ |
|---|
| 40 | checkflag = true; |
|---|
| 41 | } |
|---|
| 42 | } |
|---|
| 43 | } else { |
|---|
| 44 | if(fm["pdf_order_id[]"].checked == true) { |
|---|
| 45 | checkflag = true; |
|---|
| 46 | } |
|---|
| 47 | } |
|---|
| 48 | |
|---|
| 49 | if(!checkflag){ |
|---|
| 50 | alert('チェックボックスが選択されていません'); |
|---|
| 51 | return false; |
|---|
| 52 | } |
|---|
| 53 | |
|---|
| 54 | fnOpenPdfSettingPage(action); |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | function fnOpenPdfSettingPage(action){ |
|---|
| 58 | var fm = document.form1; |
|---|
| 59 | win02("about:blank", "pdf_input", "620","650"); |
|---|
| 60 | |
|---|
| 61 | // 退避 |
|---|
| 62 | tmpTarget = fm.target; |
|---|
| 63 | tmpMode = fm.mode.value; |
|---|
| 64 | tmpAction = fm.action; |
|---|
| 65 | |
|---|
| 66 | fm.target = "pdf_input"; |
|---|
| 67 | fm.mode.value = 'pdf'; |
|---|
| 68 | fm.action = action; |
|---|
| 69 | fm.submit(); |
|---|
| 70 | WIN.focus(); |
|---|
| 71 | |
|---|
| 72 | // 復元 |
|---|
| 73 | fm.target = tmpTarget; |
|---|
| 74 | fm.mode.value = tmpMode; |
|---|
| 75 | fm.action = tmpAction; |
|---|
| 76 | } |
|---|
| 77 | //--> |
|---|
| 78 | </script> |
|---|
| 79 | <div id="order" class="contents-main"> |
|---|
| 80 | <form name="search_form" id="search_form" method="post" action="?"> |
|---|
| 81 | <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> |
|---|
| 82 | <input type="hidden" name="mode" value="search" /> |
|---|
| 83 | <h2>検索条件設定</h2> |
|---|
| 84 | <!--{* 検索条件設定テーブルここから *}--> |
|---|
| 85 | <table> |
|---|
| 86 | <tr> |
|---|
| 87 | <th>注文番号</th> |
|---|
| 88 | <td> |
|---|
| 89 | <!--{assign var=key1 value="search_order_id1"}--> |
|---|
| 90 | <!--{assign var=key2 value="search_order_id2"}--> |
|---|
| 91 | <span class="attention"><!--{$arrErr[$key1]}--></span> |
|---|
| 92 | <span class="attention"><!--{$arrErr[$key2]}--></span> |
|---|
| 93 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1].value|h}-->" maxlength="<!--{$arrForm[$key1].length}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" size="6" class="box6" /> |
|---|
| 94 | ~ |
|---|
| 95 | <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2].value|h}-->" maxlength="<!--{$arrForm[$key2].length}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" size="6" class="box6" /> |
|---|
| 96 | </td> |
|---|
| 97 | <th>対応状況</th> |
|---|
| 98 | <td> |
|---|
| 99 | <!--{assign var=key value="search_order_status"}--> |
|---|
| 100 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 101 | <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> |
|---|
| 102 | <option value="">選択してください</option> |
|---|
| 103 | <!--{html_options options=$arrORDERSTATUS selected=$arrForm[$key].value}--> |
|---|
| 104 | </select> |
|---|
| 105 | </td> |
|---|
| 106 | </tr> |
|---|
| 107 | <tr> |
|---|
| 108 | <th>お名前</th> |
|---|
| 109 | <td> |
|---|
| 110 | <!--{assign var=key value="search_order_name"}--> |
|---|
| 111 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 112 | <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /> |
|---|
| 113 | </td> |
|---|
| 114 | <th>お名前(フリガナ)</th> |
|---|
| 115 | <td> |
|---|
| 116 | <!--{assign var=key value="search_order_kana"}--> |
|---|
| 117 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 118 | <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /> |
|---|
| 119 | </td> |
|---|
| 120 | </tr> |
|---|
| 121 | <tr> |
|---|
| 122 | <th>メールアドレス</th> |
|---|
| 123 | <td> |
|---|
| 124 | <!--{assign var=key value="search_order_email"}--> |
|---|
| 125 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 126 | <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /> |
|---|
| 127 | </td> |
|---|
| 128 | <th>TEL</th> |
|---|
| 129 | <td> |
|---|
| 130 | <!--{assign var=key value="search_order_tel"}--> |
|---|
| 131 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 132 | <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /> |
|---|
| 133 | </td> |
|---|
| 134 | </tr> |
|---|
| 135 | <tr> |
|---|
| 136 | <th>生年月日</th> |
|---|
| 137 | <td colspan="3"> |
|---|
| 138 | <span class="attention"><!--{$arrErr.search_sbirthyear}--></span> |
|---|
| 139 | <span class="attention"><!--{$arrErr.search_ebirthyear}--></span> |
|---|
| 140 | <select name="search_sbirthyear" style="<!--{$arrErr.search_sbirthyear|sfGetErrorColor}-->"> |
|---|
| 141 | <option value="">----</option> |
|---|
| 142 | <!--{html_options options=$arrBirthYear selected=$arrForm.search_sbirthyear.value}--> |
|---|
| 143 | </select>年 |
|---|
| 144 | <select name="search_sbirthmonth" style="<!--{$arrErr.search_sbirthyear|sfGetErrorColor}-->"> |
|---|
| 145 | <option value="">--</option> |
|---|
| 146 | <!--{html_options options=$arrMonth selected=$arrForm.search_sbirthmonth.value}--> |
|---|
| 147 | </select>月 |
|---|
| 148 | <select name="search_sbirthday" style="<!--{$arrErr.search_sbirthyear|sfGetErrorColor}-->"> |
|---|
| 149 | <option value="">--</option> |
|---|
| 150 | <!--{html_options options=$arrDay selected=$arrForm.search_sbirthday.value}--> |
|---|
| 151 | </select>日~ |
|---|
| 152 | <select name="search_ebirthyear" style="<!--{$arrErr.search_ebirthyear|sfGetErrorColor}-->"> |
|---|
| 153 | <option value="">----</option> |
|---|
| 154 | <!--{html_options options=$arrBirthYear selected=$arrForm.search_ebirthyear.value}--> |
|---|
| 155 | </select>年 |
|---|
| 156 | <select name="search_ebirthmonth" style="<!--{$arrErr.search_ebirthyear|sfGetErrorColor}-->"> |
|---|
| 157 | <option value="">--</option> |
|---|
| 158 | <!--{html_options options=$arrMonth selected=$arrForm.search_ebirthmonth.value}--> |
|---|
| 159 | </select>月 |
|---|
| 160 | <select name="search_ebirthday" style="<!--{$arrErr.search_ebirthyear|sfGetErrorColor}-->"> |
|---|
| 161 | <option value="">--</option> |
|---|
| 162 | <!--{html_options options=$arrDay selected=$arrForm.search_ebirthday.value}--> |
|---|
| 163 | </select>日 |
|---|
| 164 | </td> |
|---|
| 165 | </tr> |
|---|
| 166 | <tr> |
|---|
| 167 | <th>性別</th> |
|---|
| 168 | <td colspan="3"> |
|---|
| 169 | <!--{assign var=key value="search_order_sex"}--> |
|---|
| 170 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 171 | <!--{html_checkboxes name="$key" options=$arrSex selected=$arrForm[$key].value}--> |
|---|
| 172 | </td> |
|---|
| 173 | </tr> |
|---|
| 174 | <tr> |
|---|
| 175 | <th>支払方法</th> |
|---|
| 176 | <td colspan="3"> |
|---|
| 177 | <!--{assign var=key value="search_payment_id"}--> |
|---|
| 178 | <span class="attention"><!--{$arrErr[$key]|h}--></span> |
|---|
| 179 | <!--{html_checkboxes name="$key" options=$arrPayments selected=$arrForm[$key].value}--> |
|---|
| 180 | </td> |
|---|
| 181 | </tr> |
|---|
| 182 | <tr> |
|---|
| 183 | <th>受注日</th> |
|---|
| 184 | <td colspan="3"> |
|---|
| 185 | <!--{if $arrErr.search_sorderyear}--><span class="attention"><!--{$arrErr.search_sorderyear}--></span><!--{/if}--> |
|---|
| 186 | <!--{if $arrErr.search_eorderyear}--><span class="attention"><!--{$arrErr.search_eorderyear}--></span><!--{/if}--> |
|---|
| 187 | <select name="search_sorderyear" style="<!--{$arrErr.search_sorderyear|sfGetErrorColor}-->"> |
|---|
| 188 | <option value="">----</option> |
|---|
| 189 | <!--{html_options options=$arrRegistYear selected=$arrForm.search_sorderyear.value}--> |
|---|
| 190 | </select>年 |
|---|
| 191 | <select name="search_sordermonth" style="<!--{$arrErr.search_sorderyear|sfGetErrorColor}-->"> |
|---|
| 192 | <option value="">--</option> |
|---|
| 193 | <!--{html_options options=$arrMonth selected=$arrForm.search_sordermonth.value}--> |
|---|
| 194 | </select>月 |
|---|
| 195 | <select name="search_sorderday" style="<!--{$arrErr.search_sorderyear|sfGetErrorColor}-->"> |
|---|
| 196 | <option value="">--</option> |
|---|
| 197 | <!--{html_options options=$arrDay selected=$arrForm.search_sorderday.value}--> |
|---|
| 198 | </select>日~ |
|---|
| 199 | <select name="search_eorderyear" style="<!--{$arrErr.search_eorderyear|sfGetErrorColor}-->"> |
|---|
| 200 | <option value="">----</option> |
|---|
| 201 | <!--{html_options options=$arrRegistYear selected=$arrForm.search_eorderyear.value}--> |
|---|
| 202 | </select>年 |
|---|
| 203 | <select name="search_eordermonth" style="<!--{$arrErr.search_eorderyear|sfGetErrorColor}-->"> |
|---|
| 204 | <option value="">--</option> |
|---|
| 205 | <!--{html_options options=$arrMonth selected=$arrForm.search_eordermonth.value}--> |
|---|
| 206 | </select>月 |
|---|
| 207 | <select name="search_eorderday" style="<!--{$arrErr.search_eorderyear|sfGetErrorColor}-->"> |
|---|
| 208 | <option value="">--</option> |
|---|
| 209 | <!--{html_options options=$arrDay selected=$arrForm.search_eorderday.value}--> |
|---|
| 210 | </select>日 |
|---|
| 211 | </td> |
|---|
| 212 | </tr> |
|---|
| 213 | <tr> |
|---|
| 214 | <th>更新日</th> |
|---|
| 215 | <td colspan="3"> |
|---|
| 216 | <!--{if $arrErr.search_supdateyear}--><span class="attention"><!--{$arrErr.search_supdateyear}--></span><!--{/if}--> |
|---|
| 217 | <!--{if $arrErr.search_eupdateyear}--><span class="attention"><!--{$arrErr.search_eupdateyear}--></span><!--{/if}--> |
|---|
| 218 | <select name="search_supdateyear" style="<!--{$arrErr.search_supdateyear|sfGetErrorColor}-->"> |
|---|
| 219 | <option value="">----</option> |
|---|
| 220 | <!--{html_options options=$arrRegistYear selected=$arrForm.search_supdateyear.value}--> |
|---|
| 221 | </select>年 |
|---|
| 222 | <select name="search_supdatemonth" style="<!--{$arrErr.search_supdateyear|sfGetErrorColor}-->"> |
|---|
| 223 | <option value="">--</option> |
|---|
| 224 | <!--{html_options options=$arrMonth selected=$arrForm.search_supdatemonth.value}--> |
|---|
| 225 | </select>月 |
|---|
| 226 | <select name="search_supdateday" style="<!--{$arrErr.search_supdateyear|sfGetErrorColor}-->"> |
|---|
| 227 | <option value="">--</option> |
|---|
| 228 | <!--{html_options options=$arrDay selected=$arrForm.search_supdateday.value}--> |
|---|
| 229 | </select>日~ |
|---|
| 230 | <select name="search_eupdateyear" style="<!--{$arrErr.search_eupdateyear|sfGetErrorColor}-->"> |
|---|
| 231 | <option value="">----</option> |
|---|
| 232 | <!--{html_options options=$arrRegistYear selected=$arrForm.search_eupdateyear.value}--> |
|---|
| 233 | </select>年 |
|---|
| 234 | <select name="search_eupdatemonth" style="<!--{$arrErr.search_eupdateyear|sfGetErrorColor}-->"> |
|---|
| 235 | <option value="">--</option> |
|---|
| 236 | <!--{html_options options=$arrMonth selected=$arrForm.search_eupdatemonth.value}--> |
|---|
| 237 | </select>月 |
|---|
| 238 | <select name="search_eupdateday" style="<!--{$arrErr.search_eupdateyear|sfGetErrorColor}-->"> |
|---|
| 239 | <option value="">--</option> |
|---|
| 240 | <!--{html_options options=$arrDay selected=$arrForm.search_eupdateday.value}--> |
|---|
| 241 | </select>日 |
|---|
| 242 | </td> |
|---|
| 243 | </tr> |
|---|
| 244 | <tr> |
|---|
| 245 | <th>購入金額</th> |
|---|
| 246 | <td> |
|---|
| 247 | <!--{assign var=key1 value="search_total1"}--> |
|---|
| 248 | <!--{assign var=key2 value="search_total2"}--> |
|---|
| 249 | <span class="attention"><!--{$arrErr[$key1]}--></span> |
|---|
| 250 | <span class="attention"><!--{$arrErr[$key2]}--></span> |
|---|
| 251 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1].value|h}-->" maxlength="<!--{$arrForm[$key1].length}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" size="6" class="box6" /> |
|---|
| 252 | 円 ~ |
|---|
| 253 | <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2].value|h}-->" maxlength="<!--{$arrForm[$key2].length}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" size="6" class="box6" /> |
|---|
| 254 | 円 |
|---|
| 255 | </td> |
|---|
| 256 | <th>購入商品</th> |
|---|
| 257 | <td> |
|---|
| 258 | <!--{assign var=key value="search_product_name"}--> |
|---|
| 259 | <!--{if $arrErr[$key]}--><span class="attention"><!--{$arrErr[$key]}--></span><!--{/if}--> |
|---|
| 260 | <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="6" class="box30" /> |
|---|
| 261 | </td> |
|---|
| 262 | </tr> |
|---|
| 263 | </table> |
|---|
| 264 | |
|---|
| 265 | <div class="btn"> |
|---|
| 266 | <p class="page_rows">検索結果表示件数 |
|---|
| 267 | <!--{assign var=key value="search_page_max"}--> |
|---|
| 268 | <span class="attention"><!--{$arrErr[$key]}--></span> |
|---|
| 269 | <select name="<!--{$arrForm[$key].keyname}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> |
|---|
| 270 | <!--{html_options options=$arrPageMax selected=$arrForm[$key].value}--> |
|---|
| 271 | </select> 件</p> |
|---|
| 272 | <div class="btn-area"> |
|---|
| 273 | <ul> |
|---|
| 274 | <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('search_form', 'search', '', ''); return false;"><span class="btn-next">この条件で検索する</span></a></li> |
|---|
| 275 | </ul> |
|---|
| 276 | </div> |
|---|
| 277 | </div> |
|---|
| 278 | <!--検索条件設定テーブルここまで--> |
|---|
| 279 | </form> |
|---|
| 280 | |
|---|
| 281 | <!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}--> |
|---|
| 282 | |
|---|
| 283 | <!--★★検索結果一覧★★--> |
|---|
| 284 | <form name="form1" id="form1" method="post" action="?"> |
|---|
| 285 | <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> |
|---|
| 286 | <input type="hidden" name="mode" value="search" /> |
|---|
| 287 | <input type="hidden" name="order_id" value="" /> |
|---|
| 288 | <!--{foreach key=key item=item from=$arrHidden}--> |
|---|
| 289 | <!--{if is_array($item)}--> |
|---|
| 290 | <!--{foreach item=c_item from=$item}--> |
|---|
| 291 | <input type="hidden" name="<!--{$key|h}-->[]" value="<!--{$c_item|h}-->" /> |
|---|
| 292 | <!--{/foreach}--> |
|---|
| 293 | <!--{else}--> |
|---|
| 294 | <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" /> |
|---|
| 295 | <!--{/if}--> |
|---|
| 296 | <!--{/foreach}--> |
|---|
| 297 | <h2>検索結果一覧</h2> |
|---|
| 298 | <div class="btn"> |
|---|
| 299 | <span class="attention"><!--検索結果数--><!--{$tpl_linemax}-->件</span> が該当しました。 |
|---|
| 300 | <!--{if $smarty.const.ADMIN_MODE == '1'}--> |
|---|
| 301 | <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><span>検索結果をすべて削除</span></a> |
|---|
| 302 | <!--{/if}--> |
|---|
| 303 | <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;">CSV ダウンロード</a> |
|---|
| 304 | <a class="btn-normal" href="../contents/csv.php?tpl_subno_csv=order">CSV 出力項目設定</a> |
|---|
| 305 | <a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span>PDF一括出力</span></a> |
|---|
| 306 | </div> |
|---|
| 307 | <!--{if count($arrResults) > 0}--> |
|---|
| 308 | |
|---|
| 309 | <!--{include file=$tpl_pager}--> |
|---|
| 310 | |
|---|
| 311 | <!--{* 検索結果表示テーブル *}--> |
|---|
| 312 | <table class="list"> |
|---|
| 313 | <col width="10%" /> |
|---|
| 314 | <col width="10%" /> |
|---|
| 315 | <col width="15%" /> |
|---|
| 316 | <col width="10%" /> |
|---|
| 317 | <col width="10%" /> |
|---|
| 318 | <col width="10%" /> |
|---|
| 319 | <col width="10%" /> |
|---|
| 320 | <col width="10%" /> |
|---|
| 321 | <col width="5%" /> |
|---|
| 322 | <col width="5%" /> |
|---|
| 323 | <col width="5%" /> |
|---|
| 324 | <!--{* ペイジェントモジュール連携用 *}--> |
|---|
| 325 | <!--{assign var=path value=`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order_index.tpl}--> |
|---|
| 326 | <!--{if file_exists($path)}--> |
|---|
| 327 | <!--{include file=$path}--> |
|---|
| 328 | <!--{else}--> |
|---|
| 329 | <tr> |
|---|
| 330 | <th>受注日</th> |
|---|
| 331 | <th>注文番号</th> |
|---|
| 332 | <th>お名前</th> |
|---|
| 333 | <th>支払方法</th> |
|---|
| 334 | <th>購入金額(円)</th> |
|---|
| 335 | <th>全商品発送日</th> |
|---|
| 336 | <th>対応状況</th> |
|---|
| 337 | <th><label for="pdf_check">帳票</label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th> |
|---|
| 338 | <th>編集</th> |
|---|
| 339 | <th>メール</th> |
|---|
| 340 | <th>削除</th> |
|---|
| 341 | </tr> |
|---|
| 342 | |
|---|
| 343 | <!--{section name=cnt loop=$arrResults}--> |
|---|
| 344 | <!--{assign var=status value="`$arrResults[cnt].status`"}--> |
|---|
| 345 | <tr style="background:<!--{$arrORDERSTATUS_COLOR[$status]}-->;"> |
|---|
| 346 | <td class="center"><!--{$arrResults[cnt].create_date|sfDispDBDate}--></td> |
|---|
| 347 | <td class="center"><!--{$arrResults[cnt].order_id}--></td> |
|---|
| 348 | <td><!--{$arrResults[cnt].order_name01|h}--> <!--{$arrResults[cnt].order_name02|h}--></td> |
|---|
| 349 | <!--{assign var=payment_id value="`$arrResults[cnt].payment_id`"}--> |
|---|
| 350 | <td class="center"><!--{$arrPayments[$payment_id]}--></td> |
|---|
| 351 | <td class="right"><!--{$arrResults[cnt].total|number_format}--></td> |
|---|
| 352 | <td class="center"><!--{$arrResults[cnt].commit_date|sfDispDBDate|default:"未発送"}--></td> |
|---|
| 353 | <td class="center"><!--{$arrORDERSTATUS[$status]}--></td> |
|---|
| 354 | <td class="center"> |
|---|
| 355 | <input type="checkbox" name="pdf_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="pdf_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="pdf_order_id_<!--{$arrResults[cnt].order_id}-->">一括出力</label><br> |
|---|
| 356 | <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class">個別出力</span></a> |
|---|
| 357 | </td> |
|---|
| 358 | <td class="center"><a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_EDIT_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_edit">編集</span></a></td> |
|---|
| 359 | <td class="center"> |
|---|
| 360 | <!--{if $arrResults[cnt].order_email|strlen >= 1}--> |
|---|
| 361 | <a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_MAIL_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_mail">通知</span></a> |
|---|
| 362 | <!--{/if}--> |
|---|
| 363 | </td> |
|---|
| 364 | <td class="center"><a href="?" onclick="fnModeSubmit('delete_order', 'order_id', <!--{$arrResults[cnt].order_id}-->); return false;"><span class="icon_delete">削除</span></a></td> |
|---|
| 365 | </tr> |
|---|
| 366 | <!--{/section}--> |
|---|
| 367 | <!--{/if}--> |
|---|
| 368 | </table> |
|---|
| 369 | <!--{* 検索結果表示テーブル *}--> |
|---|
| 370 | |
|---|
| 371 | <!--{/if}--> |
|---|
| 372 | |
|---|
| 373 | </form> |
|---|
| 374 | <!--{/if}--> |
|---|
| 375 | </div> |
|---|