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
4052be48
Commit
4052be48
authored
Aug 19, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分支1.6.1临时修复版本
parent
37b529ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
5 deletions
+47
-5
GeliBusinessPlatform.xcodeproj/project.pbxproj
GeliBusinessPlatform.xcodeproj/project.pbxproj
+4
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/仓库管理/WarehoseMangementListVC.swift
...latform/ViewController/仓库管理/WarehoseMangementListVC.swift
+1
-1
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
...ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
+42
-0
No files found.
GeliBusinessPlatform.xcodeproj/project.pbxproj
View file @
4052be48
...
@@ -3987,7 +3987,7 @@
...
@@ -3987,7 +3987,7 @@
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2.
0
;
CURRENT_PROJECT_VERSION
=
2.
1
;
DEFINES_MODULE
=
NO
;
DEFINES_MODULE
=
NO
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_TEAM
=
K48346UACH
;
DEVELOPMENT_TEAM
=
K48346UACH
;
...
@@ -4035,7 +4035,7 @@
...
@@ -4035,7 +4035,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
);
);
MARKETING_VERSION
=
1.6
;
MARKETING_VERSION
=
1.6
.1
;
OTHER_LDFLAGS
=
(
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"$(inherited)"
,
"-ObjC"
,
"-ObjC"
,
...
@@ -4116,7 +4116,7 @@
...
@@ -4116,7 +4116,7 @@
CLANG_ENABLE_MODULES
=
YES
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
GeliBusinessPlatform/GeliBusinessPlatform.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2.
0
;
CURRENT_PROJECT_VERSION
=
2.
1
;
DEFINES_MODULE
=
NO
;
DEFINES_MODULE
=
NO
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_ASSET_PATHS
=
"\"GeliBusinessPlatform/Preview Content\""
;
DEVELOPMENT_TEAM
=
K48346UACH
;
DEVELOPMENT_TEAM
=
K48346UACH
;
...
@@ -4164,7 +4164,7 @@
...
@@ -4164,7 +4164,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
);
);
MARKETING_VERSION
=
1.6
;
MARKETING_VERSION
=
1.6
.1
;
OTHER_LDFLAGS
=
(
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"$(inherited)"
,
"-ObjC"
,
"-ObjC"
,
...
...
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4052be48
No preview for this file type
GeliBusinessPlatform/ViewController/仓库管理/WarehoseMangementListVC.swift
View file @
4052be48
...
@@ -204,7 +204,7 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV
...
@@ -204,7 +204,7 @@ class WarehoseMangementListVC: BaseViewController, UISearchBarDelegate, UITableV
cell
.
statusLbl
.
text
=
typeArr
[
model
.
w_type
!
]
cell
.
statusLbl
.
text
=
typeArr
[
model
.
w_type
!
]
cell
.
statusLbl
.
isHidden
=
false
cell
.
statusLbl
.
isHidden
=
false
cell
.
adrLbl
.
text
=
model
.
w_address
!
cell
.
adrLbl
.
text
=
model
.
w_address
!
cell
.
kuCunLbl
.
text
=
"库存位"
+
StringByInt
(
number
:
model
.
inventory
_count
!
)
cell
.
kuCunLbl
.
text
=
"库存位"
+
StringByInt
(
number
:
model
.
position
_count
!
)
switch
model
.
w_type
{
switch
model
.
w_type
{
case
0
:
case
0
:
//异常
//异常
...
...
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
View file @
4052be48
...
@@ -1274,7 +1274,49 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
...
@@ -1274,7 +1274,49 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
if
sender
.
tag
==
0
{
if
sender
.
tag
==
0
{
print
(
"左边"
)
print
(
"左边"
)
adrArr
=
tempadrArr
adrArr
=
tempadrArr
}
else
{
if
adrArr
.
count
>
0
{
let
firstData
=
adrArr
.
first
!
as
NSDictionary
if
firstData
[
"locName"
]
as!
String
!=
"空"
&&
adrArr
.
count
>
1
{
var
adrDs
:
Array
<
Any
>
=
[]
adrDs
.
removeAll
()
for
item
in
adrArr
{
let
data
=
item
[
"adr"
]
as!
cityListDataModel
let
dict
=
[
"lat"
:
data
.
lat_lon
!.
lat
!
,
"lon"
:
data
.
lat_lon
!.
lon
!
,
"city_id"
:
data
.
city_id
!
]
as
[
String
:
Any
]
adrDs
.
append
(
dict
)
}
let
lat_lon_arr
=
dataChangeString
(
sender
:
adrDs
)
let
fD
=
adrArr
.
first
!
let
cityData
=
fD
[
"adr"
]
as!
cityListDataModel
let
params
=
[
"user_token"
:
UserToken
as
Any
,
"nonce_str"
:
nonce_str
as
Any
,
"city_id"
:
cityData
.
city_id
as
Any
,
"city_info_revision"
:
carModel
?
.
revision
as
Any
,
"order_vehicle_id"
:
carTypesArr
[
selectCarType
]
.
order_vehicle_id
as
Any
,
"std_tag_arr"
:
""
as
Any
,
"spec_req_arr"
:
spec_select_arr
as
Any
,
"lat_lon_arr"
:
lat_lon_arr
as
Any
]
orderPriceCalculate
(
params
,
success
:
{
(
data
)
in
let
model
=
data
as!
orderPriceCalculateModel
self
.
YuGuPriceLbl
.
text
=
"
\(
model
.
data
!.
total_price_fen
!/
100
)
"
self
.
logisticsCostModel
=
model
let
view
=
self
.
hListView
.
footerView
(
forSection
:
1
)
view
?
.
layoutIfNeeded
()
self
.
hListView
.
reloadData
()
return
})
{
(
err
)
in
}
}
}
}
}
hListView
.
reloadData
()
hListView
.
reloadData
()
}
}
...
...
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