Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
e8b588df
提交
e8b588df
authored
1月 19, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改 deleteaction 驼峰
上级
cf7c488f
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
15 行增加
和
15 行删除
+15
-15
xy.js
src/pages/my/admission/form/xy.js
+1
-1
first.js
src/pages/my/application/form/info/first.js
+5
-5
profile.js
src/pages/my/application/form/info/profile.js
+5
-5
wfzzm.js
src/pages/my/application/form/wfzzm.js
+1
-1
byz.js
src/pages/my/interview/form/byz.js
+1
-1
cjd.js
src/pages/my/interview/form/cjd.js
+1
-1
zp.js
src/pages/my/interview/form/zp.js
+1
-1
没有找到文件。
src/pages/my/admission/form/xy.js
浏览文件 @
e8b588df
...
...
@@ -34,7 +34,7 @@ export default function(_this) {
model
:
'ADMISSION_AGREEMENT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
},
prepend
:
`
...
...
src/pages/my/application/form/info/first.js
浏览文件 @
e8b588df
...
...
@@ -79,7 +79,7 @@ export default function(_this) {
model
:
'ID_CARD_BACK'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ID_CARD_BACK'
},
limit
:
1
,
accept
:
'image/*'
,
...
...
@@ -97,7 +97,7 @@ export default function(_this) {
model
:
'ID_CARD_FRONT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ID_CARD_FRONT'
},
limit
:
1
,
accept
:
'image/*'
,
...
...
@@ -115,7 +115,7 @@ export default function(_this) {
model
:
'HK_ID_CARD'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'HK_ID_CARD'
},
limit
:
1
,
accept
:
'image/*'
...
...
@@ -132,7 +132,7 @@ export default function(_this) {
model
:
'PASSPORT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'PASSPORT'
},
limit
:
1
,
accept
:
'image/*'
...
...
@@ -149,7 +149,7 @@ export default function(_this) {
model
:
'OTHER_ID_CARD_PHOTO'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'OTHER_ID_CARD_PHOTO'
},
limit
:
1
,
accept
:
'image/*'
...
...
src/pages/my/application/form/info/profile.js
浏览文件 @
e8b588df
...
...
@@ -101,7 +101,7 @@ export default function(_this) {
model
:
'ID_CARD_BACK'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ID_CARD_BACK'
},
limit
:
1
,
image
:
'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_back.png'
...
...
@@ -118,7 +118,7 @@ export default function(_this) {
model
:
'ID_CARD_FRONT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'ID_CARD_FRONT'
},
limit
:
1
,
image
:
'https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/cu/id_card_front.png'
...
...
@@ -135,7 +135,7 @@ export default function(_this) {
model
:
'HK_ID_CARD'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'HK_ID_CARD'
},
limit
:
1
},
...
...
@@ -151,7 +151,7 @@ export default function(_this) {
model
:
'PASSPORT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'PASSPORT'
},
limit
:
1
},
...
...
@@ -167,7 +167,7 @@ export default function(_this) {
model
:
'OTHER_ID_CARD_PHOTO'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'OTHER_ID_CARD_PHOTO'
},
limit
:
1
},
...
...
src/pages/my/application/form/wfzzm.js
浏览文件 @
e8b588df
...
...
@@ -29,7 +29,7 @@ export default function(_this) {
model
:
'NO_CRIMINAL_CERT'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'NO_CRIMINAL_CERT'
},
limit
:
1
},
...
...
src/pages/my/interview/form/byz.js
浏览文件 @
e8b588df
...
...
@@ -33,7 +33,7 @@ export default {
model
:
'DIPLOMA_CN'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DIPLOMA_CN'
}
},
append
:
'注意事项:需要将证书原件扫描或拍照后提交,请确保证书内容清晰可辨。'
...
...
src/pages/my/interview/form/cjd.js
浏览文件 @
e8b588df
...
...
@@ -47,7 +47,7 @@ export default {
model
:
'REPORT_CARD_CN'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'REPORT_CARD_CN'
}
}
}
...
...
src/pages/my/interview/form/zp.js
浏览文件 @
e8b588df
...
...
@@ -48,7 +48,7 @@ export default function(_this) {
model
:
'PERSONAL_PHOTO_FOR_ID'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
delete
a
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
delete
A
ction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'PERSONAL_PHOTO_FOR_ID'
}
},
prepend
:
'2寸照片:以电子版的形式上传文件'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论