Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
78335d5f
Commit
78335d5f
authored
Apr 10, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一处bug
parent
d18bb551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
21 deletions
+2
-21
YHMyDocumentsListViewController.swift
...MyDocuments(我的文书)/C/YHMyDocumentsListViewController.swift
+1
-20
YHDocListCell.swift
...gentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHMyDocumentsListViewController.swift
View file @
78335d5f
...
...
@@ -346,30 +346,11 @@ extension YHMyDocumentsListViewController: UITableViewDelegate, UITableViewDataS
tableView
.
reloadRows
(
at
:
[
indexPath
],
with
:
UITableView
.
RowAnimation
.
none
)
updateBottomViewNumbers
()
}
else
{
// if model.file_type == "doc" {
// if model.template_id == 195 {
// //跳转赴港计划书
// let vc = YHHKPlanDoctumentVC()
// vc.supplement_id = model.id
// vc.status = model.status
// self.navigationController?.pushViewController(vc)
// } else {
// let vc = YHMyDocumentsDetailViewController()
// vc.id = model.id
// self.navigationController?.pushViewController(vc)
// }
// } else {
// let vc = YHMySignatureDetailViewController()
// vc.id = model.sign_doc.id
// self.navigationController?.pushViewController(vc)
// }
if
model
.
document
.
status
==
6
&&
model
.
sign_doc
.
id
>
0
{
if
model
.
document
.
status
==
6
&&
model
.
sign_doc
.
id
>
0
&&
model
.
sign_doc
.
status
>
2
{
//签字状态
let
vc
=
YHMySignatureDetailViewController
()
vc
.
id
=
model
.
sign_doc
.
id
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
{
//文书状态
if
model
.
template_id
==
195
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocListCell.swift
View file @
78335d5f
...
...
@@ -147,7 +147,7 @@ class YHDocListCell: UITableViewCell {
var
statusTxt
=
"--"
var
color
:
UIColor
=
.
failColor
if
dataSource
.
document
.
status
==
6
&&
dataSource
.
sign_doc
.
id
>
0
{
if
dataSource
.
document
.
status
==
6
&&
dataSource
.
sign_doc
.
id
>
0
&&
dataSource
.
sign_doc
.
status
>
2
{
//签字状态
let
status
=
dataSource
.
sign_doc
.
status
if
status
==
3
{
...
...
pete谢兆麟
@pete
mentioned in commit
7e4bb493
·
Apr 10, 2024
mentioned in commit
7e4bb493
mentioned in commit 7e4bb493e17cc2ba1a8cdca39f18695d64e54413
Toggle commit list
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