Commit 857e0a91 authored by lujunye's avatar lujunye

补充配置文件

parent 038f1a31
......@@ -46,6 +46,8 @@
E019E98124A975920086C565 /* brandListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E019E98024A975920086C565 /* brandListModel.swift */; };
E019E98324A9763A0086C565 /* BrandListInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = E019E98224A9763A0086C565 /* BrandListInterface.swift */; };
E01C26B12446989700ADCC70 /* Interface_Z.plist in Resources */ = {isa = PBXBuildFile; fileRef = E01C26B02446989700ADCC70 /* Interface_Z.plist */; };
E01E5471254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E01E546F254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.swift */; };
E01E5472254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E01E5470254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.xib */; };
E01EA1A0245A5D6B00F019D5 /* YunDanXiangQingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E01EA19E245A5D6B00F019D5 /* YunDanXiangQingViewController.swift */; };
E01EA1A1245A5D6B00F019D5 /* YunDanXiangQingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E01EA19F245A5D6B00F019D5 /* YunDanXiangQingViewController.xib */; };
E01EA1A4245A60E000F019D5 /* XiaDanChengGongViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E01EA1A2245A60E000F019D5 /* XiaDanChengGongViewController.swift */; };
......@@ -675,6 +677,8 @@
E019E98024A975920086C565 /* brandListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = brandListModel.swift; sourceTree = "<group>"; };
E019E98224A9763A0086C565 /* BrandListInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrandListInterface.swift; sourceTree = "<group>"; };
E01C26B02446989700ADCC70 /* Interface_Z.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Interface_Z.plist; sourceTree = "<group>"; };
E01E546F254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GYS_FX_ProductCellTableViewCell.swift; sourceTree = "<group>"; };
E01E5470254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYS_FX_ProductCellTableViewCell.xib; sourceTree = "<group>"; };
E01EA19E245A5D6B00F019D5 /* YunDanXiangQingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YunDanXiangQingViewController.swift; sourceTree = "<group>"; };
E01EA19F245A5D6B00F019D5 /* YunDanXiangQingViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = YunDanXiangQingViewController.xib; sourceTree = "<group>"; };
E01EA1A2245A60E000F019D5 /* XiaDanChengGongViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XiaDanChengGongViewController.swift; sourceTree = "<group>"; };
......@@ -2484,6 +2488,8 @@
F9B9FAC624DE409300ACDC8F /* UpBillDataTableViewCell.xib */,
F961153124E22BA700EB3458 /* OtherInfoTextViewTableViewCell.swift */,
F961153224E22BA700EB3458 /* OtherInfoTextViewTableViewCell.xib */,
E01E546F254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.swift */,
E01E5470254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.xib */,
);
path = Cell;
sourceTree = "<group>";
......@@ -3218,6 +3224,7 @@
files = (
E042F731245272FF00CDFA12 /* XiaYunDanViewController.xib in Resources */,
F9D44E9224CBE66E00FBD8DB /* ToFormChangeView.xib in Resources */,
E01E5472254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.xib in Resources */,
F9023F63244999F500DD5A63 /* WarehoseMangementCell.xib in Resources */,
E051EBD824A1F0ED00892DA9 /* CGDCell.xib in Resources */,
F96E48A024CA7930000AB8D4 /* WaybillDetailViewController.xib in Resources */,
......@@ -3689,6 +3696,7 @@
F933F6C52452C68B00189561 /* PKHUDSuccessView.swift in Sources */,
E09B03A82445B04E00211A51 /* BaseView.swift in Sources */,
F96A585224790E300070A057 /* XPathQuery.m in Sources */,
E01E5471254FABFD00A2620C /* GYS_FX_ProductCellTableViewCell.swift in Sources */,
F933F6CB2452C68B00189561 /* Window.swift in Sources */,
E013D7882484B1B90092DE46 /* CRKXiangQVC.swift in Sources */,
E0DDCB0F244AD8C500DF54C7 /* DaiQueRenCell.swift in Sources */,
......
......@@ -14,7 +14,6 @@ class NavViewController: UINavigationController {
super.viewDidLoad()
self.navigationController?.navigationBar.tintColor = UIColor(named: "主色调")
UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffset(horizontal: -2000, vertical: 0), for: UIBarMetrics.default)//去掉返回图片后面的文字
}
// override var preferredStatusBarStyle: UIStatusBarStyle{
// return UIStatusBarStyle.lightContent
......
......@@ -34,7 +34,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource {
@IBAction func submitAction(_ sender: Any) {
self.removeFromSuperview()
}
var datasArr:Array<String> = ["单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票","单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票","单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票","单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票","单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票","单位地址,广东省广州市荔湾区环市西路37号富力国际鞋业贸易中心2105","纳税人识别号,HF5241515215142115122125","类型,普通发票"]
var datasArr:Array<String> = []
@IBOutlet weak var btnLbl: UILabel!
@IBAction func closeAction(_ sender: UIButton) {
......
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