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
cf66a3bc
Commit
cf66a3bc
authored
Apr 15, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
420ac14c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
12 deletions
+16
-12
交接.txt
doc/交接.txt
+3
-3
app.constants.ts
src/app/app.constants.ts
+2
-2
info-detail.html
src/pages/home/report-info/info-detail/info-detail.html
+10
-5
info-detail.scss
src/pages/home/report-info/info-detail/info-detail.scss
+1
-1
tabs.ts
src/pages/tabs/tabs.ts
+0
-1
No files found.
doc/交接.txt
View file @
cf66a3bc
跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 前端代码 目录 /usr/local/nginx 打包部署 1、ionic build --prod 2、cordova-hcp build 3、上传文件到服务器 4、cordova-hcp build
安装依赖 1、npm install //安装依赖 2、npm install -g ionic //安装ionic命令 3、npm install -g cordova //安装Cordova打包apk工具命令 4、cordova plaform add android //添加android平台 5、npm install -g cordova-hot-code-push-cli //下载热更新命令工具 6、ionic serve //启动项目 跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 服务器上面的前端代码目录 /usr/local/nginx/www 打包部署 1、ionic build --prod 2、cordova-hcp build 3、上传文件到服务器 4、cordova-hcp build
跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 前端代码 目录 /usr/local/nginx 打包部署 1、ionic build --prod 2、cordova-hcp build 3、上传文件到服务器 4、cordova-hcp build
\ No newline at end of file
安装依赖 1、npm install //安装依赖 2、npm install -g ionic //安装ionic命令 3、npm install -g cordova //安装Cordova打包apk工具命令 4、cordova plaform add android //添加android平台 5、npm install -g cordova-hot-code-push-cli //下载热更新命令工具 6、ionic serve //启动项目 跳板机 180.168.156.211 4123 root/Cesgroup123 ssh -p 4123 root@180.168.156.211 登录命令 scp -r -P 4123 www/ root@180.168.156.211:/root 上传文件命令 内网服务器:10.250.199.29 root/cesgroup ssh -p 22 root@10.250.199.29 scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令 服务器上面的前端代码目录 /usr/local/nginx/www 打包部署 1、ionic build --prod 2、cordova-hcp build 3、上传文件到服务器 4、cordova-hcp build
\ No newline at end of file
...
...
src/app/app.constants.ts
View file @
cf66a3bc
import
*
as
Mock
from
'mockjs'
;
// export const SERVER_API_URL = '/shfrdj'; export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; // export const SERVER_API_WEB = '/shfrdjweb'; export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
import
*
as
Mock
from
'mockjs'
;
export
const
SERVER_API_URL
=
'/shfrdj'
;
// export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; export const SERVER_API_WEB = '/shfrdjweb'; // export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
...
...
src/pages/home/report-info/info-detail/info-detail.html
View file @
cf66a3bc
...
...
@@ -80,6 +80,12 @@
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
机构级别:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.jggg}}
</span>
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
编制数:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.bzrs}}
</span>
...
...
@@ -104,7 +110,7 @@
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
副职领导数
</div>
<div
class=
"left"
>
副职领导数
:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.fzlds}}
</span>
</div>
...
...
@@ -118,7 +124,7 @@
<div
class=
"item-box"
>
<div
class=
"left"
>
联系电话1:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.lx
dh
|| "-"}}
</span>
<span>
{{infoObj?.lx
rphone
|| "-"}}
</span>
</div>
</div>
<div
class=
"item-box"
>
...
...
@@ -130,7 +136,7 @@
<div
class=
"item-box"
>
<div
class=
"left"
>
联系电话2:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.lx
dh
2 || "-"}}
</span>
<span>
{{infoObj?.lx
rphone
2 || "-"}}
</span>
</div>
</div>
<div
class=
"item-box"
>
...
...
@@ -248,10 +254,9 @@
<div
class=
"item-box"
>
<div
class=
"left"
>
联系电话:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.lxr
dh
|| "-"}}
</span>
<span>
{{infoObj?.lxr
sj
|| "-"}}
</span>
</div>
</div>
</ng-container>
</div>
</ion-content>
src/pages/home/report-info/info-detail/info-detail.scss
View file @
cf66a3bc
...
...
@@ -22,6 +22,6 @@ page-info-detail {
}
.width50
{
width
:
5
0%
!
important
;
width
:
7
0%
!
important
;
}
}
src/pages/tabs/tabs.ts
View file @
cf66a3bc
...
...
@@ -66,7 +66,6 @@ export class TabsPage {
private
appSer
:
AppService
,
private
newSer
:
NewsService
,
private
events
:
Events
,
private
nav
:
NavController
,
private
tabSer
:
TabService
)
{
this
.
searchDeal
(
"1"
);
this
.
searchNotice
();
this
.
platform
.
ready
().
then
(()
=>
{
...
...
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