Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
dd5a7120
Commit
dd5a7120
authored
Mar 11, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
萨拉的解放路;阿世纪东方;垃圾
parent
76024653
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
11 deletions
+36
-11
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(购物)/DaiKeXiaDanGouWuCell.xib
...Platform/ViewController/代客下单(购物)/DaiKeXiaDanGouWuCell.xib
+1
-1
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
...ssPlatform/ViewController/订单详情/OrderDViewController.swift
+35
-10
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
dd5a7120
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(购物)/DaiKeXiaDanGouWuCell.xib
View file @
dd5a7120
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<color
key=
"textColor"
name=
"灰色字体颜色"
/>
<color
key=
"textColor"
name=
"灰色字体颜色"
/>
<nil
key=
"highlightedColor"
/>
<nil
key=
"highlightedColor"
/>
</label>
</label>
<label
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"佣金:¥50"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"X1B-vl-mvy"
>
<label
hidden=
"YES"
opaque=
"NO"
userInteractionEnabled=
"NO"
contentMode=
"left"
horizontalHuggingPriority=
"251"
verticalHuggingPriority=
"251"
text=
"佣金:¥50"
textAlignment=
"natural"
lineBreakMode=
"tailTruncation"
baselineAdjustment=
"alignBaselines"
adjustsFontSizeToFit=
"NO"
translatesAutoresizingMaskIntoConstraints=
"NO"
id=
"X1B-vl-mvy"
>
<rect
key=
"frame"
x=
"10"
y=
"59"
width=
"55"
height=
"13.5"
/>
<rect
key=
"frame"
x=
"10"
y=
"59"
width=
"55"
height=
"13.5"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"11"
/>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"11"
/>
<color
key=
"textColor"
name=
"灰色字体颜色"
/>
<color
key=
"textColor"
name=
"灰色字体颜色"
/>
...
...
GeliBusinessPlatform/ViewController/订单详情/OrderDViewController.swift
View file @
dd5a7120
...
@@ -535,7 +535,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -535,7 +535,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
// if (self.dataMdoel?.order_res?.order_status == 6 && self.dataMdoel?.order_res?.from != 3 && self.dataMdoel?.order_res?.from != 5) {
// if (self.dataMdoel?.order_res?.order_status == 6 && self.dataMdoel?.order_res?.from != 3 && self.dataMdoel?.order_res?.from != 5) {
let
arr
=
piCiArr
!
[
indexPath
.
row
]
let
arr
=
piCiArr
!
[
indexPath
.
row
]
if
self
.
dataMdoel
?
.
order_res
?
.
order_type
==
5
{
cell
.
yong_jin_lbl
.
isHidden
=
false
}
else
{
cell
.
yong_jin_lbl
.
isHidden
=
true
}
if
arr
.
count
>
0
{
if
arr
.
count
>
0
{
cell
.
non_add_icon
.
isHidden
=
true
cell
.
non_add_icon
.
isHidden
=
true
cell
.
text_line
.
isHidden
=
true
cell
.
text_line
.
isHidden
=
true
...
@@ -573,13 +577,24 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -573,13 +577,24 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
cell
.
arrow_img
.
isHidden
=
true
cell
.
arrow_img
.
isHidden
=
true
cell
.
check_button
.
isHidden
=
true
cell
.
check_button
.
isHidden
=
true
cell
.
botton_height
.
constant
=
10
//待处理
if
(
rowModel
?
.
goods_source
!.
count
)
!
>
0
{
if
self
.
dataMdoel
?
.
order_res
?
.
order_type
==
5
{
cell
.
arrow_img
.
isHidden
=
false
cell
.
botton_height
.
constant
=
10
cell
.
check_button
.
isHidden
=
false
if
(
rowModel
?
.
goods_source
!.
count
)
!
>
0
{
cell
.
botton_height
.
constant
=
40
cell
.
arrow_img
.
isHidden
=
false
cell
.
check_button
.
isHidden
=
false
cell
.
botton_height
.
constant
=
40
}
}
else
{
cell
.
botton_height
.
constant
=
-
13.5
if
(
rowModel
?
.
goods_source
!.
count
)
!
>
0
{
cell
.
arrow_img
.
isHidden
=
false
cell
.
check_button
.
isHidden
=
false
cell
.
botton_height
.
constant
=
17.5
}
}
}
if
rowModel
?
.
goods_attr
!=
nil
{
if
rowModel
?
.
goods_attr
!=
nil
{
cell
.
detailLbl
.
text
=
"规格:"
+
(
rowModel
?
.
goods_attr
)
!
cell
.
detailLbl
.
text
=
"规格:"
+
(
rowModel
?
.
goods_attr
)
!
}
else
{
}
else
{
...
@@ -1324,12 +1339,22 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
...
@@ -1324,12 +1339,22 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
return
340
return
340
}
}
return
310
return
310
}
else
{
if
self
.
dataMdoel
?
.
order_res
?
.
order_type
==
5
{
if
(
target
?
.
goods_source
!.
count
)
!
>
0
{
return
300
}
return
270
}
else
{
if
(
target
?
.
goods_source
!.
count
)
!
>
0
{
return
276.5
}
return
246.5
}
}
}
if
(
target
?
.
goods_source
!.
count
)
!
>
0
{
return
300
}
return
270
case
4
:
//发票信息heightrow
case
4
:
//发票信息heightrow
if
segmentIndex
==
0
{
if
segmentIndex
==
0
{
return
180
return
180
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment