Aatest.php 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. <?php defined('BASEPATH') OR exit('No direct script access allowed');
  2. class Aatest extends Start_Controller {
  3. public function __construct(){
  4. parent::__construct();
  5. $this->load->library('session');
  6. $this->load->_model('Model_whlabel','whlabel');
  7. $this->load->_model('Model_warehouse','warehouse');
  8. $this->load->_model('Model_productprice','productprice');
  9. $this->load->_model('Model_excel','excel');
  10. $this->load->_model('Model_fullorder','fullorder');
  11. $this->load->_model('Model_fullordertt','fullordertt');
  12. $this->load->_model('Model_fullordersmt','fullordersmt');
  13. $this->load->_model('Model_outbound','outbound');
  14. $this->load->_model('Model_express','express');
  15. $this->load->_model('Model_shop','shop');
  16. $this->load->_model('Model_typeclass','typeclass');
  17. $this->load->_model('Model_country','country');
  18. $this->load->_model('Model_kdniao','kdniao');
  19. $this->load->_model('Model_notice','notice');
  20. $this->load->_model('Model_dhl','dhl');
  21. $this->load->_model('Model_dhlhz','dhlhz');
  22. $this->load->_model('Model_usps','usps');
  23. $this->load->_model('Model_fedex','fedex');
  24. $this->load->_model('Model_fedex_cby','fedex_cby');
  25. $this->load->_model('Model_ups','ups');
  26. $this->load->_model('Model_ali','ali');
  27. $this->load->_model('Model_dpd','dpd');
  28. $this->load->_model('Model_shop','shop');
  29. $this->load->_model('Model_user','user');
  30. $this->load->_model('Model_whlabel','whlabel');
  31. $this->load->_model('Model_specialstock','specialstock');
  32. $this->load->_model('Model_ck','ck');
  33. $this->load->_model('Model_whlabellabel','whlabellabel');
  34. $this->load->_model('Model_apiyy','apiyy');
  35. $this->load->helper('url');
  36. $this->load->_model('Model_whlabel_fc','whlabel_fc');
  37. $this->load->_model('Model_systemtransfer','systemtransfer');
  38. $this->load->_model('Model_classid','classid');
  39. $this->load->_model('Model_allocation','allocation');
  40. $this->load->_model('Model_fullorderxw','fullorderxw');
  41. $this->load->_model('Model_fullorderpaypal','fullorderpaypal');
  42. $this->load->_model('Model_fedexv1','fedexv1');
  43. $this->load->_model('Model_logic_crm','logic_crm');
  44. $this->load->_model("Model_fullorder","fullorder");
  45. $this->load->_model("Model_express","express");
  46. $this->load->_model("Model_logic_ding","logic_ding");
  47. $this->load->_model("Model_api",'api');
  48. $this->load->_model("Model_usps",'usps');
  49. $this->load->_model('Model_emaildata','emaildata');
  50. $this->load->_model('Model_logic_tools','logic_tools');
  51. $this->load->_model('Model_logic_order','logic_order');
  52. $this->load->_model('Model_returngoods','returngoods');
  53. $this->load->_model('Model_returnlogs','returnlogs');
  54. $this->load->_model('Model_productdescribe','productdescribe');
  55. $this->load->_model('Model_logic_u9tools','logic_u9tools');
  56. $this->load->_model('Model_17track','17track');
  57. $this->load->_model('Model_customer','customer');
  58. $this->load->_model('Model_express','express');
  59. $this->load->_model('Model_weight','weight');
  60. $this->load->_model('Model_cne','cne');
  61. $this->load->_model("Model_zzjobs","zzjobs");
  62. $this->load->_model("Model_zzerrlog","zzerrlog");
  63. $this->load->_model("Model_zzhjobs","zzhjobs");
  64. $this->load->_model('Model_apiyy','apiyy');
  65. $this->load->_model('Model_systemtransfer','systemtransfer');
  66. $this->load->_model('Model_afspaypal','afspaypal');
  67. $this->load->_model('Model_message','message');
  68. $this->load->_model('Model_itsxb','itsxb');
  69. $this->load->_model("Model_logic_order","logic_order");
  70. $this->load->_model("Model_job_get3pewaybillid",'job_get3pewaybillid');
  71. $this->load->_model("Model_yuntu","yuntu");
  72. $this->load->_model("Model_job_getyuntuwaybillid","job_getyuntuwaybillid");
  73. $this->load->_model("Model_hualei",'hualei');
  74. $this->load->_model("Model_job_gethualeiwaybillid","job_gethualeiwaybillid");
  75. $this->load->_model("Model_apiyyv1","apiyyv1");
  76. $this->load->_model("Model_settingtest","settingtest");
  77. $this->load->_model("Model_cne","cne");
  78. $this->load->_model("Model_apismt","apismt");
  79. }
  80. //定义方法的调用规则 获取URI第二段值
  81. public function _remap($arg,$arg_array)
  82. {
  83. //_print()
  84. if($arg == 'dayin')
  85. {
  86. $this->_u9dcd();
  87. }elseif($arg == 'getorder'){
  88. $this->_getorder();
  89. }else{
  90. exit('No direct script access allowed');
  91. }
  92. }
  93. public function _u9dcd(){
  94. $token = $this->settingtest->get_yytoken_120();
  95. $doc_no = $this->input->get('doc_no',true);
  96. $res = $this->apiyyv1->cxScdStatus($doc_no,$token);
  97. echo "<pre>";
  98. var_dump($res);
  99. die;
  100. }
  101. public function _apismtOrder(){
  102. $post = $this->apismt->get_order("8204437130874932","50000601909fLFcsqEWGf1fd9756fw3q0TfklNpzHt1GHWEQtdwSvsNsWTa0WCkkIgJ");
  103. echo "<pre>";
  104. var_dump($post);
  105. die;
  106. }
  107. public function dock(){
  108. $fp = "87,-128-1620-80-2584-856-104-146-30-72-2071-|Wigs CR 9A LY065 HL1B/27#WK Deep Wave 13*4 Frontal Wig Medium 180% Ready to Go 18inch |1|0|0|18|0|0|0|0;-131-2247-|Gift HairElastic |1|0|0||0|0|0|0;-131-2236-|Gift WKElasticBand |1|0|0||0|0|0|0;-131-2492-|Gift PackTTWK |1|0|0||0|0|0|0;-131-2235-|Gift EdgeBrush |1|0|0||0|0|0|0;-131-2250-|Gift BoxWK |1|0|0||0|0|0|0;";
  109. $wh = "|1288087258485610414630722071-1-0|1312247-1-0|1312236-1-0|1312492-1-0|1312235-1-0|1312250-1-0|";
  110. $number = "TT-WK-250811-087";
  111. $warehouse = $this->warehouse->find_all("fpzd = '1'",'*','fpsx desc');
  112. echo "<pre>";
  113. foreach ($warehouse as $v)
  114. {
  115. $yx = 'get_yx_'.$v['bdck'];
  116. $kczd = $this->ck->$yx(207,$v,35,$number,$wh,$fp);
  117. var_dump($kczd);
  118. }
  119. }
  120. public function getToken($type){
  121. $name = "get_yytoken_".$type;
  122. $token = $this->settingtest->$name();
  123. return $token;
  124. }
  125. public function _notice(){
  126. $notice = $this->notice->read(30);
  127. $v = $this->fullorder->get_number('Y-50728-010');
  128. $shop = $this->shop->read($v['shop']);
  129. $express = $this->express->read($v['express']);
  130. echo "<pre>";
  131. print_r($notice);
  132. print_r($v);
  133. print_r($shop);
  134. die;
  135. $fs = $this->notice->get_god($v,$shop,$express,$notice);
  136. }
  137. public function _error(){
  138. // echo $c;
  139. set_error_handler(function($severity, $message, $file, $line) {
  140. // 自定义错误处理逻辑
  141. throw new ErrorException($message, 0, $severity, $file, $line);
  142. //return true; // 返回true表示已处理,阻止CI继续处理
  143. });
  144. set_exception_handler(function($exception) {
  145. // 自定义异常处理逻辑
  146. // 一般也就是处理一下抛出可允许的错误 允许往下执行 目前这里不做任何处理 只关注于 sql的错误和程序执行的异常
  147. });
  148. $this->db->db_debug = false;
  149. $this->db->trans_begin();
  150. try{
  151. $do_sql = $this->db->insert('table', []);
  152. if(!$do_sql){
  153. throw new Exception("sql error:【".$this->db->error()['message']."】");
  154. }
  155. }catch(Exception $e){
  156. $this->db->trans_rollback();
  157. exit(json_encode(['msg'=>$e->getMessage(),'success'=>false],JSON_UNESCAPED_UNICODE));
  158. }finally{
  159. if ($this->db->trans_status() === TRUE)
  160. {
  161. $this->db->trans_commit();
  162. exit(json_encode(['msg'=>"操作成功",'success'=>true],JSON_UNESCAPED_UNICODE));
  163. }
  164. else
  165. {
  166. $this->db->trans_rollback();
  167. exit(json_encode(['msg'=>"sql语句执行",'success'=>false],JSON_UNESCAPED_UNICODE));
  168. }
  169. }
  170. }
  171. public function _plcl(){
  172. $typeclass = [];
  173. $classid = $this->classid->sku();
  174. $tcall = $this->typeclass->find_all();
  175. foreach ($tcall as $v)
  176. {
  177. //$tcjm[$v['id']] = array($v['jm'],$v['classid']);
  178. $typeclass[$v['id']] = array('zh'=>$v['zh'],'classid'=>$v['classid'],'bm'=>$v['bm'],'title'=>$v['title'],'jm'=>$v['jm']);
  179. }
  180. $dtctitle = [];
  181. foreach($tcall as $v){
  182. $dtctitle[$v['id']] = $v['title'];
  183. }
  184. $dtc = [];
  185. foreach ($tcall as $v) {
  186. if (stripos($v['spare'], '|') !== false) //如果有多个值
  187. {
  188. $v['spare'] = explode('|', $v['spare']);
  189. foreach ($v['spare'] as $k => $vs) {
  190. if (stripos($v['zh'], '|') !== false) {
  191. $vzh = explode('|', $v['zh']);
  192. $dtc[strtolower($vs)] = array('classid' => $v['classid'], 'zh' => $vzh[$k], 'id' => $v['id'], 'jm' => $v['jm'], 'spare' => $vs);
  193. } else {
  194. $dtc[strtolower($vs)] = array('classid' => $v['classid'], 'zh' => $v['zh'], 'id' => $v['id'], 'jm' => $v['jm'], 'spare' => $vs);
  195. }
  196. }
  197. } else {
  198. $dtc[strtolower($v['spare'])] = array('classid' => $v['classid'], 'zh' => $v['zh'], 'id' => $v['id'], 'jm' => $v['jm'], 'spare' => $v['spare']);
  199. }
  200. }
  201. $tmp_sku ="RTG-A033-STW-13*4BobWig-250%-10";
  202. $u9_info = $this->logic_order->skuTransferFeatures($tmp_sku,$typeclass,$dtc,$dtctitle,$classid);
  203. echo "<pre>";
  204. var_dump($tmp_sku);
  205. var_dump($u9_info);
  206. die;
  207. }
  208. public function _print(){
  209. $this->_Template('aaadayin',$this->data);
  210. }
  211. public function _doWcCp(){
  212. $info = $this->zzhjobs->find("status = 0");
  213. $this->zzhjobs->save(['status'=>30],$info['id']);
  214. echo "<pre>";
  215. $info['payload'] = json_decode($info['payload'],true);
  216. //print_r($info);
  217. var_dump($info['payload']);
  218. $lb = $this->systemtransfer->read($info['payload']['fid']);
  219. $nu = $this->fullorder->get_number($lb['number']);
  220. if(!$nu)
  221. {
  222. $nu = $this->fullordersmt->get_number($lb['number']);
  223. if(!$nu)
  224. {
  225. $nu = $this->fullordertt->get_number($lb['number']);
  226. }
  227. }
  228. if(empty($nu)){
  229. echo "数据不存在";
  230. die;
  231. }
  232. $s = $this->shop->read($nu['shop']);
  233. $lb['kh'] = $s['yyid'];
  234. $lb['ts'] = 1;
  235. // var_dump($lb);
  236. $rk = $this->apiyy->_newrk($lb);
  237. var_dump($rk);
  238. // $list = $this->zzerrlog->find_all("content like '%检测货物流转打印情况13|2%' and time >= 1745881418 and time <= 1745967818 ");
  239. // echo "<pre>";
  240. // print_r(count($list));
  241. // foreach($list as $k=>$v){
  242. // $tmp_arr = explode("|",$v['content']);
  243. // $params = [
  244. // "transfer"=>13,
  245. // "type"=>2,
  246. // "number"=>$tmp_arr[2],
  247. // 'fid'=>$tmp_arr[3]
  248. // ];
  249. // $this->zzhjobs->insert(
  250. // [
  251. // 'status'=>0,
  252. // 'quque'=>'xgwsu9',
  253. // 'payload'=>json_encode($params),
  254. // 'do_interval'=>1,
  255. // 'create_time'=>time(),
  256. // ]
  257. // );
  258. // }
  259. }
  260. public function _th($arg_array){
  261. die;
  262. if(empty($arg_array)){
  263. die(1);
  264. }
  265. $order_no = $arg_array[0];
  266. var_dump($order_no);
  267. $data = $this->fullorder->get_number($order_no);
  268. if(empty($data)){
  269. echo 2;
  270. exit(2);
  271. }
  272. $r = $this->usps->get_return($data);
  273. echo "<pre>";
  274. print_r($r);
  275. }
  276. //物流轨迹
  277. public function _logistic(){
  278. echo "<pre>";
  279. $fs = $this->cne->get_logistics_yskx([
  280. [
  281. "TrackNumber"=>"880739284316",
  282. ]
  283. ]);
  284. print_r($fs);
  285. //$fs = $this->usps->get_logistics($v);
  286. die;
  287. }
  288. public function _getorder(){
  289. $name = 'Alipearl';
  290. $userKey = array(
  291. 'Alipearl' => array('username'=>'huchunmei','api_key'=>'huchunmei126_alipearl_erp888','url'=>'https://www.alipearlhair.com'),
  292. 'Asteria' => array('username'=>'huchunmei','api_key'=>'huchunmei126_asteria_erp888','url'=>'https://www.asteriahair.com'),
  293. 'WestKiss' => array('username'=>'huchunmei','api_key'=>'huchunmei126_westkiss_erp868','url'=>'https://www.westkiss.com'),
  294. 'SuperNova' => array('username'=>'huchunmei','api_key'=>'huchunmei126_supernova_erp6898','url'=>'https://www.supernovahair.com'),
  295. 'Wiggins' => array('username'=>'huchunmei','api_key'=>'huchunmei126_wiggins_erp652','url'=>'https://www.wigginshair.com'),
  296. 'Yolissa' => array('username'=>'huchunmei','api_key'=>'huchunmei126_yolissa_688','url'=>'https://www.yolissahair.com'),
  297. );
  298. $proxy = new SoapClient($userKey[$name]['url'].'/api/soap/?wsdl');
  299. try {
  300. $sessionId = $proxy->login($userKey[$name]['username'], $userKey[$name]['api_key']);
  301. }
  302. catch (Exception $e) {
  303. echo $e->getMessage();
  304. }
  305. $data = array('proxy'=>$proxy,'sessionId'=>$sessionId,'url'=>$userKey[$name]['url']);
  306. $fromTime = date('Y-m-d H:i:s',time()- 3600*24*6);
  307. $toTime = date('Y-m-d H:i:s',time());
  308. $filters = array(array('created_at'=>array('from'=>$fromTime,'to'=>$toTime)));
  309. $result = $data['proxy']->call($data['sessionId'],'sales_order.list',$filters);
  310. echo "<pre>";
  311. // print_r($result[0]);
  312. foreach($result as $item)
  313. {
  314. // print_r($item);exit;
  315. $iteminfo= $data['proxy']->call($data['sessionId'], 'sales_order.info', $item['increment_id']);
  316. print_r($iteminfo['items']);
  317. }
  318. }
  319. public function getDtc(){
  320. $dictionaries = $this->typeclass->find_all('spare!= "" and classid != 1 and classid != 2 and classid != 3 and classid != 4 and classid != 5 and classid != 11 and classid != 16 and classid != 17 and classid != 20 and classid != 21 and classid != 23 and classid != 24 and classid != 29 and classid != 30 and classid != 31 and classid != 32 and classid != 36');
  321. $dtc = array();
  322. foreach ($dictionaries as $v)
  323. {
  324. if(stripos($v['spare'],'|') !== false)//如果有多个值
  325. {
  326. $v['spare'] = explode('|',$v['spare']);
  327. foreach ($v['spare'] as $k=>$vs)
  328. {
  329. if(stripos($v['zh'],'|') !== false)
  330. {
  331. $vzh = explode('|',$v['zh']);
  332. $dtc[strtolower($vs)] = array('classid'=>$v['classid'],'zh'=>$vzh[$k],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$vs);
  333. }
  334. else
  335. {
  336. $dtc[strtolower($vs)] = array('classid'=>$v['classid'],'zh'=>$v['zh'],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$vs);
  337. }
  338. }
  339. }
  340. else
  341. {
  342. $dtc[strtolower($v['spare'])] = array('classid'=>$v['classid'],'zh'=>$v['zh'],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$v['spare']);
  343. }
  344. }
  345. $dtctitle = [];
  346. $dictionaries2 = $this->typeclass->find_all();
  347. foreach ($dictionaries2 as $v)
  348. {
  349. $dtctitle[$v['id']] = $v['title'];
  350. }
  351. return [
  352. 'dtc'=>$dtc,
  353. 'dtctitle'=>$dtctitle
  354. ];
  355. }
  356. public function _a(){
  357. $list = [
  358. [
  359. 'sku2'=>'-1297-80-2602-1306-57-101-1283-',
  360. ]
  361. ];
  362. $r = $this->logic_u9tools->getU9bm($list,'sku2');
  363. echo "<pre>";
  364. var_dump($r);
  365. die;
  366. $data = $this->getDtc();
  367. $dtc = $data['dtc'];
  368. $dtctitle = $data['dtctitle'];
  369. //die;
  370. $quantity = '1';
  371. //$issku = 'NW-Ponytail-10-Accs-175g';
  372. $issku = "Accs-STW-Topper-6*7-8";
  373. $money = array();
  374. $productdescribe = $this->productdescribe->find_all('1=1');
  375. foreach ($productdescribe as $v)
  376. {
  377. $money[$v['number']] = array();
  378. }
  379. /* 价格加入 */
  380. /* 匹配ID加入 */
  381. $int = array();
  382. $intdata = $this->typeclass->find_all('classid=14','id,spare');
  383. foreach ($intdata as $v)
  384. {
  385. $v['spare'] = explode('|',$v['spare']);
  386. $int[$v['id']] = $v['spare'][0];
  387. }
  388. // var_dump($dtc);
  389. // var_dump($dtctitle);
  390. $r = $this->api->matching($quantity,$issku,$dtc,$money,$int,$dtctitle,[1],[
  391. ]);
  392. echo "<pre>";
  393. var_dump($r);
  394. die;
  395. $time = time();
  396. $jiami = "alipearlhair+".(string)$time;
  397. echo json_encode([
  398. 'shop'=>3,
  399. 'waybill'=>'283786008019',
  400. 'time'=>$time,
  401. 'key'=>$this->logic_tools->toolsjiami($jiami,"6amg!pnfrlbpnjgirv", "6ook4k!2w94m6jtm"),
  402. ]);
  403. die;
  404. $dtc = array();
  405. /* 订单号加入键值-j */
  406. /* 匹配加入 */
  407. $dictionaries = $this->typeclass->find_all('spare!= "" and classid != 1 and classid != 2 and classid != 3 and classid != 4 and classid != 5 and classid != 11 and classid != 16 and classid != 17 and classid != 20 and classid != 21 and classid != 23 and classid != 24 and classid != 29 and classid != 30 and classid != 31 and classid != 32 and classid != 36');
  408. // and (classid=13 or classid=22 or classid=8 or classid=15 or classid=27 or classid=25 or classid=26 or classid=18 or classid=14 or classid=9 or classid=12 or classid=10 or classid=6 or classid=100 or classid=999)
  409. foreach ($dictionaries as $v)
  410. {
  411. if(stripos($v['spare'],'|') !== false)//如果有多个值
  412. {
  413. $v['spare'] = explode('|',$v['spare']);
  414. foreach ($v['spare'] as $k=>$vs)
  415. {
  416. if(stripos($v['zh'],'|') !== false)
  417. {
  418. $vzh = explode('|',$v['zh']);
  419. $dtc[strtolower($vs)] = array('classid'=>$v['classid'],'zh'=>$vzh[$k],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$vs);
  420. }
  421. else
  422. {
  423. $dtc[strtolower($vs)] = array('classid'=>$v['classid'],'zh'=>$v['zh'],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$vs);
  424. }
  425. }
  426. }
  427. else
  428. {
  429. $dtc[strtolower($v['spare'])] = array('classid'=>$v['classid'],'zh'=>$v['zh'],'id'=>$v['id'],'jm'=>$v['jm'],'spare'=>$v['spare']);
  430. }
  431. }
  432. $dtctitle = [];
  433. $dictionaries2 = $this->typeclass->find_all();
  434. foreach ($dictionaries2 as $v)
  435. {
  436. $dtctitle[$v['id']] = $v['title'];
  437. }
  438. echo "<pre>";
  439. $sku = "Free,Gift--PackQQS,NW--3+Ori6*6C-22 24 26-20-6*6C";
  440. $sl = "1;1;1;";
  441. $r = $this->api->matching($sl,$sku,$dtc,"","",$dtctitle,$shop=[],$extra = [
  442. "price"=>"565.7700",
  443. "row_total"=>"565.7700"
  444. ]);
  445. var_dump($r['title']);
  446. $r = $r['product'];
  447. $rr = explode(";",$r);
  448. print_r($rr);
  449. }
  450. public function _fout()
  451. {
  452. $waybill = $this->input->get('waybill');
  453. $info = $this->fullorder->get_waybill($waybill);
  454. //$r = $this->usps->get_new_logistics($info);
  455. $r = $this->fedexv1->get_logistics(123);
  456. echo "<pre>";
  457. var_dump($r);
  458. //$this->fedexv1->makeAccessToken();
  459. }
  460. public function _waybillemail()
  461. {
  462. $urls = array();$sl = 0;$time = time();
  463. $wid = 2;
  464. // if(date("H",time()) == '8' && date("i",time()) > '20' && date("i",time()) < '39')//USPS-USA单
  465. // {
  466. // $wid = 1;
  467. // }
  468. // else if(date("H",time()) == '20' && date("i",time()) > '20' && date("i",time()) < '39')//其他快递
  469. // {
  470. // $wid = 2;
  471. // }
  472. // else
  473. // {
  474. // exit;
  475. // }
  476. $notice = $this->notice->find_all("message = '1' and state = '1' and type = '4' and ktime < '$time' and jtime > '$time'");//已有自动发送,这个是物流发送
  477. foreach ($notice as $key=>$var)
  478. {
  479. $this->_waybillfs([
  480. 'var'=>$var,
  481. 'wid'=>$wid
  482. ]);
  483. }
  484. }
  485. public function upadtel(){
  486. $returngoods_id = 150;
  487. $insert_flag = 1217819;
  488. $number = 'KISS-50206-004';
  489. $returngoods_info = $this->returngoods->read($returngoods_id);
  490. $this->returngoods->save([
  491. 'status'=>80,
  492. 'back_no'=>$number,
  493. 'back_id'=>$insert_flag,
  494. 'update_time'=>date('Y-m-d H:i:s'),
  495. ],$returngoods_id);
  496. $this->returnlogs->insert([
  497. 'rg_id'=>(int)$returngoods_id,
  498. 'operat_id'=>10,
  499. 'operat_name'=>'admin',
  500. 'remark'=>"订单号:".$returngoods_info['orderinfo']."重新换货-换货新订单编码".$number,
  501. 'create_time'=>date('Y-m-d H:i:s'),
  502. ]);
  503. }
  504. public function _waybillfs($data)
  505. {
  506. if($data)
  507. {
  508. $notice = $data['var'];
  509. $notice['email'] = $this->emaildata->read($notice['email']);
  510. $wid = $data['wid'];
  511. $fsjs = "";
  512. if($wid == 1 && (stripos($notice['express'],',2,') !== false || stripos($notice['express'],',63,') !== false || stripos($notice['express'],',64,') !== false))
  513. {
  514. $js = explode(',',trim($notice['js'],','));
  515. if(count($js) > 1)
  516. {
  517. $fsjs = " and (";
  518. foreach ($js as $v)
  519. {
  520. $fsjs .= "js = '$v' or ";
  521. }
  522. $fsjs = trim($fsjs,' or ').")" ;
  523. }
  524. else if(count($js) == 1)
  525. {
  526. $fsjs = " and js = '$js[0]'";
  527. }
  528. $where = "(express = '2' or express = '63' or express = '64') and librarytime > '".strtotime(date("Y-m-d 8:30:0",strtotime("-6 day")))."' and librarytime < '".strtotime(date("Y-m-d 8:30:0",time()))."'".$fsjs;//3
  529. }
  530. else if($wid == 2 && stripos($notice['express'],',1,') !== false)
  531. {
  532. $where = "express != '2' and express != '63' and express != '64' and printtype = '1' and waybill != '' and librarytime > '".strtotime(date("Y-m-d 20:00:0",strtotime("-6 day")))."' and librarytime < '".strtotime(date("Y-m-d 20:00:0",time()))."'";//4
  533. }
  534. else
  535. {
  536. exit;
  537. }
  538. $this->logic_ding->sendToDing("source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
  539. // $wlfs = array();
  540. // $dd = $this->fullorder->find_all("source != '1' and dlzemail < '1' and shop = '".$notice['shop']."' and library = 2 and ".$where);
  541. // foreach($dd as $v){
  542. // $this->logic_ding->sendToDing($v['orderinfo']."监听邮件发送的异常:订单信息【".json_encode($v,JSON_UNESCAPED_UNICODE)."】");
  543. // }
  544. // foreach ($dd as $v)
  545. // {
  546. // $shop = $this->shop->read($v['shop']);
  547. // $express = $this->express->read($v['express']);
  548. // $fs = $this->notice->get_god($v,$shop,$express,$notice);
  549. // $this->logic_ding->sendToDing($v['orderinfo']."监听邮件发送的异常:订单信息【".json_encode($v,JSON_UNESCAPED_UNICODE)."】获取快递信息【".json_encode($notice,JSON_UNESCAPED_UNICODE)."】返回的信息".json_encode($fs));
  550. // if($fs == 1)
  551. // {
  552. // $this->fullorder->save(array('dlzemail'=>1,'dlzemailtime'=>time()),$v['id']);
  553. // //给crm发送信息 先存储数据 后续定时任务执行
  554. // if($v['shop'] < 10){
  555. // $this->zztmpdata->insert([
  556. // 'type'=>2,
  557. // 'act_name'=>'crm_order',
  558. // 'content'=>json_encode($v),
  559. // 'create_time'=>time()
  560. // ]);
  561. // }
  562. // }
  563. // else
  564. // {
  565. // //$pdtime = date('Y-m-d',time());
  566. // //$folderPath = './data/dlzemail/'.$pdtime; // 文件夹路径
  567. // //$permissions = 0777; // 权限设置
  568. // //if (!file_exists($folderPath)) { mkdir($folderPath, $permissions); }//创建文件夹
  569. // //file_exists($folderPath);
  570. // if(!is_file("./data/dlzemail/".$v['number'].".txt"))
  571. // {
  572. // $myfile = fopen("./data/dlzemail/".$v['number'].".txt", "w") or die("Unable to open file!");
  573. // fwrite($myfile, json_encode($fs.';'.$v.';'.$shop.';'.$express.';'.$notice));
  574. // fclose($myfile);
  575. // }
  576. // else
  577. // {
  578. // $myfile = fopen("./data/dlzemail/".$v['number'].".txt", "a+") or die("Unable to open file!");
  579. // fwrite($myfile, json_encode($fs.';'.$v.';'.$shop.';'.$express.';'.$notice));
  580. // fclose($myfile);
  581. // }
  582. // $this->fullorder->save(array('dlzemail'=>2,'dlzemailtime'=>time()),$v['id']);
  583. // }
  584. // sleep(50);
  585. // }
  586. }
  587. }
  588. public function ll(){
  589. $str = 'sourcetype=2&warehouse=13&currency=219&capital=3&shop=52&pay=22&country=192&sbpm=Human Hair Wigs&zwpm=人发制假发*头套&hgbm=6704200000&express=1&printtype=1&msg=1&ioss=&qm=0&js=0&yc=0&orderinfo=&shouldmoney=1431.29&freight=0&expressmoney=0&insurance=0&paypal=0KE88673623148406&guarantee=无&quantity=1&buytime=2025-02-22&bname=Deidre Brown&sname=Deidre Brown&baddress=3854 Wordsworth Ave,Memphis,Tennessee,38128,US,9012890773&saddress=3854 Wordsworth Ave,Memphis,Tennessee,38128,US,9012890773&email=deidreb89.db@gmail.com&phone=9012890773&province=Tennessee&client=Deidre Brown&city=Memphis&name=Deidre Brown&zipcode=38128&address2=&address=3854 Wordsworth Ave&ts=8&dtsbjz=25&zsbjz=200.00&zzl=0.4&zjs=1&bx=0.00&freight=0&expressmoney=0&id=&purchase=0.00&cost=0.00&et=0&jgyc=1&customerid=1083429&shop=52&mdedit=&product=All+HD+lace+180%25density,+cap+size+21.5inch,+pre+plucked+and+pre+bleached.%0Acustom+black+mesh+cap,+only+1+comb+in+the+back,+no+tags%0A1.+16in+BW+5x5%0A2.+18IN+BW+6X6%0A3.+20in+BW+5x5%0A4.+24IN+BW+5x5%0A5.+24IN+BW+6x6%0A6.+22in+BW+5x5%0A7.+22in+BW+6x6%0A8.+20in+613+BW+5x5+%0AGifts:++HD+wig+cap,+Pink+Edge+Brushes&orderremarks=+%E6%89%B9%E5%8F%91%E5%AE%A2%E6%88%B7%EF%BC%88%E5%A4%A9%E5%AE%87%EF%BC%89&shipremarks=wig&jweight=0&whlabel=|12824698680571035402921382028-1-0|128246987805710321712921382028-1-0|12824698880571035402921382028-1-0|12824699080571035402921382028-1-0|128246990805710321712921382028-1-0|12824698980571035403021382028-1-0|128246989805710321712921382028-1-0|12824698881441035402921382028-1-0|&fpdata=86,-128-2469-80-57-103-540-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+5*5+Closure+Wig+Small+CustomizedDensity+HKK+16inch+%7C1%7C0.00%7C0.00%7C16%7C0.00%7C0.00%7C0%7C0;87,-128-2469-80-57-103-2171-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+6*6+Closure+Wig+Small+CustomizedDensity+HKK+18inch+%7C1%7C0.00%7C0.00%7C18%7C0.00%7C0.00%7C0%7C0;88,-128-2469-80-57-103-540-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+5*5+Closure+Wig+Small+CustomizedDensity+HKK+20inch+%7C1%7C0.00%7C0.00%7C20%7C0.00%7C0.00%7C0%7C0;90,-128-2469-80-57-103-540-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+5*5+Closure+Wig+Small+CustomizedDensity+HKK+24inch+%7C1%7C0.00%7C0.00%7C24%7C0.00%7C0.00%7C0%7C0;90,-128-2469-80-57-103-2171-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+6*6+Closure+Wig+Small+CustomizedDensity+HKK+24inch+%7C1%7C0.00%7C0.00%7C24%7C0.00%7C0.00%7C0%7C0;89,-128-2469-80-57-103-540-30-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+5*5+Closure+Wig+Medium+CustomizedDensity+HKK+22inch+%7C1%7C0.00%7C0.00%7C22%7C0.00%7C0.00%7C0%7C0;89,-128-2469-80-57-103-2171-29-2138-2028-%7CWigs+BenDang+9A+Natural+Black+Body+Wave+HD+6*6+Closure+Wig+Small+CustomizedDensity+HKK+22inch+%7C1%7C0.00%7C0.00%7C22%7C0.00%7C0.00%7C0%7C0;88,-128-2469-81-44-103-540-29-2138-2028-%7CWigs+BenDang+10A+#613+Body+Wave+HD+5*5+Closure+Wig+Small+CustomizedDensity+HKK+20inch+%7C1%7C0.00%7C0.00%7C20%7C0.00%7C0.00%7C0%7C0;&fpcount=-128-2469-86-80-57-103-540-29-2138-2028-|-128-2469-87-80-57-103-2171-29-2138-2028-|-128-2469-88-80-57-103-540-29-2138-2028-|-128-2469-90-80-57-103-540-29-2138-2028-|-128-2469-90-80-57-103-2171-29-2138-2028-|-128-2469-89-80-57-103-540-30-2138-2028-|-128-2469-89-80-57-103-2171-29-2138-2028-|-128-2469-88-81-44-103-540-29-2138-2028-|&budget=&
  590. ';
  591. parse_str($str, $output);
  592. return $output;
  593. }
  594. //修改客户分类
  595. public function _mdedit($arg_array)
  596. {
  597. die;
  598. $user = $this->user->read(10);
  599. $post = $this->ll();
  600. if(isset($post['shop']))
  601. {
  602. $fpcount = $post['fpcount'];
  603. if(!$fpcount)
  604. {
  605. echo json_encode(array('msg'=>'需要先清理浏览器缓存,刷新当前页面后再试!','success'=>false));exit;
  606. }
  607. $customerid = $post['customerid'];
  608. $shop = $post['shop'];
  609. $sp = $this->shop->read($shop);
  610. $num = $this->fullorder->find_count('shop = "'.$sp['id'].'" and gtime = "'.date('Ymd',time()).'"');
  611. $post['source'] = 1;//订单类型:1.线下订单2.PC3.手机
  612. $post['state'] = 207;//订单状态:207等待发货
  613. $post['review'] = 2;//审核状态:1.未送审2.待审核3.不通过4取消重审5.审核通过6.自动通过
  614. $post['print'] = 1;//打印状态:1.不可打印2.未打印3.已打印
  615. $post['library'] = 1;//出库状态:1.未出库2.已出库3.已退库
  616. $post['libraryconfirm'] = 1;//出库确认:1.不允许2.允许
  617. $post['link'] = $sp['link'];
  618. $post['issku'] = $sp['sku'];
  619. if($post['print'] != 3)
  620. {
  621. $post['librarynot'] = "订单未打印,未审核或未通过";//不能出库原因
  622. }
  623. $orderinfo = $post['orderinfo'];
  624. $post['shop'] = $sp['id'];
  625. $post['user'] = $sp['shopuser'];
  626. $post['number'] = $sp['shortname'].'-'.substr(date('ymd',time()),1).'-'.(substr(strval($num+1+1000),1,3));//编号
  627. if($orderinfo != "")
  628. {
  629. $ordefin = $this->fullorder->get_orderinfo($orderinfo);
  630. if($ordefin)
  631. {
  632. echo json_encode(array('msg'=>'订单号重复!','success'=>false));exit;
  633. }
  634. else
  635. {
  636. $post['orderinfo'] = $orderinfo;
  637. }
  638. }
  639. else
  640. {
  641. $post['orderinfo'] = $sp['id'].date('ymdHis',time()).rand(0,1);//订单号
  642. }
  643. if($post['paypal'] != '')
  644. {
  645. $pp = $this->fullorder->get_paypal($post['paypal']);
  646. if($pp)
  647. {
  648. echo json_encode(array('msg'=>'此交易号的订单已存在!','success'=>false));exit;
  649. }
  650. }
  651. $post['client'] = $post['client'];//客户名称
  652. $btime = $post['buytime'];//付款时间
  653. $post['buytime'] = strtotime($btime);//时间转UX
  654. $post['dtime'] = time();//订单时间
  655. $post['gtime'] = date('Ymd',time());//格式化时间
  656. $post['pay'] = $post['pay'];//支付方式
  657. $post['capital'] = $post['capital'];//资金状态
  658. $post['type'] = $post['warehouse'];//发货仓库
  659. $post['currency'] = $post['currency'];//币种
  660. $currency = $this->typeclass->read($post['currency']);
  661. $post['currencytitle'] = $currency['title'];//币种名称
  662. $post['freight'] = $post['freight'];//运费
  663. $post['expressmoney'] = $post['expressmoney'];//物流金额
  664. $post['shouldmoney'] = $post['shouldmoney'];//应收金额
  665. $post['skje'] = $post['shouldmoney'];//收款金额
  666. $product = $post['product'];//产品名称
  667. $product = str_replace(array('%26','%2B'),array('&','+'),$product);
  668. $post['product'] = preg_replace('/( | | |\s)/',' ',$product);
  669. $orderremarks = $post['orderremarks'];//订单备注
  670. $orderremarks = str_replace(array('%26','%2B'),array('&','+'),$orderremarks);
  671. $post['orderremarks'] = preg_replace('/( | | |\s)/',' ',$orderremarks);
  672. $shipremarks = $post['shipremarks'];//仓库品名
  673. $shipremarks = str_replace(array('%26','%2B'),array('&','+'),$shipremarks);//仓库品名
  674. $post['shipremarks'] = preg_replace('/( | | |\s)/',' ',$shipremarks);
  675. $post['email'] = $post['email'];//邮箱
  676. $name = $post['name'];//名称
  677. $post['name'] = preg_replace('/( | | |\s)/',' ',$name);
  678. $post['phone'] = $post['phone'];//电话
  679. $post['phone'] = preg_replace('/\D/s','',$post['phone']);
  680. $post['country'] = $post['country'];//国家
  681. $ct = $this->country->read($post['country']);//国家
  682. $post['al'] = $ct['lb'];//国家二字码
  683. $post['province'] = $post['province'];//省、州
  684. $post['province'] = preg_replace("/^[\s\v".chr(227).chr(128)."]+/","", $post['province']); //替换开头空字符
  685. $post['province'] = preg_replace("/[\s\v".chr(227).chr(128)."]+$/","", $post['province']); //替换结尾空字符
  686. $post['city'] = $post['city'];//城市
  687. $post['city'] = preg_replace("/^[\s\v".chr(227).chr(128)."]+/","", $post['city']); //替换开头空字符
  688. $post['city'] = preg_replace("/[\s\v".chr(227).chr(128)."]+$/","", $post['city']); //替换结尾空字符
  689. $post['zipcode'] = $post['zipcode'];//邮编
  690. $post['zipcode'] = preg_replace("/^[\s\v".chr(227).chr(128)."]+/","", $post['zipcode']); //替换开头空字符
  691. $post['zipcode'] = preg_replace("/[\s\v".chr(227).chr(128)."]+$/","", $post['zipcode']); //替换结尾空字符
  692. $post['address'] = $post['address'];//地址
  693. $post['printtype'] = $post['printtype'];//打印类型
  694. $fpdata = $post['fpdata'];//购买产品内容
  695. $fpdata = str_replace(array('%26','%2B'),array('&','+'),$fpdata);
  696. $post['fpdata'] = $fpdata;
  697. $post['sbpm'] = $post['sbpm'];//申报品名
  698. $post['zwpm'] = $post['zwpm'];//中文品名
  699. $post['ts'] = $post['ts'];//条数
  700. $post['dtsbjz'] = $post['dtsbjz'];//单条申报价
  701. $post['zsbjz'] = $post['zsbjz'];//总申报价
  702. $post['zzl'] = $post['zzl'];//总重量
  703. $post['zjs'] = $post['zjs'];//总件数
  704. $post['express'] = $post['express'];//快递公司
  705. $post['printtype'] = $post['printtype'];//打印类型
  706. $post['quantity'] = $post['quantity'];//数量
  707. $post['paypal'] = $post['paypal'];//支付号
  708. $post['guarantee'] = $post['guarantee'];//卖家保障
  709. $post['msg'] = $post['msg'];//发送留言类型
  710. $post['ioss'] = $post['ioss'];
  711. $post['sbpm'] = $post['sbpm'];
  712. $pay = $this->pay->get_typeclass($post['pay']);
  713. $yga = $post['shouldmoney'];
  714. $post['budget'] = 0;
  715. if($pay)
  716. {
  717. $ygc = $pay['estimaterate'];//预估到账公式
  718. $ifbudget = eval("return $yga*1.$ygc;");
  719. $post['estimaterate'] = $pay['estimaterate'];
  720. if($ifbudget > 0)
  721. {
  722. $post['budget'] = eval("return $yga*1.$ygc;");//预估到帐金额
  723. }
  724. }
  725. else
  726. {
  727. $ygb = $sp['estimaterate'];//店铺默认到账公式
  728. $ifbudget = eval("return $yga*1.$ygb;");
  729. $post['estimaterate'] = $sp['estimaterate'];
  730. if($ifbudget > 0)
  731. {
  732. $post['budget'] = eval("return $yga*1.$ygb;");//预估到帐金额
  733. }
  734. }
  735. $baddress = $post['baddress'];
  736. $saddress = $post['saddress'];
  737. $baddress = array_reverse(explode(',',$baddress));
  738. $saddress = array_reverse(explode(',',$saddress));
  739. $bar = '';$sar = '';
  740. $cr = $this->country->read($post['country']);
  741. $baddress[1] = $cr['lb'];
  742. $saddress[1] = $cr['lb'];
  743. $baddress = array_reverse($baddress);
  744. $saddress = array_reverse($saddress);
  745. for($i=0;$i<count($baddress);$i++)
  746. {
  747. $bar .= $baddress[$i].',';
  748. }
  749. for($i=0;$i<count($saddress);$i++)
  750. {
  751. $sar .= $saddress[$i].',';
  752. }
  753. $post['baddress'] = rtrim($bar,',');//卖家保障
  754. $post['saddress'] = rtrim($sar,',');//卖家保障
  755. $whlabel = $post['whlabel'];
  756. if($post['express'] == 2 && (stripos($post['name'],'&') !== false || stripos($post['name'],"'") !== false))
  757. {
  758. echo json_encode(array('msg'=>'USPS收件人或公司名不可用特殊符号!','success'=>false));exit;
  759. }
  760. if(strlen($post['client']) > 35 || strlen($post['name']) > 35)//收件人姓名或公司名不允许超过35位
  761. {
  762. echo json_encode(array('msg'=>'收件人姓名或公司名不可超过35个字符!','success'=>false));exit;
  763. }
  764. if(($post['express'] == '5' || $post['express'] == '24' || $post['express'] == '42' || $post['express'] == '31') && $post['country'] != 192)
  765. {
  766. echo json_encode(array('msg'=>'非美国无法选择Fedex、DHL官方-美国!','success'=>false));exit;
  767. }
  768. if($post['express'] == '3' && $post['country'] != 192 && $post['country'] != 35)
  769. {
  770. echo json_encode(array('msg'=>'非美国和加拿大无法选择UPS!','success'=>false));exit;
  771. }
  772. if($post['express'] == '3' && $post['country'] == 35 && $post['zsbjz'] > 20)
  773. {
  774. echo json_encode(array('msg'=>'UPS加拿大最高申报不可超过20','success'=>false));exit;
  775. }
  776. if($post['express'] == '2' && $post['warehouse'] != 5)
  777. {
  778. echo json_encode(array('msg'=>'非美国仓无法选择USPS!','success'=>false));exit;
  779. }
  780. if($post['express'] == '99' && $post['bx'] > 0)
  781. {
  782. echo json_encode(array('msg'=>'此物流不允许购买保险','success'=>false));exit;
  783. }
  784. if($post['express'] == 42 && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods')//$post['express'] == 3 ||
  785. {
  786. echo json_encode(array('msg'=>'此快递方式必须选择Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
  787. }
  788. if($post['express'] == 24 && $post['sbpm'] != 'Hair Sample' && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods')//$post['express'] == 3 ||
  789. {
  790. echo json_encode(array('msg'=>'此快递方式必须选择Hair Sample/Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
  791. }
  792. if($post['country'] != 192 && $post['express'] == 1 && $post['sbpm'] != 'Synthetic Hair Wigs' && $post['sbpm'] != 'Synthetic Hair Goods')//$post['express'] == 3 ||
  793. {
  794. echo json_encode(array('msg'=>'非美国选择官方DHL必须选择Synthetic Hair Wigs/Synthetic Hair Goods','success'=>false));exit;
  795. }
  796. if($post['pay'] == '22' && ($post['paypal'] == '' || $post['guarantee'] == ''))
  797. {
  798. echo json_encode(array('msg'=>'交易号和卖家保障必须填写','success'=>false));exit;
  799. }
  800. if($post['pay'] == '23' && $post['paypal'] == '')
  801. {
  802. echo json_encode(array('msg'=>'交易号必须填写','success'=>false));exit;
  803. }
  804. $express = $this->express->read($post['express']);
  805. if($post['zsbjz'] > $express['sbjz'])
  806. {
  807. echo json_encode(array('msg'=>'总申报价值不可超出'.$express['sbjz'],'success'=>false));exit;
  808. }
  809. if($post['shouldmoney'] > $express['shouldmoney'] && $express['shouldmoney'] != 0)
  810. {
  811. echo json_encode(array('msg'=>'订单金额不可超出'.$express['shouldmoney'],'success'=>false));exit;
  812. }
  813. if($express['ioss'] == 1 && $post['ioss'] == '')
  814. {
  815. echo json_encode(array('msg'=>'此快递方式必须选择IOSS!','success'=>false));exit;
  816. }
  817. if(strlen($post['address']) > $express['addresssize'] || strlen($post['address2']) > $express['addresssize'])
  818. {
  819. echo json_encode(array('msg'=>'此快递方地址不可超出'.$express['addresssize'].'个字符','success'=>false));exit;
  820. }
  821. if(strlen($post['address']) < 5)
  822. {
  823. echo json_encode(array('msg'=>'地址不可留空!','success'=>false));exit;
  824. }
  825. if($post['express'] == '2' && $post['zzl'] > '16' && $post['js'] == '0')
  826. {
  827. echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
  828. }
  829. if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
  830. {
  831. echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
  832. }
  833. if(($post['express'] == '3' || $post['express'] == '42' || $post['express'] == '24') && $post['shouldmoney'] < 1)
  834. {
  835. echo json_encode(array('msg'=>'零金额订单不可发 UPS/DHL官方-美国/Fedex(杭州)','success'=>false));exit;
  836. }
  837. if($post['express'] == '42' && $post['zsbjz'] < 1)
  838. {
  839. echo json_encode(array('msg'=>'零申报金额不可发 DHL官方-美国','success'=>false));exit;
  840. }
  841. if($post['express'] == '6' && $post['province'] == '')
  842. {
  843. echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
  844. }
  845. $dtctitle = array();
  846. $dictionaries = $this->typeclass->find_all();
  847. foreach ($dictionaries as $v)
  848. {
  849. $dtctitle[$v['id']] = array($v['title'],$v['bqsku']);
  850. }
  851. $fpdata = $post['fpdata'];
  852. if(stripos($fpdata,'-128-') !== false || stripos($fpdata,'-127-') !== false)
  853. {
  854. $dfp = explode(';',trim($fpdata,';'));
  855. $fdata = '';
  856. foreach ($dfp as $k=>$v)
  857. {
  858. $ptitleb = '';
  859. $fp = explode('|',trim($v,'|'));
  860. $fp0 = explode(',',$fp[0]);
  861. if(isset($fp0[1]))
  862. {
  863. $fp1 = explode('-',trim($fp0[1],'-'));
  864. }
  865. else
  866. {
  867. $fp1 = explode('-',trim($fp[0],'-'));
  868. }
  869. foreach ($fp1 as $vv)
  870. {
  871. $ptitleb .= isset($dtctitle[$vv])?$dtctitle[$vv][0].' ':'';
  872. }
  873. if(isset($fp0[1]))
  874. {
  875. $ptitleb .= $dtctitle[$fp0[0]][1].'inch ';
  876. $fp[1] = $ptitleb;
  877. }
  878. $fdata .= implode("|",$fp).";";
  879. }
  880. $fpdata = $fdata;
  881. }
  882. $warehouse = $this->warehouse->read($post['type']);
  883. if($warehouse['bdcountry'] != 0 && $post['country'] != $warehouse['bdcountry'])
  884. {
  885. echo json_encode(array('msg'=>'当前国家无法选择'.$warehouse['title'].'!','success'=>false));exit;
  886. }
  887. // $kcyz = $this->ck->get_kc($post['state'],$warehouse,$post['shop'],$post['number'],$whlabel,$fpdata);
  888. // if($kcyz['t'] > '0')
  889. // {
  890. // echo $kcyz['m'];exit;
  891. // }
  892. // else if($kcyz['fpdata'] != '')
  893. // {
  894. // $post['whlabel'] = $kcyz['whlabel'];
  895. // $post['fpdata'] = $kcyz['fpdata'];
  896. // }
  897. // $fl = $this->ck->get_fl($warehouse['hz'],$whlabel,$fpdata);
  898. // $post['sfxh'] = $fl['sfxh'];
  899. // $post['ckfl'] = $fl['ckfl'];
  900. //查询净重开始
  901. $post['jweight'] = $this->weight->get_weightcx($post['fpdata']);
  902. //查询净重结束
  903. $cusnum = $this->customer->read($customerid);
  904. // $this->customer->save(array('num'=>$cusnum['num']+1,'time'=>$post['buytime']),$customerid);
  905. // $this->fullorder->insert($post);
  906. echo json_encode(array('msg'=>'下单成功','success'=>true));exit;
  907. }
  908. echo "1";
  909. die;
  910. }
  911. public function cc(){
  912. $filename = date("Y-m-d") . "产品入库导出.xls";
  913. $str = "<html xmlns:x=\"urn:schemas-microsoft-com:office:excel\">
  914. <head>
  915. <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
  916. <!--[if gte mso 9]>
  917. <xml>
  918. <x:ExcelWorkbook>
  919. <x:ExcelWorksheets>
  920. <x:ExcelWorksheet>
  921. <x:Name>产品入库</x:Name>
  922. <x:WorksheetOptions>
  923. <x:Print>
  924. <x:ValidPrinterInfo />
  925. </x:Print>
  926. </x:WorksheetOptions>
  927. </x:ExcelWorksheet>
  928. </x:ExcelWorksheets>
  929. </x:ExcelWorkbook>
  930. </xml>
  931. <![endif]-->
  932. <style>
  933. tr { mso-height-source: auto; }
  934. .fixed-height {
  935. height: 100px; /* 设置固定行高 */
  936. mso-height-source: userset; /* 强制Excel使用设定高度 */
  937. }
  938. </style>
  939. </head>
  940. <body>";
  941. $str .= "<table border='1' cellspacing='0' style='border-collapse: collapse; font-family: Microsoft Yahei; font-size: 13px;'>";
  942. $str .= "<tr >"; // 应用固定高度类
  943. $str .= "<td>产品ID</td>";
  944. $str .= "<td>图片1</td>";
  945. $str .= "</tr>";
  946. $str .= "<tr class='fixed-height'>"; // 应用固定高度类
  947. $str .= "<td>ceshi12321312312312312312312312312312312</td>";
  948. $str .= '<td >
  949. <table border="0">
  950. <tr class="fixed-height" >
  951. <td ><img class="excel-image" width="70" height="auto" src="http://1.wepolicy.cn/data/img/20250703/20250703_085106_9716.png"></td>
  952. <td ><img class="excel-image" width="70" height="auto" src="http://1.wepolicy.cn/data/img/20250703/20250703_085106_9716.png"></td>
  953. </tr>
  954. </table>
  955. </td>';
  956. // $str .= '<td class="image-cell" style="width: 100px; height: 100px;"><img class="excel-image" width="80" height="auto" src="http://1.wepolicy.cn/data/img/20250703/20250703_085106_9716.png"></td>';
  957. $str .= "</tr>";
  958. $str .= "</table></body></html>";
  959. header("Content-Type: application/vnd.ms-excel; charset=utf-8");
  960. header("Content-Disposition: attachment; filename=".$filename);
  961. header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
  962. header("Pragma: no-cache");
  963. header("Expires: 0");
  964. exit($str);
  965. }
  966. }