Commit 14257e89 authored by lujunye's avatar lujunye

分销收益+详情

parent 492c9bbf
......@@ -299,6 +299,8 @@
E0B6036F244D376900A56B38 /* KuWeiCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0B6036D244D376900A56B38 /* KuWeiCell.xib */; };
E0B903B8259AD96F0041EF62 /* dbtIncomeInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B903B7259AD96F0041EF62 /* dbtIncomeInfoModel.swift */; };
E0B903BD259ADAFE0041EF62 /* dbtIncomeInfoInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B903BC259ADAFE0041EF62 /* dbtIncomeInfoInterface.swift */; };
E0B903C9259B11C20041EF62 /* FXSY_Detail_ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B903C7259B11C20041EF62 /* FXSY_Detail_ViewController.swift */; };
E0B903CA259B11C20041EF62 /* FXSY_Detail_ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0B903C8259B11C20041EF62 /* FXSY_Detail_ViewController.xib */; };
E0B9461E24566B3100FBEC9A /* TitleAndTFAndBtnCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B9461C24566B3100FBEC9A /* TitleAndTFAndBtnCell.swift */; };
E0B9461F24566B3100FBEC9A /* TitleAndTFAndBtnCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E0B9461D24566B3100FBEC9A /* TitleAndTFAndBtnCell.xib */; };
E0B94623245671E100FBEC9A /* DaiKeXiaDanGouWuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B94621245671E100FBEC9A /* DaiKeXiaDanGouWuViewController.swift */; };
......@@ -977,6 +979,8 @@
E0B6036D244D376900A56B38 /* KuWeiCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = KuWeiCell.xib; sourceTree = "<group>"; };
E0B903B7259AD96F0041EF62 /* dbtIncomeInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dbtIncomeInfoModel.swift; sourceTree = "<group>"; };
E0B903BC259ADAFE0041EF62 /* dbtIncomeInfoInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dbtIncomeInfoInterface.swift; sourceTree = "<group>"; };
E0B903C7259B11C20041EF62 /* FXSY_Detail_ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FXSY_Detail_ViewController.swift; sourceTree = "<group>"; };
E0B903C8259B11C20041EF62 /* FXSY_Detail_ViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FXSY_Detail_ViewController.xib; sourceTree = "<group>"; };
E0B9461C24566B3100FBEC9A /* TitleAndTFAndBtnCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleAndTFAndBtnCell.swift; sourceTree = "<group>"; };
E0B9461D24566B3100FBEC9A /* TitleAndTFAndBtnCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TitleAndTFAndBtnCell.xib; sourceTree = "<group>"; };
E0B94621245671E100FBEC9A /* DaiKeXiaDanGouWuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaiKeXiaDanGouWuViewController.swift; sourceTree = "<group>"; };
......@@ -1690,6 +1694,8 @@
E02EE11A259ACC0500733764 /* FXSY_ViewController.xib */,
E02EE123259AD6FB00733764 /* FXSY_Cell.swift */,
E02EE124259AD6FB00733764 /* FXSY_Cell.xib */,
E0B903C7259B11C20041EF62 /* FXSY_Detail_ViewController.swift */,
E0B903C8259B11C20041EF62 /* FXSY_Detail_ViewController.xib */,
);
path = "分销收益页";
sourceTree = "<group>";
......@@ -3511,6 +3517,7 @@
F9A1D4AB255B7AF70018DA8A /* RetailManageHeaderView.xib in Resources */,
E00CBA0224820CF000701D9D /* CRKSumCell.xib in Resources */,
E0206335246CE45A007A40C4 /* HeaderOnlyTitleView.xib in Resources */,
E0B903CA259B11C20041EF62 /* FXSY_Detail_ViewController.xib in Resources */,
E0A409D524640B8300CFF109 /* DZGLViewController.xib in Resources */,
F95567A82453DA86009674AB /* WarehoseMangementListVC.xib in Resources */,
E0C4F4BE244EF53D00CC7E2F /* BindStepTwoViewController.xib in Resources */,
......@@ -3898,6 +3905,7 @@
F969BF1E244EE67900C79953 /* GoodsManageListVC.swift in Sources */,
E0273DD824551B4C00B3FCAE /* SendTimeSelectView.swift in Sources */,
E040399624D14D37008CF965 /* LalamoveModel.swift in Sources */,
E0B903C9259B11C20041EF62 /* FXSY_Detail_ViewController.swift in Sources */,
E08A7AE024652E2C00F934F2 /* BingDingKeHuViewController.swift in Sources */,
F96E9D5A246656A700B5B94A /* HGImageCollectionViewController.swift in Sources */,
E0AA3A91248F626400CBFC27 /* XinCaiGouViewController.swift in Sources */,
......
......@@ -78,11 +78,11 @@ class incomeDetailsDataModel: Mappable {
var collection_account :String?//转账账户
var collection_name:String?//转账店铺名称
var collection_time : Int?//转账时间
var collection_time : Double?//转账时间
var supplier_account :String? //收款账户
var supplier_name:String? //收款店铺名称
var supplier_time : Int?//到账时间
var supplier_time : Double?//到账时间
var order_sn :String? //订单编号
var add_time:String?//退款时间(先用这个)
......
......@@ -31,7 +31,7 @@ class GLAlertSelectView: UIView,UITableViewDelegate,UITableViewDataSource,TitleA
delegate?.GLAlertSelectViewFinish?(sender:sender,title: ysyfTitle,cellTag: cellTag!)
}
var isBz = false
var is_center_select = false
var isNonSelect = false {
didSet {
var tbvH:CGFloat = 0
......@@ -278,7 +278,7 @@ class GLAlertSelectView: UIView,UITableViewDelegate,UITableViewDataSource,TitleA
cell.tag = indexPath.row
cell.titleLbl.textColor = UIColor(named: "标题字颜色")
cell.selectBtn.isSelected = false
cell.is_center_select = is_center_select
if isMultipleS == true {
for item in selectArray! {
if item == indexPath.row {
......
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
......@@ -33,7 +33,7 @@
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zee-Po-sID">
<rect key="frame" x="159" y="52" width="144" height="53"/>
<rect key="frame" x="157.5" y="52" width="145.5" height="53"/>
<attributedString key="attributedText">
<fragment content="View.tishiLbl.text = &quot;&quot;View.tishiLbl.text = &quot;&quot;View.tishiLbl.text = &quot;&quot;">
<attributes>
......@@ -85,9 +85,6 @@
<namedColor name="标题字颜色">
<color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="标题字颜色">
<color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="灰色分界线">
<color red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
......
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
......
//
// FXSY_Detail_ViewController.swift
// GeliBusinessPlatform
//
// Created by junye lu on 2020/12/29.
// Copyright © 2020 junye lu. All rights reserved.
//
import UIKit
class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITableViewDataSource {
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return titles.count
}
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "TitleAndLblCell") as! TitleAndLblCell
cell.nameLbl.text = titles[indexPath.row]
cell.btmLine.isHidden = true
switch title_lbl.text {
case "订单收益":
switch indexPath.row {
case 0:
cell.contentLbl.text = model?.data?.order_sn
break
case 1:
cell.contentLbl.text = model?.data!.collection_account
break
default:
cell.contentLbl.text = TimeByDouble(sender: (model?.data?.supplier_time)!)
break
}
break
case "订单退款":
switch indexPath.row {
case 0:
cell.contentLbl.text = model?.data?.order_sn
break
case 1:
cell.contentLbl.text = TimeByDouble(sender: (model?.data?.supplier_time)!)
break
default:
cell.contentLbl.text = model?.data?.refund_cycle
break
}
break
default:
switch indexPath.row {
case 0:
cell.contentLbl.text = model?.data!.collection_account
break
case 1:
cell.contentLbl.text = model?.data!.collection_name
break
case 2:
cell.contentLbl.text = TimeByDouble(sender: (model?.data?.collection_time)!)
break
case 3:
cell.contentLbl.text = model?.data!.supplier_account
break
case 4:
cell.contentLbl.text = model?.data?.supplier_name
break
default:
cell.contentLbl.text = TimeByDouble(sender: (model?.data?.supplier_time)!)
break
}
break
}
return cell
}
@IBOutlet weak var top_view: UIView!
let UserToken = UserDefaults.standard.value(forKey: "user_token")
var record_sn = ""
@IBOutlet weak var list_view: UITableView!
@IBOutlet weak var number_lbl: UILabel!
@IBOutlet weak var title_lbl: UILabel!
var model:incomeDetailsModel?
var titles:Array<String> = []
override func viewDidLoad() {
super.viewDidLoad()
navbar.title = "收益详情"
self.view.addSubview(navbar)
SetTopFrame(view: top_view, height: 106)
list_view.separatorStyle = .none
list_view.register(UINib(nibName: "TitleAndLblCell", bundle: nil), forCellReuseIdentifier: "TitleAndLblCell")
incomeDetails(["user_token":UserToken as Any,"record_sn":record_sn as Any]) { (data) in
self.model = data as! incomeDetailsModel
self.title_lbl.text = self.model!.data?.remark
self.number_lbl.text = self.model!.data?.in_amount
switch self.model!.data?.remark {
case "订单收益":
self.titles = ["订单编号","付款用户","到账时间"]
break
case "订单退款":
self.titles = ["订单编号","到账时间","退款周期"]
break
default:
self.titles = ["转账账户","转账店铺名称","转账时间","收款账户","收款店铺名称","到账时间"]
break
}
self.list_view.reloadData()
} failture: { (err) in
}
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="FXSY_Detail_ViewController" customModule="TestClass" customModuleProvider="target">
<connections>
<outlet property="list_view" destination="zqx-vL-CGK" id="zEF-3H-f0P"/>
<outlet property="number_lbl" destination="2Jj-t6-3Th" id="gcD-dC-gBI"/>
<outlet property="title_lbl" destination="n76-uS-p91" id="J4O-2h-1ne"/>
<outlet property="top_view" destination="5qb-dP-6Vx" id="syv-pG-RQQ"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5qb-dP-6Vx">
<rect key="frame" x="0.0" y="44" width="414" height="106"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="n76-uS-p91">
<rect key="frame" x="0.0" y="26" width="414" height="13"/>
<constraints>
<constraint firstAttribute="height" constant="13" id="WZo-mg-GRY"/>
</constraints>
<fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
<color key="textColor" name="多选按钮字体颜色"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Jj-t6-3Th">
<rect key="frame" x="0.0" y="54" width="414" height="23"/>
<constraints>
<constraint firstAttribute="height" constant="23" id="9YA-BB-liY"/>
</constraints>
<fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="23"/>
<color key="textColor" red="0.20392156862745098" green="0.20392156862745098" blue="0.20392156862745098" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="2Jj-t6-3Th" secondAttribute="trailing" id="8AR-PL-i9x"/>
<constraint firstItem="n76-uS-p91" firstAttribute="leading" secondItem="5qb-dP-6Vx" secondAttribute="leading" id="DfL-Sl-jMi"/>
<constraint firstAttribute="height" constant="106" id="Gkh-52-fF6"/>
<constraint firstItem="2Jj-t6-3Th" firstAttribute="top" secondItem="n76-uS-p91" secondAttribute="bottom" constant="15" id="SrL-k9-D3P"/>
<constraint firstAttribute="trailing" secondItem="n76-uS-p91" secondAttribute="trailing" id="gQB-ba-uMC"/>
<constraint firstItem="n76-uS-p91" firstAttribute="top" secondItem="5qb-dP-6Vx" secondAttribute="top" constant="26" id="wIs-cj-8Oc"/>
<constraint firstItem="2Jj-t6-3Th" firstAttribute="leading" secondItem="5qb-dP-6Vx" secondAttribute="leading" id="xsa-Qi-cHB"/>
</constraints>
</view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="F36-9H-REp">
<rect key="frame" x="15" y="150" width="384" height="1"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="GdD-SE-LCP"/>
</constraints>
</imageView>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="zqx-vL-CGK">
<rect key="frame" x="0.0" y="151" width="414" height="745"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<connections>
<outlet property="dataSource" destination="-1" id="jTY-48-V63"/>
<outlet property="delegate" destination="-1" id="guF-fB-nW8"/>
</connections>
</tableView>
</subviews>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="F36-9H-REp" secondAttribute="trailing" constant="15" id="2Yq-oT-8J0"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="zqx-vL-CGK" secondAttribute="trailing" id="CDF-ps-gQU"/>
<constraint firstItem="5qb-dP-6Vx" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="CKw-lG-wgE"/>
<constraint firstItem="5qb-dP-6Vx" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="LEC-3a-4Lr"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="5qb-dP-6Vx" secondAttribute="trailing" id="LiF-8V-2Pn"/>
<constraint firstItem="zqx-vL-CGK" firstAttribute="top" secondItem="F36-9H-REp" secondAttribute="bottom" id="MXs-r2-lEl"/>
<constraint firstAttribute="bottom" secondItem="zqx-vL-CGK" secondAttribute="bottom" id="O9Z-Ga-u1j"/>
<constraint firstItem="zqx-vL-CGK" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="ZBi-9f-ZQc"/>
<constraint firstItem="F36-9H-REp" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="q0J-A1-M9O"/>
<constraint firstItem="F36-9H-REp" firstAttribute="top" secondItem="5qb-dP-6Vx" secondAttribute="bottom" id="wuY-xh-IzH"/>
</constraints>
<point key="canvasLocation" x="-200" y="60"/>
</view>
</objects>
<resources>
<namedColor name="多选按钮字体颜色">
<color red="0.41176470588235292" green="0.41176470588235292" blue="0.41176470588235292" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
......@@ -32,7 +32,10 @@ class FXSY_ViewController: BaseViewController,GLTimeSelectViewDelegate,UITableVi
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let model = dataArr[indexPath.row]
// model.order_sn
print(model.record_sn!)
let vc = FXSY_Detail_ViewController()
vc.record_sn = model.record_sn!
self.navigationController?.pushViewController(vc, animated: true)
}
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
......@@ -143,6 +146,7 @@ class FXSY_ViewController: BaseViewController,GLTimeSelectViewDelegate,UITableVi
view.titleLbl.text = "请选择国家"
view.delegate = self
view.dataArr = ["收入","支出"]
view.is_center_select = true
view.selectNum = inc_exp_type
self.view.addSubview(view)
glSelectView = view
......
......@@ -144,7 +144,7 @@
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LRJ-fs-pAL">
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="offline_zhankai_2.png" translatesAutoresizingMaskIntoConstraints="NO" id="LRJ-fs-pAL">
<rect key="frame" x="64" y="29" width="12" height="6"/>
<constraints>
<constraint firstAttribute="height" constant="6" id="6h3-zg-g2Y"/>
......@@ -208,6 +208,7 @@
</view>
</objects>
<resources>
<image name="offline_zhankai_2.png" width="24" height="24"/>
<namedColor name="多选按钮字体颜色">
<color red="0.41176470588235292" green="0.41176470588235292" blue="0.41176470588235292" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
......
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