Commit 4fa26543 authored by 刘俊宏's avatar 刘俊宏

修正运单详情

parent 25a49bb5
{
"images" : [
{
"filename" : "driverIcon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "driverIcon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "driverIcon@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
...@@ -655,7 +655,7 @@ class billPricearrDataModel: Mappable { //司机添加的额外费用信息 ...@@ -655,7 +655,7 @@ class billPricearrDataModel: Mappable { //司机添加的额外费用信息
var bill_type : Int?//费用类型ID,1过桥费,2停车费,3搬运费,5逾时等候费 var bill_type : Int?//费用类型ID,1过桥费,2停车费,3搬运费,5逾时等候费
var name : String?//费用类型名称 示例:高速路桥费 var name : String?//费用类型名称 示例:高速路桥费
var price_fen : Int?//费用金额(分) 示例:0 var price_fen : Float?//费用金额(分) 示例:0
var img_url : String?//票据凭证图片链接 示例: var img_url : String?//票据凭证图片链接 示例:
required init?( map: Map) { required init?( map: Map) {
......
...@@ -16,6 +16,8 @@ class DriverItemTableViewCell: UITableViewCell { ...@@ -16,6 +16,8 @@ class DriverItemTableViewCell: UITableViewCell {
override func awakeFromNib() { override func awakeFromNib() {
super.awakeFromNib() super.awakeFromNib()
// Initialization code // Initialization code
self.selectionStyle = .none
} }
override func setSelected(_ selected: Bool, animated: Bool) { override func setSelected(_ selected: Bool, animated: Bool) {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<rect key="frame" x="0.0" y="0.0" width="377" height="142"/> <rect key="frame" x="0.0" y="0.0" width="377" height="142"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Wqp-PP-Pfx"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="driverIcon" translatesAutoresizingMaskIntoConstraints="NO" id="Wqp-PP-Pfx">
<rect key="frame" x="40" y="37" width="68" height="68"/> <rect key="frame" x="40" y="37" width="68" height="68"/>
<color key="backgroundColor" name="app底色"/> <color key="backgroundColor" name="app底色"/>
<constraints> <constraints>
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
</tableViewCell> </tableViewCell>
</objects> </objects>
<resources> <resources>
<image name="driverIcon" width="68" height="68"/>
<namedColor name="app底色"> <namedColor name="app底色">
<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>
......
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