Commit f9df6fde authored by lujunye's avatar lujunye

出入库详情

parent 2f84b432
...@@ -128,6 +128,8 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo ...@@ -128,6 +128,8 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
HUD.flash(.label("请选择出库商品"), delay: 1.2) HUD.flash(.label("请选择出库商品"), delay: 1.2)
return return
} }
HUD.show(.progress) HUD.show(.progress)
var goodsInfoArr:Array<Any> = [] var goodsInfoArr:Array<Any> = []
for i in 0 ..< rkSelectArr.count { for i in 0 ..< rkSelectArr.count {
...@@ -177,9 +179,16 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo ...@@ -177,9 +179,16 @@ class NewCKVc: BaseViewController,UITableViewDelegate,UITableViewDataSource,CKNo
"audit_remark":remark as Any, "audit_remark":remark as Any,
"goods_info":dataChangeString(sender: goodsInfoArr) as Any "goods_info":dataChangeString(sender: goodsInfoArr) as Any
] ]
if sender.tag == 1 {//打印
print("连接打印机")
return
}
GoodsOutput(dict, success: { (data) in GoodsOutput(dict, success: { (data) in
HUD.hide() HUD.hide()
HUD.flash(.labeledSubSuccess(subtitle: "出库成功"), delay: 1.2) HUD.flash(.labeledSubSuccess(subtitle: "出库成功"), delay: 1.2)
self.navigationController?.popViewController(animated: true) self.navigationController?.popViewController(animated: true)
}) { (error) in }) { (error) in
......
...@@ -649,13 +649,13 @@ class CRKXiangQVC: BaseViewController,UITableViewDelegate,UITableViewDataSource, ...@@ -649,13 +649,13 @@ class CRKXiangQVC: BaseViewController,UITableViewDelegate,UITableViewDataSource,
return 49 return 49
} }
if model?.io_type == 1 {//入库 if model?.io_type == 1 {//入库
return 264 return 362
} }
if (model?.status)! > 1 { if (model?.status)! > 1 {
return 264 return 362
} }
if isGm == false { if isGm == false {
return 264 return 362
} }
let arr = piCiArr[indexPath.row] let arr = piCiArr[indexPath.row]
if arr.count > 0 { if arr.count > 0 {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <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="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" 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"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WaS-5d-gVj"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WaS-5d-gVj">
<rect key="frame" x="0.0" y="813" width="414" height="83"/> <rect key="frame" x="0.0" y="813" width="414" height="83"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EBn-Ps-D90"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EBn-Ps-D90">
<rect key="frame" x="0.0" y="813" width="414" height="49"/> <rect key="frame" x="0.0" y="813" width="414" height="49"/>
...@@ -37,7 +38,7 @@ ...@@ -37,7 +38,7 @@
<constraint firstAttribute="height" constant="1" id="rS8-nk-JNK"/> <constraint firstAttribute="height" constant="1" id="rS8-nk-JNK"/>
</constraints> </constraints>
</view> </view>
<button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sPz-uT-fTr"> <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sPz-uT-fTr">
<rect key="frame" x="0.0" y="1" width="207" height="48"/> <rect key="frame" x="0.0" y="1" width="207" height="48"/>
<fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/> <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/>
<state key="normal" title="不通过"> <state key="normal" title="不通过">
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<action selector="crkxqBtnClick:" destination="-1" eventType="touchUpInside" id="SsN-9N-cc4"/> <action selector="crkxqBtnClick:" destination="-1" eventType="touchUpInside" id="SsN-9N-cc4"/>
</connections> </connections>
</button> </button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QU8-BL-JRl"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QU8-BL-JRl">
<rect key="frame" x="207" y="1" width="207" height="48"/> <rect key="frame" x="207" y="1" width="207" height="48"/>
<fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/> <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="13"/>
<state key="normal" title="通过"> <state key="normal" title="通过">
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
</connections> </connections>
</button> </button>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="49" id="9Zg-jL-ofh"/> <constraint firstAttribute="height" constant="49" id="9Zg-jL-ofh"/>
<constraint firstAttribute="trailing" secondItem="ydi-1B-6A5" secondAttribute="trailing" id="Gwu-ui-0rc"/> <constraint firstAttribute="trailing" secondItem="ydi-1B-6A5" secondAttribute="trailing" id="Gwu-ui-0rc"/>
...@@ -83,7 +84,8 @@ ...@@ -83,7 +84,8 @@
</connections> </connections>
</tableView> </tableView>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="w5k-1L-VKh" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="05i-4e-oTV"/> <constraint firstItem="w5k-1L-VKh" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="05i-4e-oTV"/>
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="w5k-1L-VKh" secondAttribute="trailing" id="2H8-lN-Ji9"/> <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="w5k-1L-VKh" secondAttribute="trailing" id="2H8-lN-Ji9"/>
...@@ -97,7 +99,6 @@ ...@@ -97,7 +99,6 @@
<constraint firstAttribute="trailing" secondItem="WaS-5d-gVj" secondAttribute="trailing" id="iQd-4i-bQ7"/> <constraint firstAttribute="trailing" secondItem="WaS-5d-gVj" secondAttribute="trailing" id="iQd-4i-bQ7"/>
<constraint firstItem="WaS-5d-gVj" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="kEL-vT-6C3"/> <constraint firstItem="WaS-5d-gVj" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="kEL-vT-6C3"/>
</constraints> </constraints>
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
<point key="canvasLocation" x="124.6376811594203" y="108.48214285714285"/> <point key="canvasLocation" x="124.6376811594203" y="108.48214285714285"/>
</view> </view>
</objects> </objects>
...@@ -111,5 +112,8 @@ ...@@ -111,5 +112,8 @@
<namedColor name="蓝色字体颜色"> <namedColor name="蓝色字体颜色">
<color red="0.27843137254901962" green="0.5607843137254902" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.27843137254901962" green="0.5607843137254902" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <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="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" 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"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
...@@ -94,7 +95,7 @@ ...@@ -94,7 +95,7 @@
<color key="textColor" name="个人中心灰色字体"/> <color key="textColor" name="个人中心灰色字体"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="meu-FK-Krq"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="meu-FK-Krq">
<rect key="frame" x="293" y="160.5" width="40" height="28"/> <rect key="frame" x="293" y="160.5" width="40" height="28"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/> <fontDescription key="fontDescription" type="system" pointSize="13"/>
<state key="normal" title="请选择"> <state key="normal" title="请选择">
...@@ -137,7 +138,7 @@ ...@@ -137,7 +138,7 @@
</constraints> </constraints>
</view> </view>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="trailing" secondItem="O1C-jG-Pqe" secondAttribute="trailing" constant="15" id="1Dg-eD-JWD"/> <constraint firstAttribute="trailing" secondItem="O1C-jG-Pqe" secondAttribute="trailing" constant="15" id="1Dg-eD-JWD"/>
<constraint firstItem="v8m-Lh-pEo" firstAttribute="top" secondItem="SLL-lW-cm1" secondAttribute="bottom" id="3li-0z-eCR"/> <constraint firstItem="v8m-Lh-pEo" firstAttribute="top" secondItem="SLL-lW-cm1" secondAttribute="bottom" id="3li-0z-eCR"/>
...@@ -212,7 +213,7 @@ ...@@ -212,7 +213,7 @@
<color red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<namedColor name="个人中心灰色字体"> <namedColor name="个人中心灰色字体">
<color red="0.3919999897480011" green="0.3919999897480011" blue="0.3919999897480011" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.38823529411764707" green="0.38823529411764707" blue="0.38823529411764707" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<namedColor name="标题字颜色"> <namedColor name="标题字颜色">
<color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
...@@ -226,5 +227,8 @@ ...@@ -226,5 +227,8 @@
<namedColor name="蓝色字体颜色"> <namedColor name="蓝色字体颜色">
<color red="0.27843137254901962" green="0.5607843137254902" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.27843137254901962" green="0.5607843137254902" blue="0.8901960784313725" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>
...@@ -10,6 +10,8 @@ import UIKit ...@@ -10,6 +10,8 @@ import UIKit
class NewRKCell: UITableViewCell { class NewRKCell: UITableViewCell {
@IBOutlet weak var pi_ci_lbl: UILabel!
@IBOutlet weak var gys_lbl: UILabel!
@IBOutlet weak var baogao: UILabel! @IBOutlet weak var baogao: UILabel!
@IBOutlet weak var rkzj: UILabel! @IBOutlet weak var rkzj: UILabel!
@IBOutlet weak var gqrq: UILabel! @IBOutlet weak var gqrq: UILabel!
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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"/> <device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <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="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" 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"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<objects> <objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="NewRKCell" customModule="TestClass" customModuleProvider="target"> <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="NewRKCell" customModule="TestClass" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="375" height="264"/> <rect key="frame" x="0.0" y="0.0" width="375" height="362"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="375" height="264"/> <rect key="frame" x="0.0" y="0.0" width="375" height="362"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mgx-Me-Rl0"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mgx-Me-Rl0">
<rect key="frame" x="15" y="15" width="345" height="249"/> <rect key="frame" x="15" y="15" width="345" height="347"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lUj-PO-NbV"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lUj-PO-NbV">
<rect key="frame" x="15" y="15" width="315" height="18.5"/> <rect key="frame" x="15" y="15" width="315" height="18.5"/>
...@@ -121,7 +122,7 @@ ...@@ -121,7 +122,7 @@
<constraint firstAttribute="height" constant="1" id="hiZ-FJ-Rez"/> <constraint firstAttribute="height" constant="1" id="hiZ-FJ-Rez"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oSJ-CB-VC4"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oSJ-CB-VC4" userLabel="View1">
<rect key="frame" x="172" y="215" width="1" height="20"/> <rect key="frame" x="172" y="215" width="1" height="20"/>
<color key="backgroundColor" name="灰色分界线"/> <color key="backgroundColor" name="灰色分界线"/>
<constraints> <constraints>
...@@ -141,14 +142,49 @@ ...@@ -141,14 +142,49 @@
<color key="textColor" name="个人中心灰色字体"/> <color key="textColor" name="个人中心灰色字体"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wqy-QK-RJX">
<rect key="frame" x="15" y="250" width="315" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="kGX-Nr-KTJ"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QfU-XN-RsA">
<rect key="frame" x="15" y="266" width="315" height="18.5"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="Cka-T1-bE3"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" name="个人中心灰色字体"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ypA-b2-3oH">
<rect key="frame" x="15" y="299.5" width="315" height="1"/>
<color key="backgroundColor" name="灰色分界线"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="vQc-bh-ein"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7YJ-pG-OWQ">
<rect key="frame" x="15" y="315.5" width="315" height="18.5"/>
<constraints>
<constraint firstAttribute="height" constant="18.5" id="7KK-29-r33"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" name="个人中心灰色字体"/>
<nil key="highlightedColor"/>
</label>
</subviews> </subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstItem="yiE-6M-zSZ" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="0OQ-xg-XXW"/> <constraint firstItem="yiE-6M-zSZ" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="0OQ-xg-XXW"/>
<constraint firstItem="lj5-Mb-C9e" firstAttribute="top" secondItem="oaS-sH-AUl" secondAttribute="bottom" constant="15" id="0eZ-UH-8YC"/> <constraint firstItem="lj5-Mb-C9e" firstAttribute="top" secondItem="oaS-sH-AUl" secondAttribute="bottom" constant="15" id="0eZ-UH-8YC"/>
<constraint firstItem="lUj-PO-NbV" firstAttribute="top" secondItem="mgx-Me-Rl0" secondAttribute="top" constant="15" id="2Cc-ES-Egr"/> <constraint firstItem="lUj-PO-NbV" firstAttribute="top" secondItem="mgx-Me-Rl0" secondAttribute="top" constant="15" id="2Cc-ES-Egr"/>
<constraint firstItem="I6G-xu-wpE" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="2xx-Jp-Vdx"/> <constraint firstItem="I6G-xu-wpE" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="2xx-Jp-Vdx"/>
<constraint firstItem="OEe-w4-yCp" firstAttribute="leading" secondItem="iwO-yB-ZhI" secondAttribute="trailing" constant="15" id="3V0-8y-PTZ"/> <constraint firstItem="OEe-w4-yCp" firstAttribute="leading" secondItem="iwO-yB-ZhI" secondAttribute="trailing" constant="15" id="3V0-8y-PTZ"/>
<constraint firstItem="QfU-XN-RsA" firstAttribute="top" secondItem="Wqy-QK-RJX" secondAttribute="bottom" constant="15" id="4QG-Bq-IaD"/>
<constraint firstItem="7YJ-pG-OWQ" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="6g3-AG-8FM"/>
<constraint firstAttribute="trailing" secondItem="QfU-XN-RsA" secondAttribute="trailing" constant="15" id="74h-Fs-r7Z"/>
<constraint firstItem="7Gc-bl-ZRI" firstAttribute="leading" secondItem="oSJ-CB-VC4" secondAttribute="trailing" constant="15" id="75I-OR-ZHW"/> <constraint firstItem="7Gc-bl-ZRI" firstAttribute="leading" secondItem="oSJ-CB-VC4" secondAttribute="trailing" constant="15" id="75I-OR-ZHW"/>
<constraint firstItem="lj5-Mb-C9e" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="8JL-OJ-xH6"/> <constraint firstItem="lj5-Mb-C9e" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="8JL-OJ-xH6"/>
<constraint firstAttribute="trailing" secondItem="I6G-xu-wpE" secondAttribute="trailing" constant="15" id="9ZQ-88-Oj5"/> <constraint firstAttribute="trailing" secondItem="I6G-xu-wpE" secondAttribute="trailing" constant="15" id="9ZQ-88-Oj5"/>
...@@ -161,6 +197,7 @@ ...@@ -161,6 +197,7 @@
<constraint firstItem="x0h-5q-GA1" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="EvN-zZ-uLu"/> <constraint firstItem="x0h-5q-GA1" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="EvN-zZ-uLu"/>
<constraint firstItem="JKO-tV-H9B" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="FIM-5u-XK2"/> <constraint firstItem="JKO-tV-H9B" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="FIM-5u-XK2"/>
<constraint firstItem="iwO-yB-ZhI" firstAttribute="leading" secondItem="QRv-d2-EeB" secondAttribute="trailing" constant="15" id="JnM-B6-mdT"/> <constraint firstItem="iwO-yB-ZhI" firstAttribute="leading" secondItem="QRv-d2-EeB" secondAttribute="trailing" constant="15" id="JnM-B6-mdT"/>
<constraint firstAttribute="trailing" secondItem="7YJ-pG-OWQ" secondAttribute="trailing" constant="15" id="K88-t7-swW"/>
<constraint firstItem="oSJ-CB-VC4" firstAttribute="leading" secondItem="yiE-6M-zSZ" secondAttribute="trailing" constant="15" id="MEt-Lh-8nq"/> <constraint firstItem="oSJ-CB-VC4" firstAttribute="leading" secondItem="yiE-6M-zSZ" secondAttribute="trailing" constant="15" id="MEt-Lh-8nq"/>
<constraint firstItem="iwO-yB-ZhI" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="QdQ-77-SpU"/> <constraint firstItem="iwO-yB-ZhI" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="QdQ-77-SpU"/>
<constraint firstItem="oaS-sH-AUl" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="R3o-qb-WIU"/> <constraint firstItem="oaS-sH-AUl" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="R3o-qb-WIU"/>
...@@ -168,6 +205,7 @@ ...@@ -168,6 +205,7 @@
<constraint firstItem="6Rc-US-JnT" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="Rea-Zo-jPZ"/> <constraint firstItem="6Rc-US-JnT" firstAttribute="centerX" secondItem="mgx-Me-Rl0" secondAttribute="centerX" id="Rea-Zo-jPZ"/>
<constraint firstAttribute="trailing" secondItem="oaS-sH-AUl" secondAttribute="trailing" id="UC8-BN-19a"/> <constraint firstAttribute="trailing" secondItem="oaS-sH-AUl" secondAttribute="trailing" id="UC8-BN-19a"/>
<constraint firstItem="oaS-sH-AUl" firstAttribute="top" secondItem="mgx-Me-Rl0" secondAttribute="top" constant="49" id="Uti-r7-2gm"/> <constraint firstItem="oaS-sH-AUl" firstAttribute="top" secondItem="mgx-Me-Rl0" secondAttribute="top" constant="49" id="Uti-r7-2gm"/>
<constraint firstItem="Wqy-QK-RJX" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="XXK-fI-E4S"/>
<constraint firstAttribute="trailing" secondItem="7Kz-gN-GMZ" secondAttribute="trailing" constant="15" id="Y8B-KZ-Sl9"/> <constraint firstAttribute="trailing" secondItem="7Kz-gN-GMZ" secondAttribute="trailing" constant="15" id="Y8B-KZ-Sl9"/>
<constraint firstAttribute="trailing" secondItem="7Gc-bl-ZRI" secondAttribute="trailing" constant="15" id="YAO-gA-zQo"/> <constraint firstAttribute="trailing" secondItem="7Gc-bl-ZRI" secondAttribute="trailing" constant="15" id="YAO-gA-zQo"/>
<constraint firstItem="QRv-d2-EeB" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="YlI-5t-mRb"/> <constraint firstItem="QRv-d2-EeB" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="YlI-5t-mRb"/>
...@@ -176,12 +214,15 @@ ...@@ -176,12 +214,15 @@
<constraint firstAttribute="trailing" secondItem="nOp-YD-cpI" secondAttribute="trailing" constant="15" id="aEC-7z-TA9"/> <constraint firstAttribute="trailing" secondItem="nOp-YD-cpI" secondAttribute="trailing" constant="15" id="aEC-7z-TA9"/>
<constraint firstItem="x0h-5q-GA1" firstAttribute="bottom" secondItem="6Rc-US-JnT" secondAttribute="bottom" constant="15" id="b9w-LL-lQI"/> <constraint firstItem="x0h-5q-GA1" firstAttribute="bottom" secondItem="6Rc-US-JnT" secondAttribute="bottom" constant="15" id="b9w-LL-lQI"/>
<constraint firstItem="bic-P2-HL8" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="bef-sr-H0Q"/> <constraint firstItem="bic-P2-HL8" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="bef-sr-H0Q"/>
<constraint firstAttribute="trailing" secondItem="ypA-b2-3oH" secondAttribute="trailing" constant="15" id="bmz-As-GEM"/>
<constraint firstItem="qkx-Dl-3Ez" firstAttribute="bottom" secondItem="iwO-yB-ZhI" secondAttribute="bottom" constant="15" id="cH0-AV-w6P"/> <constraint firstItem="qkx-Dl-3Ez" firstAttribute="bottom" secondItem="iwO-yB-ZhI" secondAttribute="bottom" constant="15" id="cH0-AV-w6P"/>
<constraint firstItem="oSJ-CB-VC4" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="cOo-Bn-d7C"/> <constraint firstItem="oSJ-CB-VC4" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="cOo-Bn-d7C"/>
<constraint firstAttribute="trailing" secondItem="Wqy-QK-RJX" secondAttribute="trailing" constant="15" id="cbr-AA-Qn6"/>
<constraint firstItem="OEe-w4-yCp" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="eSU-eK-iek"/> <constraint firstItem="OEe-w4-yCp" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="eSU-eK-iek"/>
<constraint firstItem="7Gc-bl-ZRI" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="f0W-fd-B1V"/> <constraint firstItem="7Gc-bl-ZRI" firstAttribute="top" secondItem="qkx-Dl-3Ez" secondAttribute="bottom" constant="15" id="f0W-fd-B1V"/>
<constraint firstItem="JKO-tV-H9B" firstAttribute="top" secondItem="oaS-sH-AUl" secondAttribute="bottom" constant="15" id="f50-Bl-pMX"/> <constraint firstItem="JKO-tV-H9B" firstAttribute="top" secondItem="oaS-sH-AUl" secondAttribute="bottom" constant="15" id="f50-Bl-pMX"/>
<constraint firstAttribute="trailing" secondItem="OEe-w4-yCp" secondAttribute="trailing" constant="15" id="fXy-1a-0A3"/> <constraint firstAttribute="trailing" secondItem="OEe-w4-yCp" secondAttribute="trailing" constant="15" id="fXy-1a-0A3"/>
<constraint firstItem="Wqy-QK-RJX" firstAttribute="top" secondItem="oSJ-CB-VC4" secondAttribute="bottom" constant="15" id="h23-oF-RyO"/>
<constraint firstItem="qkx-Dl-3Ez" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="iAC-pE-KCB"/> <constraint firstItem="qkx-Dl-3Ez" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="iAC-pE-KCB"/>
<constraint firstItem="iwO-yB-ZhI" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="jOs-yM-dIK"/> <constraint firstItem="iwO-yB-ZhI" firstAttribute="top" secondItem="x0h-5q-GA1" secondAttribute="bottom" constant="15" id="jOs-yM-dIK"/>
<constraint firstAttribute="trailing" secondItem="x0h-5q-GA1" secondAttribute="trailing" constant="15" id="l4e-YW-AMw"/> <constraint firstAttribute="trailing" secondItem="x0h-5q-GA1" secondAttribute="trailing" constant="15" id="l4e-YW-AMw"/>
...@@ -189,8 +230,12 @@ ...@@ -189,8 +230,12 @@
<constraint firstItem="lj5-Mb-C9e" firstAttribute="leading" secondItem="JKO-tV-H9B" secondAttribute="trailing" constant="15" id="mfF-mD-bfG"/> <constraint firstItem="lj5-Mb-C9e" firstAttribute="leading" secondItem="JKO-tV-H9B" secondAttribute="trailing" constant="15" id="mfF-mD-bfG"/>
<constraint firstItem="6Rc-US-JnT" firstAttribute="top" secondItem="I6G-xu-wpE" secondAttribute="bottom" constant="15" id="rdm-Mv-20R"/> <constraint firstItem="6Rc-US-JnT" firstAttribute="top" secondItem="I6G-xu-wpE" secondAttribute="bottom" constant="15" id="rdm-Mv-20R"/>
<constraint firstItem="7Kz-gN-GMZ" firstAttribute="leading" secondItem="6Rc-US-JnT" secondAttribute="trailing" constant="15" id="t7W-2e-yTZ"/> <constraint firstItem="7Kz-gN-GMZ" firstAttribute="leading" secondItem="6Rc-US-JnT" secondAttribute="trailing" constant="15" id="t7W-2e-yTZ"/>
<constraint firstItem="ypA-b2-3oH" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="tRc-Wq-1i8"/>
<constraint firstItem="ypA-b2-3oH" firstAttribute="top" secondItem="QfU-XN-RsA" secondAttribute="bottom" constant="15" id="unQ-FX-dhe"/>
<constraint firstItem="nOp-YD-cpI" firstAttribute="leading" secondItem="lj5-Mb-C9e" secondAttribute="trailing" constant="15" id="xNy-nM-6Xz"/> <constraint firstItem="nOp-YD-cpI" firstAttribute="leading" secondItem="lj5-Mb-C9e" secondAttribute="trailing" constant="15" id="xNy-nM-6Xz"/>
<constraint firstItem="lUj-PO-NbV" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="xWs-xw-v1W"/> <constraint firstItem="lUj-PO-NbV" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="xWs-xw-v1W"/>
<constraint firstItem="7YJ-pG-OWQ" firstAttribute="top" secondItem="ypA-b2-3oH" secondAttribute="bottom" constant="15" id="z9B-3b-lFA"/>
<constraint firstItem="QfU-XN-RsA" firstAttribute="leading" secondItem="mgx-Me-Rl0" secondAttribute="leading" constant="15" id="zcv-HN-xd3"/>
</constraints> </constraints>
<userDefinedRuntimeAttributes> <userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius"> <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
...@@ -213,13 +258,15 @@ ...@@ -213,13 +258,15 @@
<outlet property="baozhiQ" destination="yiE-6M-zSZ" id="wtG-GR-v4E"/> <outlet property="baozhiQ" destination="yiE-6M-zSZ" id="wtG-GR-v4E"/>
<outlet property="gqrq" destination="QRv-d2-EeB" id="C2M-hO-OXp"/> <outlet property="gqrq" destination="QRv-d2-EeB" id="C2M-hO-OXp"/>
<outlet property="guiGe" destination="JKO-tV-H9B" id="IV8-y3-lhT"/> <outlet property="guiGe" destination="JKO-tV-H9B" id="IV8-y3-lhT"/>
<outlet property="gys_lbl" destination="7YJ-pG-OWQ" id="C5y-Tb-AWb"/>
<outlet property="nameLbl" destination="lUj-PO-NbV" id="lxc-dd-qQ7"/> <outlet property="nameLbl" destination="lUj-PO-NbV" id="lxc-dd-qQ7"/>
<outlet property="pi_ci_lbl" destination="QfU-XN-RsA" id="kSe-7L-Jum"/>
<outlet property="rkjg" destination="7Kz-gN-GMZ" id="dxL-Ks-BB2"/> <outlet property="rkjg" destination="7Kz-gN-GMZ" id="dxL-Ks-BB2"/>
<outlet property="rkzj" destination="OEe-w4-yCp" id="ABZ-VX-Agb"/> <outlet property="rkzj" destination="OEe-w4-yCp" id="ABZ-VX-Agb"/>
<outlet property="rukuShu" destination="nOp-YD-cpI" id="kUO-Un-hZP"/> <outlet property="rukuShu" destination="nOp-YD-cpI" id="kUO-Un-hZP"/>
<outlet property="scrq" destination="bic-P2-HL8" id="Vry-2O-147"/> <outlet property="scrq" destination="bic-P2-HL8" id="Vry-2O-147"/>
</connections> </connections>
<point key="canvasLocation" x="132.60869565217394" y="111.83035714285714"/> <point key="canvasLocation" x="132.60869565217394" y="111.49553571428571"/>
</tableViewCell> </tableViewCell>
</objects> </objects>
<resources> <resources>
...@@ -227,7 +274,7 @@ ...@@ -227,7 +274,7 @@
<color red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.94509803921568625" green="0.94509803921568625" blue="0.94509803921568625" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<namedColor name="个人中心灰色字体"> <namedColor name="个人中心灰色字体">
<color red="0.3919999897480011" green="0.3919999897480011" blue="0.3919999897480011" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.38823529411764707" green="0.38823529411764707" blue="0.38823529411764707" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<namedColor name="标题字颜色"> <namedColor name="标题字颜色">
<color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.18000000715255737" green="0.18000000715255737" blue="0.18000000715255737" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
...@@ -235,5 +282,8 @@ ...@@ -235,5 +282,8 @@
<namedColor name="灰色分界线"> <namedColor name="灰色分界线">
<color red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color red="0.92941176470588238" green="0.92941176470588238" blue="0.92941176470588238" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources> </resources>
</document> </document>
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