Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
regManage
Project
Project
Details
Activity
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
wangqinghua
regManage
Commits
de43a066
Commit
de43a066
authored
Dec 05, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
27f879d5
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
8 additions
and
16 deletions
+8
-16
search-person.ts
src/components/search-person/search-person.ts
+0
-1
approvals.html
src/pages/deal/approvals/approvals.html
+1
-1
approvals.ts
src/pages/deal/approvals/approvals.ts
+1
-1
deal-detail.html
src/pages/deal/deal-detail/deal-detail.html
+2
-2
deal-detail.ts
src/pages/deal/deal-detail/deal-detail.ts
+0
-2
deal.ts
src/pages/deal/deal.ts
+0
-1
data-report.ts
src/pages/home/data-report/data-report.ts
+0
-1
do-verity.ts
src/pages/home/do-verity/do-verity.ts
+0
-2
my-supervise.ts
src/pages/mine/my-supervise/my-supervise.ts
+1
-1
my-verify.ts
src/pages/mine/my-verify/my-verify.ts
+2
-2
operation.ts
src/pages/mine/operation/operation.ts
+1
-1
tabs.ts
src/pages/tabs/tabs.ts
+0
-1
No files found.
src/components/search-person/search-person.ts
View file @
de43a066
...
...
@@ -26,7 +26,6 @@ export class SearchPersonComponent {
this
.
homeSer
.
getOrgList
(
data
).
subscribe
(
(
res
)
=>
{
this
.
personList
=
res
.
list
.
user
;
console
.
log
(
this
.
personList
);
}
)
}
...
...
src/pages/deal/approvals/approvals.html
View file @
de43a066
...
...
@@ -32,7 +32,7 @@
<td>
{{item.type}}
</td>
<td>
{{item.abstract}}
</td>
<td>
<ion-checkbox
[
checked
]="
item
.
selectionState
"
disabled
></ion-checkbox>
<ion-checkbox
[
checked
]="
item
.
checked
"
disabled
></ion-checkbox>
</td>
</tr>
</tbody>
...
...
src/pages/deal/approvals/approvals.ts
View file @
de43a066
...
...
@@ -14,7 +14,7 @@ export class ApprovalsPage {
private
viewCtrl
:
ViewController
)
{
this
.
listApprovalsVO
=
this
.
navParams
.
get
(
"listApprovalsVO"
);
this
.
listApprovalsVO
.
forEach
(
e
=>
{
e
.
selectionState
=
e
.
selectionState
===
"1"
;
e
.
checked
=
e
.
selectionState
===
"1"
;
})
}
...
...
src/pages/deal/deal-detail/deal-detail.html
View file @
de43a066
...
...
@@ -150,8 +150,8 @@
<div
class=
"space"
></div>
<div
class=
"handle"
>
<ion-item
*
ngIf=
"itemInfo?.type == '1'"
>
<ion-label
class=
"item-left"
>
选择
当前业务办理对应批文
</ion-label>
<ion-label
(
click
)="
openApproval
()"
class=
"choose"
>
选择
</ion-label>
<ion-label
class=
"item-left"
>
当前业务办理对应批文
</ion-label>
<ion-label
(
click
)="
openApproval
()"
class=
"choose"
>
查看
</ion-label>
</ion-item>
<ion-item>
<ion-label
class=
"item-left"
>
...
...
src/pages/deal/deal-detail/deal-detail.ts
View file @
de43a066
...
...
@@ -72,8 +72,6 @@ export class DealDetailPage {
private
dealSer
:
DealService
,
private
modalCtrl
:
ModalController
)
{
this
.
itemInfo
=
this
.
navParams
.
get
(
"item"
);
this
.
area
=
this
.
globle
.
area
;
console
.
log
(
this
.
itemInfo
);
console
.
log
(
this
.
area
);
}
//查询详情
...
...
src/pages/deal/deal.ts
View file @
de43a066
...
...
@@ -97,7 +97,6 @@ export class DealPage {
});
modal
.
onDidDismiss
(
res
=>
{
if
(
res
)
{
console
.
log
(
res
);
this
.
handleSend
(
res
.
data
,
item
);
}
});
...
...
src/pages/home/data-report/data-report.ts
View file @
de43a066
...
...
@@ -155,7 +155,6 @@ export class DataReportPage {
{
data
:
this
.
areaList
.
map
(
e
=>
{
const
n
=
e
.
sblv
.
split
(
"%"
)[
0
];
console
.
log
(
n
);
return
n
;
}),
color
:
[
'#58afed'
],
//折线颜色
...
...
src/pages/home/do-verity/do-verity.ts
View file @
de43a066
...
...
@@ -46,7 +46,6 @@ export class DoVerityPage {
private
commonSer
:
CommonService
,
private
loadCtrl
:
LoadingController
,
private
dealSer
:
DealService
,
private
modalCtrl
:
ModalController
)
{
console
.
log
(
this
.
globle
)
this
.
mineInfo
=
this
.
globle
.
userObj
;
this
.
searchObj
.
areaCode
=
this
.
globle
.
userObj
.
area
;
this
.
searchObj
.
areaObj
=
this
.
globle
.
area
;
...
...
@@ -103,7 +102,6 @@ export class DoVerityPage {
});
modal
.
onDidDismiss
(
res
=>
{
if
(
res
)
{
console
.
log
(
res
);
this
.
handleSend
(
res
.
data
,
item
);
}
});
...
...
src/pages/mine/my-supervise/my-supervise.ts
View file @
de43a066
...
...
@@ -20,7 +20,7 @@ export class MySupervisePage {
getList
()
{
const
data
=
{
page
:
1
,
limit
:
1000
,
limit
:
"1000"
,
flag
:
1
};
this
.
mine
.
dblog
(
data
).
subscribe
(
...
...
src/pages/mine/my-verify/my-verify.ts
View file @
de43a066
...
...
@@ -20,8 +20,8 @@ export class MyVerifyPage {
getList
()
{
const
data
=
{
page
:
1
,
limit
:
1000
,
page
:
2
,
limit
:
"1000"
,
flag
:
2
};
this
.
mine
.
dblog
(
data
).
subscribe
(
...
...
src/pages/mine/operation/operation.ts
View file @
de43a066
...
...
@@ -22,7 +22,7 @@ export class OperationPage {
getList
()
{
const
data
=
{
page
:
1
,
limit
:
1000
,
limit
:
"1000"
,
flag
:
0
};
this
.
mine
.
dblog
(
data
).
subscribe
(
...
...
src/pages/tabs/tabs.ts
View file @
de43a066
...
...
@@ -74,7 +74,6 @@ export class TabsPage {
});
this
.
tabSer
.
tabChange
.
subscribe
((
value
)
=>
{
this
.
tabParams
=
value
;
console
.
log
(
this
.
tabParams
);
this
.
myTabs
.
select
(
value
.
index
)
});
this
.
appSer
.
dealInfo
.
subscribe
(
...
...
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