Commit 5f286e48 authored by 刘俊宏's avatar 刘俊宏

添加旧物流下单弹窗

parent 09671b5f
...@@ -364,6 +364,8 @@ ...@@ -364,6 +364,8 @@
E0F97B102451728D001BD600 /* AddGuiGeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F97B0E2451728D001BD600 /* AddGuiGeCell.swift */; }; E0F97B102451728D001BD600 /* AddGuiGeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F97B0E2451728D001BD600 /* AddGuiGeCell.swift */; };
E0F97B1A2451951D001BD600 /* ShangPinGguiGeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F97B182451951D001BD600 /* ShangPinGguiGeCell.swift */; }; E0F97B1A2451951D001BD600 /* ShangPinGguiGeCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0F97B182451951D001BD600 /* ShangPinGguiGeCell.swift */; };
E0F97B1B2451951D001BD600 /* ShangPinGguiGeCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0F97B192451951D001BD600 /* ShangPinGguiGeCell.xib */; }; E0F97B1B2451951D001BD600 /* ShangPinGguiGeCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0F97B192451951D001BD600 /* ShangPinGguiGeCell.xib */; };
F9011C0E24CE6A4C00AAF4F5 /* LogisticalSelectView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9011C0D24CE6A4C00AAF4F5 /* LogisticalSelectView.xib */; };
F9011C1024CE6FB200AAF4F5 /* LogisticalSelectView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9011C0F24CE6FB200AAF4F5 /* LogisticalSelectView.swift */; };
F9023F62244999F500DD5A63 /* WarehoseMangementCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9023F60244999F500DD5A63 /* WarehoseMangementCell.swift */; }; F9023F62244999F500DD5A63 /* WarehoseMangementCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9023F60244999F500DD5A63 /* WarehoseMangementCell.swift */; };
F9023F63244999F500DD5A63 /* WarehoseMangementCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9023F61244999F500DD5A63 /* WarehoseMangementCell.xib */; }; F9023F63244999F500DD5A63 /* WarehoseMangementCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F9023F61244999F500DD5A63 /* WarehoseMangementCell.xib */; };
F9023F692449A50900DD5A63 /* TitleContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9023F672449A50900DD5A63 /* TitleContentCell.swift */; }; F9023F692449A50900DD5A63 /* TitleContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9023F672449A50900DD5A63 /* TitleContentCell.swift */; };
...@@ -980,6 +982,8 @@ ...@@ -980,6 +982,8 @@
E0F97B0E2451728D001BD600 /* AddGuiGeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddGuiGeCell.swift; sourceTree = "<group>"; }; E0F97B0E2451728D001BD600 /* AddGuiGeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddGuiGeCell.swift; sourceTree = "<group>"; };
E0F97B182451951D001BD600 /* ShangPinGguiGeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShangPinGguiGeCell.swift; sourceTree = "<group>"; }; E0F97B182451951D001BD600 /* ShangPinGguiGeCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShangPinGguiGeCell.swift; sourceTree = "<group>"; };
E0F97B192451951D001BD600 /* ShangPinGguiGeCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ShangPinGguiGeCell.xib; sourceTree = "<group>"; }; E0F97B192451951D001BD600 /* ShangPinGguiGeCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ShangPinGguiGeCell.xib; sourceTree = "<group>"; };
F9011C0D24CE6A4C00AAF4F5 /* LogisticalSelectView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LogisticalSelectView.xib; sourceTree = "<group>"; };
F9011C0F24CE6FB200AAF4F5 /* LogisticalSelectView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogisticalSelectView.swift; sourceTree = "<group>"; };
F9023F60244999F500DD5A63 /* WarehoseMangementCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WarehoseMangementCell.swift; sourceTree = "<group>"; }; F9023F60244999F500DD5A63 /* WarehoseMangementCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WarehoseMangementCell.swift; sourceTree = "<group>"; };
F9023F61244999F500DD5A63 /* WarehoseMangementCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WarehoseMangementCell.xib; sourceTree = "<group>"; }; F9023F61244999F500DD5A63 /* WarehoseMangementCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WarehoseMangementCell.xib; sourceTree = "<group>"; };
F9023F672449A50900DD5A63 /* TitleContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleContentCell.swift; sourceTree = "<group>"; }; F9023F672449A50900DD5A63 /* TitleContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleContentCell.swift; sourceTree = "<group>"; };
...@@ -1874,6 +1878,7 @@ ...@@ -1874,6 +1878,7 @@
E09B03AC2445B0B200211A51 /* View */ = { E09B03AC2445B0B200211A51 /* View */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
F9011C0C24CE692500AAF4F5 /* LogisticalSelectView */,
F950FDAF245171E000C40530 /* TimeSelectView */, F950FDAF245171E000C40530 /* TimeSelectView */,
F961D273245037CA007FBE70 /* MoreBtnView */, F961D273245037CA007FBE70 /* MoreBtnView */,
F961D267244FFD47007FBE70 /* HeaderSelectView */, F961D267244FFD47007FBE70 /* HeaderSelectView */,
...@@ -2325,6 +2330,15 @@ ...@@ -2325,6 +2330,15 @@
path = "商品详情"; path = "商品详情";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
F9011C0C24CE692500AAF4F5 /* LogisticalSelectView */ = {
isa = PBXGroup;
children = (
F9011C0D24CE6A4C00AAF4F5 /* LogisticalSelectView.xib */,
F9011C0F24CE6FB200AAF4F5 /* LogisticalSelectView.swift */,
);
path = LogisticalSelectView;
sourceTree = "<group>";
};
F9023F5F2449996D00DD5A63 /* 仓库管理 */ = { F9023F5F2449996D00DD5A63 /* 仓库管理 */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
...@@ -3159,6 +3173,7 @@ ...@@ -3159,6 +3173,7 @@
E0B946282456775000FBEC9A /* DaiKeXiaDanGouWuCell.xib in Resources */, E0B946282456775000FBEC9A /* DaiKeXiaDanGouWuCell.xib in Resources */,
E0B6036F244D376900A56B38 /* KuWeiCell.xib in Resources */, E0B6036F244D376900A56B38 /* KuWeiCell.xib in Resources */,
E0273DDA24551B6D00B3FCAE /* SendTimeSelectView.xib in Resources */, E0273DDA24551B6D00B3FCAE /* SendTimeSelectView.xib in Resources */,
F9011C0E24CE6A4C00AAF4F5 /* LogisticalSelectView.xib in Resources */,
E0A409C42463F31600CFF109 /* ShouZhiTongJiViewController.xib in Resources */, E0A409C42463F31600CFF109 /* ShouZhiTongJiViewController.xib in Resources */,
E0F1BE4924692379003015B2 /* ItemCell.xib in Resources */, E0F1BE4924692379003015B2 /* ItemCell.xib in Resources */,
F9DDBE972457D3EC00A32CB2 /* WebViewController.xib in Resources */, F9DDBE972457D3EC00A32CB2 /* WebViewController.xib in Resources */,
...@@ -3598,6 +3613,7 @@ ...@@ -3598,6 +3613,7 @@
E0D197C22448431C002B080C /* BabyRhythm.m in Sources */, E0D197C22448431C002B080C /* BabyRhythm.m in Sources */,
F924B3962497241500A913CD /* GetBindUserModel.swift in Sources */, F924B3962497241500A913CD /* GetBindUserModel.swift in Sources */,
F956D5A1246A2D9C003FF510 /* LMNToolBar.m in Sources */, F956D5A1246A2D9C003FF510 /* LMNToolBar.m in Sources */,
F9011C1024CE6FB200AAF4F5 /* LogisticalSelectView.swift in Sources */,
F950FDDC24518B9500C40530 /* FSCalendar.m in Sources */, F950FDDC24518B9500C40530 /* FSCalendar.m in Sources */,
F9FF7BA124760DA9006E305E /* LogisticsCompanyModel.swift in Sources */, F9FF7BA124760DA9006E305E /* LogisticsCompanyModel.swift in Sources */,
E0206327246CD84A007A40C4 /* TitleAndLblView.swift in Sources */, E0206327246CD84A007A40C4 /* TitleAndLblView.swift in Sources */,
......
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.600",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.600", "blue" : "0.600",
"green" : "0.600" "green" : "0.600",
"red" : "0.600"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.961",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.459", "blue" : "0.459",
"green" : "0.459" "green" : "0.459",
"red" : "0.961"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.910",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.973", "blue" : "0.973",
"green" : "0.937" "green" : "0.937",
"red" : "0.910"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.839",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.918", "blue" : "0.918",
"green" : "0.875" "green" : "0.875",
"red" : "0.839"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.890",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.278", "blue" : "0.278",
"green" : "0.278" "green" : "0.278",
"red" : "0.890"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{ {
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [ "colors" : [
{ {
"idiom" : "universal",
"color" : { "color" : {
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"red" : "0.180",
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.180", "blue" : "0.180",
"green" : "0.180" "green" : "0.180",
"red" : "0.180"
} }
} },
"idiom" : "universal"
} }
] ],
} "info" : {
\ No newline at end of file "author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "xiadango.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "xiadango@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "xiadango@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
//
// LogisticalSelectView.swift
// GeliBusinessPlatform
//
// Created by 刘俊宏 on 2020/7/27.
// Copyright © 2020 junye lu. All rights reserved.
//
import Foundation
import LGButton
class LogisticalSelectView: UIView {
@IBOutlet weak var jdSelectBtn: UIButton!
@IBOutlet weak var sfSelectBtn: UIButton!
@IBAction func blackAction(_ sender: Any) {
self.removeFromSuperview()
}
@IBAction func xiadanAction(_ sender: Any) {
self.removeFromSuperview()
print("xiadanAction")
}
@IBAction func selectTheLogisticalAction(_ sender: UIButton) {
if sender == jdSelectBtn {
jdSelectBtn.isSelected = !jdSelectBtn.isSelected
sfSelectBtn.isSelected = false
}else if sender == sfSelectBtn {
sfSelectBtn.isSelected = !sfSelectBtn.isSelected
jdSelectBtn.isSelected = false
}
}
var contentView:UIView!
//初始化时将xib中的view添加进来
override init(frame: CGRect) {
super.init(frame: frame)
contentView = loadViewFromNib()
addSubview(contentView)
contentView.snp.makeConstraints { (make) in
make.left.top.right.bottom.equalToSuperview()
}
}
// /初始化时将xib中的view添加进来
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
contentView = loadViewFromNib()
addSubview(contentView)
contentView.snp.makeConstraints { (make) in
make.left.top.right.bottom.equalToSuperview()
}
}
//加载xib
func loadViewFromNib() -> UIView {
let className = type(of: self)
let bundle = Bundle(for: className)
let name = NSStringFromClass(className).components(separatedBy: ".").last
let nib = UINib(nibName: name!, bundle: bundle)
let view = nib.instantiate(withOwner: self, options: nil).first as! UIView
return view
}
}
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