Commit 159f046a authored by lujunye's avatar lujunye

1111213223

parent b2a73773
......@@ -15,7 +15,6 @@
E007B1D8248F7276004D14CC /* CGDCell1.swift in Sources */ = {isa = PBXBuildFile; fileRef = E007B1D6248F7276004D14CC /* CGDCell1.swift */; };
E007B1D9248F7276004D14CC /* CGDCell1.xib in Resources */ = {isa = PBXBuildFile; fileRef = E007B1D7248F7276004D14CC /* CGDCell1.xib */; };
E007B1DB248F8F57004D14CC /* PurchaseInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = E007B1DA248F8F57004D14CC /* PurchaseInterface.swift */; };
E00892E12638047700FA09C3 /* 3.png in Resources */ = {isa = PBXBuildFile; fileRef = E00892E02638047700FA09C3 /* 3.png */; };
E00892E62638058E00FA09C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E00892E52638058E00FA09C3 /* Foundation.framework */; };
E00ACBEB2490D6C800128052 /* YDLBVc.swift in Sources */ = {isa = PBXBuildFile; fileRef = E00ACBE92490D6C800128052 /* YDLBVc.swift */; };
E00ACBEC2490D6C800128052 /* YDLBVc.xib in Resources */ = {isa = PBXBuildFile; fileRef = E00ACBEA2490D6C800128052 /* YDLBVc.xib */; };
......@@ -806,7 +805,6 @@
E007B1D6248F7276004D14CC /* CGDCell1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGDCell1.swift; sourceTree = "<group>"; };
E007B1D7248F7276004D14CC /* CGDCell1.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CGDCell1.xib; sourceTree = "<group>"; };
E007B1DA248F8F57004D14CC /* PurchaseInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PurchaseInterface.swift; sourceTree = "<group>"; };
E00892E02638047700FA09C3 /* 3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 3.png; sourceTree = "<group>"; };
E00892E52638058E00FA09C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E00ACBE92490D6C800128052 /* YDLBVc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YDLBVc.swift; sourceTree = "<group>"; };
E00ACBEA2490D6C800128052 /* YDLBVc.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = YDLBVc.xib; sourceTree = "<group>"; };
......@@ -2299,7 +2297,6 @@
E07412F52637AE700098006A /* GBDEMO */ = {
isa = PBXGroup;
children = (
E00892E02638047700FA09C3 /* 3.png */,
E074130F2637AEBA0098006A /* ConnecterManager.h */,
E07413102637AEBA0098006A /* ConnecterManager.m */,
E07412F82637AE950098006A /* GSDK.a */,
......@@ -4071,7 +4068,6 @@
E09B03B72445B85A00211A51 /* LoginViewController.xib in Resources */,
E063A75D2616A5F80020EEDC /* WXTS_View.xib in Resources */,
F96E9D61246657B500B5B94A /* HGImage.storyboard in Resources */,
E00892E12638047700FA09C3 /* 3.png in Resources */,
E09F4C9E2452BEBB00BE033D /* JiPaiFangShiViewController.xib in Resources */,
F9A4AB6F24C927E900094BD1 /* LogisticsCostDetailViewController.xib in Resources */,
E0B5307F247266F400FFCC15 /* DKXDAdrCell.xib in Resources */,
......
......@@ -81,6 +81,7 @@
<true/>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
<string>fetch</string>
<string>remote-notification</string>
</array>
......
......@@ -367,7 +367,7 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
if self.authArr.contains("64"){
self.isGm = true
self.btmLbl.text = "直接出库"
// self.gm_view.isHidden = false
self.gm_view.isHidden = false
}
}
self.listView.reloadData()
......
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