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
4a300d2a
Commit
4a300d2a
authored
Jul 06, 2020
by
wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updata
parent
89e996c7
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
48 deletions
+41
-48
config.xml
config.xml
+3
-3
cordova-hcp.json
cordova-hcp.json
+3
-3
交接.txt
doc/交接.txt
+6
-7
package-lock.json
package-lock.json
+15
-34
code.png
src/assets/imgs/code.png
+0
-0
info-detail.html
src/pages/home/report-info/info-detail/info-detail.html
+14
-1
No files found.
config.xml
View file @
4a300d2a
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.shReg.start.h"
version=
"0.0.
3
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"com.shReg.start.h"
version=
"0.0.
4
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
上海登记管理
</name>
<description>
An awesome Ionic/Cordova app.
</description>
<author
email=
"hi@ionicframework.com"
href=
"http://ionicframework.com/"
>
Ionic Framework Team
</author>
...
...
@@ -117,8 +117,8 @@
</plugin>
<chcp>
<native-interface
version=
"1"
/>
<auto-download
enabled=
"
fals
e"
/>
<auto-install
enabled=
"
fals
e"
/>
<auto-download
enabled=
"
tru
e"
/>
<auto-install
enabled=
"
tru
e"
/>
<config-file
url=
"https://www.cesdj.cn/www/chcp.json"
/>
</chcp>
</widget>
cordova-hcp.json
View file @
4a300d2a
{
"antogenerated"
:
true
,
"name"
:
"s
hreg
"
,
"name"
:
"s
teven
"
,
"min_native_interface"
:
1
,
"ios_identifier"
:
"com.shReg.start.h"
,
"android_identifier"
:
"http://d.6short.com/68jc"
,
"update"
:
"
now
"
,
"update"
:
"
start
"
,
"content_url"
:
"https://www.cesdj.cn/www/"
}
\ No newline at end of file
doc/交接.txt
View file @
4a300d2a
安装依赖
安装依赖
...
...
@@ -6,9 +6,9 @@
5、npm install -g cordova-hot-code-push-cli //下载热更新命令工具
6、ionic serve //启动项目
跳板机 180.168.156.211 4
123 root/Cesgroup123
ssh -p 4
123
root@180.168.156.211 登录命令
scp -r -P 4
123
www/ root@180.168.156.211:/root 上传文件命令 ps:进去当前文件夹目录下运行
跳板机 180.168.156.211 4
518 root/Cesgroup123!
ssh -p 4
518
root@180.168.156.211 登录命令
scp -r -P 4
518
www/ root@180.168.156.211:/root 上传文件命令 ps:进去当前文件夹目录下运行
内网服务器:10.250.199.29 root/cesgroup
ssh -p 22 root@10.250.199.29
...
...
@@ -22,8 +22,7 @@ scp -r www/ root@10.250.199.29:/usr/local/nginx/html 上传文件命令
1、ionic build --prod
2、cordova-hcp build
3、上传文件到服务器
4、cordova-hcp build
corodva-hcp build
android平台 --生产包
1、cordova platform add android //添加Android平台,即生成android代码
...
...
@@ -31,7 +30,7 @@ android平台 --生产包
3、2步骤有报错就把platform里面android导入到android studio 如果出现version版本问题。。。
4、拖到一个目录底下 => 签名命令:jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-release-unsigned.apk shreg
密码 shregshreg 将apk签名
an
2、ionic cordova run android
直接打debug包,装到手机上面,打开webviewdebug软件,点击【启动调试】,看到自己的app,点击【inspect】,进入调试;
...
...
package-lock.json
View file @
4a300d2a
...
...
@@ -1569,9 +1569,9 @@
"dev"
:
true
},
"compare-func"
:
{
"version"
:
"1.3.
2
"
,
"resolved"
:
"https://registry.npmjs.org/compare-func/-/compare-func-1.3.
2
.tgz"
,
"integrity"
:
"sha
1-md0LpFfh+bxyKxLAjsM+6rMfpkg
="
,
"version"
:
"1.3.
4
"
,
"resolved"
:
"https://registry.npmjs.org/compare-func/-/compare-func-1.3.
4
.tgz"
,
"integrity"
:
"sha
512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q=
="
,
"requires"
:
{
"array-ify"
:
"^1.0.0"
,
"dot-prop"
:
"^3.0.0"
...
...
@@ -1859,7 +1859,7 @@
},
"cordova-hot-code-push-plugin"
:
{
"version"
:
"1.5.3"
,
"resolved"
:
"https://registry.npm
.taobao.org/cordova-hot-code-push-plugin/download
/cordova-hot-code-push-plugin-1.5.3.tgz"
,
"resolved"
:
"https://registry.npm
js.org/cordova-hot-code-push-plugin/-
/cordova-hot-code-push-plugin-1.5.3.tgz"
,
"integrity"
:
"sha1-s47gY+8koU3sQMEj8r75AKiHw0I="
,
"requires"
:
{
"xml2js"
:
"^0.4"
...
...
@@ -3111,8 +3111,7 @@
},
"ansi-regex"
:
{
"version"
:
"2.1.1"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"aproba"
:
{
"version"
:
"1.2.0"
,
...
...
@@ -3130,13 +3129,11 @@
},
"balanced-match"
:
{
"version"
:
"1.0.0"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"brace-expansion"
:
{
"version"
:
"1.1.11"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"balanced-match"
:
"^1.0.0"
,
"concat-map"
:
"0.0.1"
...
...
@@ -3149,18 +3146,15 @@
},
"code-point-at"
:
{
"version"
:
"1.1.0"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"concat-map"
:
{
"version"
:
"0.0.1"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"console-control-strings"
:
{
"version"
:
"1.1.0"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"core-util-is"
:
{
"version"
:
"1.0.2"
,
...
...
@@ -3263,8 +3257,7 @@
},
"inherits"
:
{
"version"
:
"2.0.3"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"ini"
:
{
"version"
:
"1.3.5"
,
...
...
@@ -3274,7 +3267,6 @@
"is-fullwidth-code-point"
:
{
"version"
:
"1.0.0"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"number-is-nan"
:
"^1.0.0"
}
...
...
@@ -3287,20 +3279,17 @@
"minimatch"
:
{
"version"
:
"3.0.4"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"brace-expansion"
:
"^1.1.7"
}
},
"minimist"
:
{
"version"
:
"0.0.8"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"minipass"
:
{
"version"
:
"2.3.5"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"safe-buffer"
:
"^5.1.2"
,
"yallist"
:
"^3.0.0"
...
...
@@ -3317,7 +3306,6 @@
"mkdirp"
:
{
"version"
:
"0.5.1"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"minimist"
:
"0.0.8"
}
...
...
@@ -3390,8 +3378,7 @@
},
"number-is-nan"
:
{
"version"
:
"1.0.1"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"object-assign"
:
{
"version"
:
"4.1.1"
,
...
...
@@ -3401,7 +3388,6 @@
"once"
:
{
"version"
:
"1.4.0"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"wrappy"
:
"1"
}
...
...
@@ -3477,8 +3463,7 @@
},
"safe-buffer"
:
{
"version"
:
"5.1.2"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"safer-buffer"
:
{
"version"
:
"2.1.2"
,
...
...
@@ -3508,7 +3493,6 @@
"string-width"
:
{
"version"
:
"1.0.2"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"code-point-at"
:
"^1.0.0"
,
"is-fullwidth-code-point"
:
"^1.0.0"
,
...
...
@@ -3526,7 +3510,6 @@
"strip-ansi"
:
{
"version"
:
"3.0.1"
,
"bundled"
:
true
,
"optional"
:
true
,
"requires"
:
{
"ansi-regex"
:
"^2.0.0"
}
...
...
@@ -3565,13 +3548,11 @@
},
"wrappy"
:
{
"version"
:
"1.0.2"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
},
"yallist"
:
{
"version"
:
"3.0.3"
,
"bundled"
:
true
,
"optional"
:
true
"bundled"
:
true
}
}
},
...
...
src/assets/imgs/code.png
View replaced file @
89e996c7
View file @
4a300d2a
8.23 KB
|
W:
|
H:
28.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/home/report-info/info-detail/info-detail.html
View file @
4a300d2a
...
...
@@ -98,6 +98,12 @@
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
是否参公单位:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.civilServantManagement == 0 ? '否' : '是'}}
</span>
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
编制数:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.bzrs}}
</span>
...
...
@@ -166,7 +172,8 @@
<div
class=
"item-box"
*
ngIf=
"infoObj.filenumber"
>
<div
class=
"left"
>
备注:
</div>
<div
class=
"right"
>
<span>
根据{{infoObj.filenumber}}文事业单位建制撤销
</span>
<!-- <span>根据{{infoObj.filenumber}}文事业单位建制撤销</span> -->
<span>
根据事业单位登记管理有关规定,该单位应及时到登记管理机关办理注销登记。
</span>
</div>
</div>
<p>
人员信息情况
</p>
...
...
@@ -239,6 +246,12 @@
<span>
{{infoObj?.jgxzStr || "-"}}
</span>
</div>
</div>
<div
class=
"item-box"
*
ngIf=
"infoObj.civilServantManagement && infoObj.civilServantManagement.length > 0"
>
<div
class=
"left"
>
是否参公单位:
</div>
<div
class=
"right"
>
<span>
{{ infoObj.civilServantManagement == 1 ? '是' : '否' }}
</span>
</div>
</div>
<div
class=
"item-box"
>
<div
class=
"left"
>
负责人:
</div>
<div
class=
"right"
>
...
...
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