| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130 |
- //
- // DetailHeaderCell.m
- // RedAnt ERP Mobile
- //
- // Created by Ray on 14-6-5.
- // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
- //
- #import "DetailHeaderCell.h"
- #import "iSalesNetwork.h"
- #import "MainViewController.h"
- #import "LoginViewController.h"
- #import "ContactListViewController.h"
- #import "RAUtils.h"
- #import "OrderListViewController.h"
- #import "ImageScrollerViewController.h"
- @implementation DetailHeaderCell
- @synthesize celldelegate;
- - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier
- {
- self = [super initWithStyle:style reuseIdentifier:reuseIdentifier];
- if (self) {
- // Initialization code
- }
-
- // self.selector_imageView.layer.borderColor = [UIColorFromRGB(0x996633) CGColor];
- // self.selector_imageView.layer.borderWidth = 1;
- return self;
- }
- - (void)awakeFromNib
- {
-
- // self.selector_imageView.layer.borderColor = [UIColorFromRGB(0x996633) CGColor];
- // self.selector_imageView.layer.borderWidth = 1;
-
-
-
- self.selector_Button.layer.borderWidth = 0.5;
- self.selector_Button.layer.borderColor = [[UIColor lightGrayColor] CGColor];
- self.selector_Button.layer.cornerRadius = 0;
-
-
- [self.descriptionRTLabel setLineBreakMode: RTTextLineBreakModeWordWrapping];
- [self.descriptionRTLabel setTextAlignment:RTTextAlignmentCenter];
- [self.descriptionRTLabel setFont:[UIFont systemFontOfSize:22]];
- // self.label_net_err.layer.borderColor = [UIColor darkGrayColor].CGColor;
- // self.label_net_err.layer.borderWidth = 2.0;
- // self.label_net_err.layer.cornerRadius=15;
- // self.label_net_err.layer.masksToBounds=true;
- // Initialization code
- }
- - (IBAction)add_toWatchList:(id)sender {
-
- // int count=[self.quantity_text.text intValue];
- UIApplication * app = [UIApplication sharedApplication];
- AppDelegate *appDelegate = (AppDelegate *)[app delegate];
- MainViewController* main_vc=(MainViewController*)appDelegate.main_vc;
- if(appDelegate.bLogin==false)
- {
- UIViewController *vc= [RAUtils getViewController:self];
- LoginViewController * loginvc =[ vc.storyboard instantiateViewControllerWithIdentifier:@"LoginViewController"];
- // loginvc.delegate = self;
- // loginvc.modalPresentationStyle = UIModalPresentationFormSheet;//有三种状态,自己看看是哪种
-
- loginvc.returnValue = ^(bool blogin){
-
-
- // UIApplication * app = [UIApplication sharedApplication];
- // AppDelegate *appDelegate = (AppDelegate *)[app delegate];
-
-
-
-
- if(blogin)
- {
-
- if(self.set_update_data)
- self.set_update_data(true);
-
- [main_vc checklogin:true];
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toWatchList:self.product_id ];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
-
- // NSLog(@"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
- [((MainViewController*)appDelegate.main_vc) reloadWish:true immediately:false];
- if(self.WatchlistBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddWish.center.x-50, self.btnaddWish.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.WatchlistBlock(iv);
-
- }
- }
- else
- {
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add Wish List" controller:vc] ;
- }
-
-
-
- });
- });
-
-
- }
-
- // self.offset = 0;
- // [self.content_data removeAllObjects];
- // [self loadpage];
- //
- // [[self navigationController] setNavigationBarHidden:YES animated:NO];
-
- };
-
- UINavigationController* navi = [[UINavigationController alloc] initWithRootViewController:loginvc] ;
-
-
-
-
-
- // [self hackModalSheetSize:CGSizeMake(450, 200) ofVC:navi];
-
- navi.modalPresentationStyle = UIModalTransitionStyleCrossDissolve;//有三种状态,自己看看是哪种
- [vc presentViewController:navi animated:YES completion:^{
-
- // navi.view.superview.bounds = CGRectMake(0, 0, 480, 320);
-
- NSLog(@"LoginViewController present.........");
-
- // self.btop = false;
- // <#code#>
- }];
- }
- else
- {
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toWatchList:self.product_id ];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
- [((MainViewController*)appDelegate.main_vc) reloadWish:true immediately:false];
- if(self.WatchlistBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddWish.center.x-50, self.btnaddWish.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.WatchlistBlock(iv);
-
- }
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add Wish List" controller:vc] ;
- }
-
-
-
- });
- });
- }
- }
- - (IBAction)add_toCart:(id)sender {
-
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils add_to_cart:vc selectorholder:self selector:@selector(addtocart)];
- return;
-
-
- int count=[self.quantity_text.text intValue];
-
- UIApplication * app = [UIApplication sharedApplication];
- AppDelegate *appDelegate = (AppDelegate *)[app delegate];
- MainViewController* main_vc=(MainViewController*)appDelegate.main_vc;
- if(appDelegate.bLogin==false)
- {
- UIViewController *vc= [RAUtils getViewController:self];
- LoginViewController * loginvc =[ vc.storyboard instantiateViewControllerWithIdentifier:@"LoginViewController"];
- // loginvc.delegate = self;
- // loginvc.modalPresentationStyle = UIModalPresentationFormSheet;//有三种状态,自己看看是哪种
-
- loginvc.returnValue = ^(bool blogin){
-
-
- // UIApplication * app = [UIApplication sharedApplication];
- // AppDelegate *appDelegate = (AppDelegate *)[app delegate];
-
-
-
-
- if(blogin)
- {
- if(appDelegate.user_type==USER_ROLE_EMPLOYEE)
- {
- if(self.set_update_data)
- self.set_update_data(true);
- [main_vc checklogin:false];
- UIAlertView * alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Add to cart", nil) message:NSLocalizedString(@"Do you want to add to pending a order or a new order", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"Cancel", nil) otherButtonTitles:NSLocalizedString(@"Add to pending order", nil),NSLocalizedString(@"Add to new order", nil), nil];
-
-
-
- // alert.
- [alert show];
- }
- else
- {
- [main_vc checklogin:true];
-
- int c=[self.count_Label.text intValue];
- NSLog(@"count label : %@ , convert:%d", self.count_Label.text ,c);
-
- NSString* ct=[self.count_Label.text stringByReplacingOccurrencesOfString:@"\n" withString:@""];
-
-
-
- if(c<count)
- {
-
- UIAlertView * alert = [[UIAlertView alloc] initWithTitle:[NSString stringWithFormat:@"Availability %@",ct ] message:NSLocalizedString(@"Confirm add to cart. ", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"Cancel", nil) otherButtonTitles:NSLocalizedString(@"Confirm", nil), nil];
-
- // alert.
-
- alert.tag = 1234;
- [alert show];
- }
- else
- {
- if(appDelegate.order_code==nil)
- [ self neworder];
- else
- [self addtocart:count];
- }
-
-
- }
- }
-
- // self.offset = 0;
- // [self.content_data removeAllObjects];
- // [self loadpage];
- //
- // [[self navigationController] setNavigationBarHidden:YES animated:NO];
-
- };
-
- UINavigationController* navi = [[UINavigationController alloc] initWithRootViewController:loginvc] ;
-
-
-
-
-
- // [self hackModalSheetSize:CGSizeMake(450, 200) ofVC:navi];
-
- navi.modalPresentationStyle = UIModalTransitionStyleCrossDissolve;//有三种状态,自己看看是哪种
- [vc presentViewController:navi animated:YES completion:^{
-
- // navi.view.superview.bounds = CGRectMake(0, 0, 480, 320);
-
- NSLog(@"LoginViewController present.........");
-
- // self.btop = false;
- // <#code#>
- }];
- }
- else
- {
-
-
- if(appDelegate.user_type==USER_ROLE_EMPLOYEE&&/*appDelegate.contact_id==nil&&*/appDelegate.order_code==nil)
- {
- [main_vc checklogin:false];
-
- if(appDelegate.can_create_order)
- {
- NSString* msg =@"";
- if(appDelegate.contact_id.length>0)
- {
- msg = [msg stringByAppendingString:@"\n\nCustomer:"];
- msg = [msg stringByAppendingString:appDelegate.customerInfo[@"customer_name"]];
-
- }
- UIAlertView * alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Add to cart", nil) message:msg delegate:self cancelButtonTitle:NSLocalizedString(@"Cancel", nil) otherButtonTitles:NSLocalizedString(@"Add to pending order", nil),NSLocalizedString(@"Add to new order", nil), nil];
-
- // alert.
- [alert show];
- }
- else
- {
- UIAlertView * alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Add to cart", nil) message:NSLocalizedString(@"Do you want to add to a pending order?", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"Cancel", nil) otherButtonTitles:NSLocalizedString(@"Add to pending order", nil), nil];
-
- // alert.
- [alert show];
- }
- }
- else
- {
-
- // if ([self.priceLabel.text isEqualToString:@"No Price."])
- // {
- //// UIAlertView * alert = [[UIAlertView alloc] initWithTitle: @"Model No Price" message:@"Cannot add model without price." delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
- ////
- ////
- ////
- //// [alert show];
- //
- //
- //
- // [RAUtils alert_view:@"Cannot add model without price." title:@"Model No Price."];
- // }
- // else
- {
-
- int c=[self.count_Label.text intValue];
- NSLog(@"count label : %@ , convert:%d", self.count_Label.text ,c);
-
- NSString* ct=[self.count_Label.text stringByReplacingOccurrencesOfString:@"\n" withString:@""];
-
-
-
- if(c<count)
- {
-
- UIAlertView * alert = [[UIAlertView alloc] initWithTitle:[NSString stringWithFormat:@"Availability %@",ct ] message:NSLocalizedString(@"Confirm add to cart. ", nil) delegate:self cancelButtonTitle:NSLocalizedString(@"Cancel", nil) otherButtonTitles:NSLocalizedString(@"Confirm", nil), nil];
-
- // alert.
-
- alert.tag = 1234;
- [alert show];
- }
- else
- {
- if(appDelegate.order_code==nil)
- [ self neworder];
- else
- [self addtocart:count];
- }
- }
-
- }
- }
-
-
-
-
-
-
-
-
- }
- -(void) addtocart
- {
- int count=[self.quantity_text.text intValue];
-
- [self addtocart:count];
- }
- -(void) addtocart:(int) count
- {
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- if(self.cqty>0)
- {
-
-
- UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"QTY: %d of this model already in cart. Continue ?",self.cqty] message:nil preferredStyle:UIAlertControllerStyleAlert];
- //block代码块取代了delegate
-
-
-
- UIAlertAction *actionOne = [UIAlertAction actionWithTitle:@"Yes" style:UIAlertActionStyleDestructive handler:^(UIAlertAction *action) {
-
- int c=self.cqty+count;
-
- int m=c%self.step;
- if(m!=0&&appDelegate.alert_sold_in_quantities)
- {
-
-
-
- UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"Sold in quantities of %d, Are you sure?",self.step] message:nil preferredStyle:UIAlertControllerStyleAlert];
- //block代码块取代了delegate
-
-
-
- UIAlertAction *actionOne = [UIAlertAction actionWithTitle:@"Yes" style:UIAlertActionStyleDestructive handler:^(UIAlertAction *action) {
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
-
- // NSString* order_code = [return_json valueForKey:@"order_code"];
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
-
-
- if(self.shopCartBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.shopCartBlock(iv);
-
- self.cqty +=count;
- if(self.set_cqty)
- self.set_cqty(self.cqty);
-
- }
-
-
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- }
-
-
-
-
- });
- });
-
-
- }];
-
- UIAlertAction *alertthree = [UIAlertAction actionWithTitle:@"No" style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
- NSLog(@"No");
- }];
- [alertControl addAction:actionOne];
-
- [alertControl addAction:alertthree];
-
- //UIAlertControllerStyle类型为UIAlertControllerStyleAlert可以添加addTextFieldWithConfigurationHandler:^(UITextField *textField)
-
- UIViewController *vc= [RAUtils getViewController:self];
- [vc presentViewController:alertControl animated:YES completion:nil];
-
-
-
- }
- else
- {
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
-
- // NSString* order_code = [return_json valueForKey:@"order_code"];
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
-
-
- if(self.shopCartBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.shopCartBlock(iv);
-
- self.cqty +=count;
- if(self.set_cqty)
- self.set_cqty(self.cqty);
-
- }
-
-
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- }
-
-
-
-
- });
- });
- }
-
-
- //
- // dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
- //
- // NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
- //
- // dispatch_async(dispatch_get_main_queue(), ^{
- //
- //
- //
- // if([[return_json valueForKey:@"result"] intValue]==2)
- // {
- //
- // // NSString* order_code = [return_json valueForKey:@"order_code"];
- // AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- //// appDelegate.order_code = order_code;
- ////
- //// AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- //// appDelegate.order_code = order_code;
- // [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
- //
- //
- // if(self.shopCartBlock!=nil)
- // {
- // UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
- //
- //
- // CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- // UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- // iv.image = img;
- // // [self.contentView addSubview:iv];
- // self.shopCartBlock(iv);
- //
- // self.cqty +=count;
- // if(self.set_cqty)
- // self.set_cqty(self.cqty);
- //
- // }
- //
- //
- // }
- // else
- // {
- // UIViewController *vc= [RAUtils getViewController:self];
- // [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- // }
- //
- //
- //
- //
- // });
- // });
- //
-
- }];
-
- UIAlertAction *alertthree = [UIAlertAction actionWithTitle:@"No" style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
- NSLog(@"No");
- }];
- [alertControl addAction:actionOne];
-
- [alertControl addAction:alertthree];
-
- //UIAlertControllerStyle类型为UIAlertControllerStyleAlert可以添加addTextFieldWithConfigurationHandler:^(UITextField *textField)
-
- UIViewController *vc= [RAUtils getViewController:self];
- [vc presentViewController:alertControl animated:YES completion:nil];
-
-
- }
- else
- {
-
- int c=self.cqty+count;
-
- int m=c%self.step;
- if(m!=0&&appDelegate.alert_sold_in_quantities)
- {
-
-
-
- UIAlertController *alertControl = [UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"Sold in quantities of %d, Are you sure?",self.step] message:nil preferredStyle:UIAlertControllerStyleAlert];
- //block代码块取代了delegate
-
-
-
- UIAlertAction *actionOne = [UIAlertAction actionWithTitle:@"Yes" style:UIAlertActionStyleDestructive handler:^(UIAlertAction *action) {
-
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
-
- // NSString* order_code = [return_json valueForKey:@"order_code"];
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- // appDelegate.order_code = order_code;
- //
- // AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- // appDelegate.order_code = order_code;
- [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
-
-
- if(self.shopCartBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.shopCartBlock(iv);
-
- self.cqty +=count;
- if(self.set_cqty)
- self.set_cqty(self.cqty);
-
- }
-
-
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- }
-
-
-
-
- });
- });
-
-
- }];
-
- UIAlertAction *alertthree = [UIAlertAction actionWithTitle:@"No" style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
- NSLog(@"No");
- }];
- [alertControl addAction:actionOne];
-
- [alertControl addAction:alertthree];
-
- //UIAlertControllerStyle类型为UIAlertControllerStyleAlert可以添加addTextFieldWithConfigurationHandler:^(UITextField *textField)
-
- UIViewController *vc= [RAUtils getViewController:self];
- [vc presentViewController:alertControl animated:YES completion:nil];
-
-
-
- }
- else
- {
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
-
- dispatch_async(dispatch_get_main_queue(), ^{
-
-
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
-
- // NSString* order_code = [return_json valueForKey:@"order_code"];
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- // appDelegate.order_code = order_code;
- //
- // AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- // appDelegate.order_code = order_code;
- [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
-
-
- if(self.shopCartBlock!=nil)
- {
- UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
-
-
- CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- iv.image = img;
- // [self.contentView addSubview:iv];
- self.shopCartBlock(iv);
-
- self.cqty +=count;
- if(self.set_cqty)
- self.set_cqty(self.cqty);
-
- }
-
-
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- }
-
-
-
-
- });
- });
-
- }
-
-
- //
- // dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
- //
- // NSDictionary* return_json = [iSalesNetwork add_toCart:self.product_id count:count];
- //
- // dispatch_async(dispatch_get_main_queue(), ^{
- //
- //
- //
- // if([[return_json valueForKey:@"result"] intValue]==2)
- // {
- //
- // // NSString* order_code = [return_json valueForKey:@"order_code"];
- // AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- //// appDelegate.order_code = order_code;
- ////
- //// AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
- //// appDelegate.order_code = order_code;
- // [((MainViewController*)appDelegate.main_vc) reloadCart:true immediately:false];
- //
- //
- // if(self.shopCartBlock!=nil)
- // {
- // UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
- //
- //
- // CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- // UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- // iv.image = img;
- // // [self.contentView addSubview:iv];
- // self.shopCartBlock(iv);
- //
- // self.cqty +=count;
- // if(self.set_cqty)
- // self.set_cqty(self.cqty);
- //
- // }
- //
- //
- // }
- // else
- // {
- // UIViewController *vc= [RAUtils getViewController:self];
- // [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- // }
- //
- //
- //
- //
- // });
- // });
- //
-
- }
-
- }
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated
- {
- [super setSelected:selected animated:animated];
-
- // Configure the view for the selected state
- }
- - (IBAction)selectorOnClick:(id)sender {
- NSLog(@"select click");
- [celldelegate SelectorClicked:(UIButton*) sender];
- // [self performSegueWithIdentifier:@"selector_popover" sender:self];
-
- }
- #pragma mark -
- #pragma mark Deck DataSource Protocol Methods
- -(NSUInteger)numberOfPhotosInPhotoStackView:(PhotoStackView *)photoStack {
- return [self.photos count];
- }
- -(UIImage *)photoStackView:(PhotoStackView *)photoStack photoForIndex:(NSUInteger)index {
-
-
- if(self.photos.count==0)
- return nil;
- return [self.photos objectAtIndex:index];
- }
- #pragma mark -
- #pragma mark Deck Delegate Protocol Methods
- -(void)photoStackView:(PhotoStackView *)photoStackView willStartMovingPhotoAtIndex:(NSUInteger)index {
- // User started moving a photo
- }
- -(void)photoStackView:(PhotoStackView *)photoStackView willFlickAwayPhotoFromIndex:(NSUInteger)fromIndex toIndex:(NSUInteger)toIndex {
- // User flicked the photo away, revealing the next one in the stack
- }
- -(void)photoStackView:(PhotoStackView *)photoStackView didRevealPhotoAtIndex:(NSUInteger)index {
- self.pageControl.currentPage = index;
- }
- -(void)photoStackView:(PhotoStackView *)photoStackView didSelectPhotoAtIndex:(NSUInteger)index {
- NSLog(@"selected %lu", (unsigned long)index);
-
-
- // NSMutableArray *imgList = [NSMutableArray arrayWithCapacity:_data.count];
- // for (int i = 0; i < _data.count; i++) {
- // UIImage *imgMod = _data[i];
- // [imgList addObject:imgMod];
- // }
-
- // 调用展示窗口
- ImageScrollerViewController *imgShow = [[ImageScrollerViewController alloc] initWithSourceData:[self.photos mutableCopy] withIndex:index];
-
- UIViewController *vc= [RAUtils getViewController:self];
- [vc.navigationController pushViewController:imgShow animated:true];
- // UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:imgShow];
-
- // [self presentViewController:nav animated:YES completion:nil];
- // UIDocumentInteractionController
- // UIDocumentInteractionController* preview = [UIDocumentInteractionController interactionControllerWithURL:url];
- // preview.delegate = self;
- // [preview presentPreviewAnimated:YES];
- }
- -(void) neworder
- {
-
- UIAlertView * waitalert = [RAUtils waiting_alert:@"Please wait" title:@"Create Order"];
- dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
-
- NSDictionary* return_json = [iSalesNetwork new_Order];
-
- dispatch_async(dispatch_get_main_queue(), ^{
- [waitalert dismissWithClickedButtonIndex:0 animated:FALSE];
-
-
- if([[return_json valueForKey:@"result"] intValue]==2)
- {
- int result=[[return_json valueForKey:@"result"] intValue];
- if(result==2)
- {
- //successed.
-
- NSString* order_code = [return_json valueForKey:@"orderCode"];
- AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
- appDelegate.order_code = order_code;
-
- int count=[self.quantity_text.text intValue];
- [self addtocart:count];
-
-
- // [self ReloadData];
-
-
- // if(self.shopCartBlock!=nil)
- // {
- // UIImage* img=[self photoStackView:self.photoStack photoForIndex:0];
- //
- //
- // CGRect iv_rect = CGRectMake(self.btnaddCart.center.x-50, self.btnaddCart.center.y-50, 100, 100);
- // UIImageView* iv = [[UIImageView alloc] initWithFrame:iv_rect];
- // iv.image = img;
- // // [self.contentView addSubview:iv];
- // self.shopCartBlock(iv);
- //
- // }
-
- }
- }
- else
- {
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:[return_json valueForKey:@"err_msg"] title:@"Add To Cart" controller:vc] ;
- }
-
-
-
-
- });
- });
- }
- #pragma mark - UIAlertViewDelegate
- // Called when a button is clicked. The view will be automatically dismissed after this call returns
- - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex
- {
- UIApplication * app = [UIApplication sharedApplication];
- AppDelegate *appDelegate = (AppDelegate *)[app delegate];
- if(alertView.tag==1234)//库存小于0
- {
-
- // availability warring;
-
- int count=[self.quantity_text.text intValue];
- if(buttonIndex!=alertView.cancelButtonIndex)
- {
- if(appDelegate.order_code==nil)
- {
- [self neworder];
- }
- else
- {
- [self addtocart:count];
- }
- }
- return;
- }
- // int count=[self.quantity_text.text intValue];
-
- MainViewController* main_vc=(MainViewController*)appDelegate.main_vc;
- if(buttonIndex==alertView.cancelButtonIndex)
- {
-
-
-
- }
- else if(buttonIndex==1)
- {
- //open exist
- UIViewController *vc= [RAUtils getViewController:self];
- OrderListViewController* ovc =[ vc.storyboard instantiateViewControllerWithIdentifier:@"OrderListViewController"];
- ovc.showNavibar = true;
- ovc.selectOrder = ^(NSMutableDictionary* order_detail){
- if(appDelegate.order_code==nil)
- {
- [self neworder];
- }
- else
- {
- if(self.set_update_data)
- self.set_update_data(true);
-
- int model_count = [[order_detail valueForKey:@"model_count"] intValue];
- for(int i=0;i<model_count;i++)
- {
- NSDictionary* item = [order_detail objectForKey:[NSString stringWithFormat:@"item_%d",i]];
- NSString* product_id = [item valueForKey:@"product_id"];
- if([product_id isEqualToString:self.product_id])
- {
- self.cqty = [[item valueForKey:@"QTY"]intValue];
- if(self.set_cqty)
- self.set_cqty(self.cqty);
- break;
- }
-
- }
- int count=[self.quantity_text.text intValue];
- [self addtocart:count];
- [main_vc checklogin:true];
-
-
- }
-
- };
- ovc.init_style = OL_OPEN;
- ovc.onCancel = ^(){
-
- [main_vc checklogin:true];
-
- };
-
- [vc.navigationController pushViewController:ovc animated:true];
- }
- else
- {
- //create new;
- if(appDelegate.customerInfo==nil)// select contact if current contact not exist
- {
- UIViewController *vc= [RAUtils getViewController:self];
-
- ContactListViewController* cvc = [vc.storyboard instantiateViewControllerWithIdentifier:@"ContactListViewController" ];
- cvc.showNavibar = true;
- cvc.contact_type = @"Sales_Order_Customer";
- cvc.returnValue = ^(NSMutableDictionary* value,NSIndexPath* source){
-
- appDelegate.contact_id=[value valueForKey:@"customer_cid"];
- appDelegate.customerInfo = value;
-
-
- if(appDelegate.order_code==nil)
- [self neworder];
-
- [main_vc checklogin:true];
- // [self handle_action_return:value indexPath:indexPath action:ACTION_FILL_SECTION];
-
- //
- // if(self.returnValue)
- // self.returnValue(value);
- };
-
- cvc.onCancel = ^(){
-
- UIViewController *vc= [RAUtils getViewController:self];
- [RAUtils message_alert:@"Cannot create order without cursomer infomation." title:@"New Order" controller:vc];
-
- };
- cvc.onReset = ^(){
- [main_vc checklogin:true];
- };
-
- [vc.navigationController pushViewController:cvc animated:true];
- }
- else
- {
- [self neworder];
- }
-
-
- }
- }
- - (void)valueChanged:(UIStepper *)sender {
-
-
-
- self.quantity_text.text = [NSString stringWithFormat:@"%d",(int)sender.value ];
-
- [celldelegate stepClicked:(int)sender.value];
- // -(void) stepClicked:(int) value;
- }
- #pragma mark -
- #pragma mark Actions
- -(void)ClearPhotos
- {
- NSMutableArray *photosMutable = [self.photos mutableCopy];
- [photosMutable removeAllObjects];
- self.photos = photosMutable;
- [self.photoStack reloadData];
-
- }
- - (void)AddPhoto :(UIImage*)photo {
-
- NSMutableArray *photosMutable = [self.photos mutableCopy];
- [photosMutable addObject:photo];
- self.photos = photosMutable;
- [self.photoStack reloadData];
- self.pageControl.numberOfPages = [self.photos count];
- if(self.photos.count<2-1)//1 for qrcode;
- self.photoStack.showBorder=false;
- else
- self.photoStack.showBorder=true;
-
- }
- #pragma mark -
- #pragma mark Setup
- -(void)setup {
-
-
-
- self.stepper.minimumValue= self.step;
-
-
-
- self.stepper.stepValue= self.step;
-
- self.stepper.value= self.quantity;
-
-
-
- [self.stepper addTarget:self action:@selector(valueChanged:) forControlEvents:UIControlEventValueChanged];
-
- if(true)//(self.photos==nil)
- {
-
- self.photos = [NSArray arrayWithObjects:
- nil];
- }
- if(true)//(self.photoStack==nil)
- {
- // if(self.photoStack!=nil)
- // [self.photoStack removeFromSuperview];
- // self.photoStack = [[PhotoStackView alloc] initWithFrame:CGRectMake(0, 0, 300, 300)];
- // self.photoStack.backgroundColor =[UIColor redColor];
- // self.photoStack.center = CGPointMake(self.center.x, 220);
- self.photoStack.dataSource = self;
- self.photoStack.delegate = self;
-
-
- // [self addSubview:self.photoStack];
- self.pageControl.numberOfPages = [self.photos count];
- }
- }
- @end
|