Commit 3b58c1f5 authored by lujunye's avatar lujunye

修复更新后bug

parent 96de0a98
...@@ -177,8 +177,8 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV ...@@ -177,8 +177,8 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV
var tableV :UITableView! var tableV :UITableView!
private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 150*glscale))]
func setTabv() { func setTabv() {
tableV = UITableView() tableV = UITableView()
contentView.addSubview(tableV); contentView.addSubview(tableV);
......
...@@ -103,8 +103,8 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR ...@@ -103,8 +103,8 @@ class CRKListVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,CR
//MARK: - 权限控制 //MARK: - 权限控制
var isGm = true var isGm = true
private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 300*glscale))]
@IBOutlet weak var topBtn: UIButton! @IBOutlet weak var topBtn: UIButton!
var BeginDate: Date! = nil var BeginDate: Date! = nil
var EndDate: Date! = nil var EndDate: Date! = nil
......
...@@ -16,7 +16,8 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect ...@@ -16,7 +16,8 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
var collection : UICollectionView? = nil var collection : UICollectionView? = nil
var layout = UICollectionViewFlowLayout() var layout = UICollectionViewFlowLayout()
private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 150*glscale))]
weak var showSelectV: SelectContentView! = nil weak var showSelectV: SelectContentView! = nil
weak var selectV: HeaderSelectView! = nil weak var selectV: HeaderSelectView! = nil
@IBOutlet weak var collectionBgView: UIView! @IBOutlet weak var collectionBgView: UIView!
......
...@@ -13,8 +13,8 @@ class MsgCenterViewController: BaseViewController,UITableViewDelegate,UITableVie ...@@ -13,8 +13,8 @@ class MsgCenterViewController: BaseViewController,UITableViewDelegate,UITableVie
//MARK: -animateView //MARK: -animateView
private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 300*glscale))]
var msgTbv:UITableView? var msgTbv:UITableView?
override func viewDidLoad() { override func viewDidLoad() {
......
...@@ -150,8 +150,8 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc ...@@ -150,8 +150,8 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
var tableV :UITableView! var tableV :UITableView!
var tableSearchV :UITableView! = nil var tableSearchV :UITableView! = nil
private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 300*glscale))]
func setTabv() { func setTabv() {
tableV = UITableView() tableV = UITableView()
view.addSubview(tableV); view.addSubview(tableV);
......
...@@ -123,7 +123,8 @@ class GuanLianKehuVC: BaseViewController , UITableViewDelegate, UITableViewDataS ...@@ -123,7 +123,8 @@ class GuanLianKehuVC: BaseViewController , UITableViewDelegate, UITableViewDataS
var tableV :UITableView! var tableV :UITableView!
private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 150*glscale))]
func setTabv() { func setTabv() {
tableV = UITableView() tableV = UITableView()
contentView.addSubview(tableV); contentView.addSubview(tableV);
......
...@@ -23,7 +23,6 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView ...@@ -23,7 +23,6 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView
}else{ }else{
qtPrice = price qtPrice = price
} }
print("abc == ",wlPrice)
var total = Float(0) var total = Float(0)
dataArr?.forEach({ (item) in dataArr?.forEach({ (item) in
let price = item.goods_subtotal as! NSString let price = item.goods_subtotal as! NSString
...@@ -123,7 +122,8 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView ...@@ -123,7 +122,8 @@ class ChangeGoodsPriceVC: BaseViewController , UITableViewDelegate, UITableView
var tableV :UITableView! var tableV :UITableView!
private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 150*glscale))]
func setTabv() { func setTabv() {
tableV = UITableView() tableV = UITableView()
view.addSubview(tableV); view.addSubview(tableV);
......
...@@ -21,7 +21,8 @@ class ShowAlGoodsViewController: BaseViewController , UITableViewDelegate, UITa ...@@ -21,7 +21,8 @@ class ShowAlGoodsViewController: BaseViewController , UITableViewDelegate, UITa
} }
var tableV :UITableView! var tableV :UITableView!
private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 150*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 150*glscale))]
func setTabv() { func setTabv() {
tableV = UITableView() tableV = UITableView()
view.addSubview(tableV); view.addSubview(tableV);
......
...@@ -325,7 +325,8 @@ class CGDListVC: BaseViewController , UITableViewDelegate, UITableViewDataSource ...@@ -325,7 +325,8 @@ class CGDListVC: BaseViewController , UITableViewDelegate, UITableViewDataSource
var listView :UITableView! var listView :UITableView!
var tableSearchV :UITableView! = nil var tableSearchV :UITableView! = nil
private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)] // private let animations = [AnimationType.from(direction: .bottom, offset: 300*glscale)]
private let animations = [AnimationType.vector(CGVector(dx: 0, dy: 300*glscale))]
func setTabv() { func setTabv() {
listView = UITableView() listView = UITableView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment