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
233a84f0
Commit
233a84f0
authored
Dec 11, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verson-1.6.9,修复id错乱
parent
89d6fc31
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
13 deletions
+12
-13
GeliBusinessPlatform.xcodeproj/project.pbxproj
GeliBusinessPlatform.xcodeproj/project.pbxproj
+2
-2
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(购物)/DaiKeXiaDanGouWuViewController.swift
...wController/代客下单(购物)/DaiKeXiaDanGouWuViewController.swift
+2
-3
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
...essPlatform/ViewController/工作中心/WorkCViewController.swift
+8
-8
No files found.
GeliBusinessPlatform.xcodeproj/project.pbxproj
View file @
233a84f0
...
...
@@ -4257,7 +4257,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
);
MARKETING_VERSION
=
1.6.
8
;
MARKETING_VERSION
=
1.6.
9
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -4387,7 +4387,7 @@
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/JPush/Lib"
,
"$(PROJECT_DIR)/GeliBusinessPlatform/Other/SDK/ShareSDK/Support/PlatformSDK/WeChatSDK"
,
);
MARKETING_VERSION
=
1.6.
8
;
MARKETING_VERSION
=
1.6.
9
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
233a84f0
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(购物)/DaiKeXiaDanGouWuViewController.swift
View file @
233a84f0
...
...
@@ -381,8 +381,7 @@ class DaiKeXiaDanGouWuViewController: BaseViewController,UITableViewDataSource,U
view
.
deSelectArr
=
[
0
,
1
,
2
]
}
}
view
.
dataArr
=
zfTypeArr
view
.
dataArr
=
zfTypeArr
break
case
2
:
//提货方式
view
.
tag
=
103
...
...
@@ -470,7 +469,7 @@ class DaiKeXiaDanGouWuViewController: BaseViewController,UITableViewDataSource,U
if
wkText
.
count
==
0
{
wkTFstr
=
"-"
}
listView
.
reloadData
()
listView
.
reloadData
()
}
//MARK: - glalertSelectViewSelect
...
...
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
View file @
233a84f0
...
...
@@ -620,30 +620,30 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
vc
.
isSQ
=
true
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
13
2
:
//分销管理
case
13
1
:
//分销管理
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
case
13
3
:
//分销店铺
管理
case
13
4
:
//分销商
管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
let
vc
=
GYS_HZ_Vc
()
vc
.
title_str
=
"分销商管理"
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
13
5
:
//供应商管理
case
13
3
:
//供应商管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
let
vc
=
GYS_HZ_Vc
()
vc
.
title_str
=
"供应商管理"
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
13
6
:
//分销员管理
case
13
9
:
//分销员管理
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
case
13
7
:
//分销商品管理
case
13
6
:
//分销商品管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
let
vc
=
FX_Product_GuanLiVC
()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
13
9
:
//分销分账设置
case
13
7
:
//分销分账设置
//只有当其为供应商才可以进入
// HUD.flash(.label("敬请期待"),delay: 1.2)
HUD
.
flash
(
.
progress
)
...
...
@@ -664,12 +664,12 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
}
return
case
1
40
:
//分销订单管理
case
1
32
:
//分销订单管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
let
vc
=
RetailListMgVC
()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
case
1
42
:
//供应商
商品管理
case
1
35
:
//供应商分销
商品管理
// HUD.flash(.label("敬请期待"),delay: 1.2)
let
vc
=
GYS_FX_Product_ListVc
()
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
...
...
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