Changeset 18432 for branches/version-2/data/class/pages/admin/order
- Timestamp:
- 2009/12/07 15:08:06 (17 years ago)
- Location:
- branches/version-2/data/class/pages/admin/order
- Files:
-
- 2 edited
-
LC_Page_Admin_Order_Edit.php (modified) (4 diffs)
-
LC_Page_Admin_Order_Pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r18177 r18432 175 175 } 176 176 break; 177 // 再計算177 // 再計算 178 178 case 'cheek': 179 //支払い方法の選択 180 case 'payment': 179 181 // POST情報で上書き 180 182 $this->objFormParam->setParam($_POST); … … 208 210 // 入力値の変換 209 211 $this->objFormParam->convParam(); 210 $this->arrErr = $this->lfCheckError();211 if(count($this->arrErr) == 0) {212 $this->arrErr = $this->lfCheek($arrInfo, $_POST['mode']);213 }214 212 break; 215 213 /* 商品追加ポップアップより商品選択後、商品情報取得*/ … … 234 232 // 入力値の変換 235 233 $this->objFormParam->convParam(); 236 $this->arrErr = $this->lfCheckError();237 if(count($this->arrErr) == 0) {238 $this->arrErr = $this->lfCheek($arrInfo, $_POST['mode']);239 }240 234 break; 241 235 /* 顧客検索ポップアップより顧客指定後、顧客情報取得*/ … … 383 377 $this->objFormParam->addParam("配送時間ID", "deliv_time_id", INT_LEN, "n", array("MAX_LENGTH_CHECK", "NUM_CHECK")); 384 378 $this->objFormParam->addParam("対応状況", "status", INT_LEN, "n", array("EXIST_CHECK", "MAX_LENGTH_CHECK", "NUM_CHECK")); 385 $this->objFormParam->addParam("配達日", "deliv_date", STEXT_LEN, "KVa", array(" MAX_LENGTH_CHECK"));379 $this->objFormParam->addParam("配達日", "deliv_date", STEXT_LEN, "KVa", array("SPTAB_CHECK", "MAX_LENGTH_CHECK")); 386 380 $this->objFormParam->addParam("お支払方法名称", "payment_method"); 387 381 $this->objFormParam->addParam("配送時間", "deliv_time"); -
branches/version-2/data/class/pages/admin/order/LC_Page_Admin_Order_Pdf.php
r18177 r18432 111 111 } 112 112 $objFpdf->createPdf(); 113 exit; 113 114 } 114 115 break;
Note: See TracChangeset
for help on using the changeset viewer.
