Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
c052afba
提交
c052afba
authored
5月 09, 2020
作者:
王绍森
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
config修改回学工的config
上级
f5f37cc1
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
index.js
FormInsertDiy/AffairPage/ApplyPage/index.js
+1
-1
Detail.js
FormInsertDiy/AffairPage/Detail.js
+1
-1
FlowImg.js
FormInsertDiy/AffairPage/component/FlowImg.js
+1
-1
FormArray.js
FormInsertDiy/AffairPage/component/FormArray.js
+1
-1
destruction.js
FormInsertDiy/AffairPage/destruction.js
+1
-1
publicApiService.js
FormInsertDiy/AffairPage/publicApiService.js
+1
-1
index.js
FormInsertDiy/Export/index.js
+1
-1
ImportUtil.js
FormInsertDiy/ImportUtil/ImportUtil.js
+1
-1
request.js
FormInsertDiy/request.js
+1
-1
没有找到文件。
FormInsertDiy/AffairPage/ApplyPage/index.js
浏览文件 @
c052afba
...
...
@@ -18,7 +18,7 @@ import List from './List';
import
pageSetting
from
'./pageSetting'
;
import
ButtonDiy
from
'@/baseComponent/ButtonDiy'
;
import
Shell
from
'@/baseComponent/Shell'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
export
default
class
AffairPage
extends
React
.
Component
{
constructor
(
props
)
{
...
...
FormInsertDiy/AffairPage/Detail.js
浏览文件 @
c052afba
...
...
@@ -4,7 +4,7 @@ import Shell from '@/baseComponent/Shell';
import
ButtonDiy
from
'@/baseComponent/ButtonDiy'
;
import
router
from
'umi/router'
;
import
{
getToken
}
from
'@/utils/authority'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
export
default
class
Detail
extends
Component
{
...
...
FormInsertDiy/AffairPage/component/FlowImg.js
浏览文件 @
c052afba
...
...
@@ -4,7 +4,7 @@
* 流程图
*/
import
React
,
{
Component
}
from
'react'
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
export
default
class
FlowImg
extends
Component
{
render
()
{
let
{
id
}
=
this
.
props
;
...
...
FormInsertDiy/AffairPage/component/FormArray.js
浏览文件 @
c052afba
...
...
@@ -13,7 +13,7 @@ import { countSpecialField } from '@/baseComponent/utils';
import
TableSelect
from
'./TableSelect'
;
import
ChildForm
from
'./ChildForm'
;
import
ReactQuill
from
'react-quill'
;
import
baseConfig
from
'@/
webPublic/one_stop_public
/config'
;
import
baseConfig
from
'@/
config
/config'
;
import
'react-quill/dist/quill.snow.css'
;
import
ButtonUpload
from
'./ButtonUpload'
;
...
...
FormInsertDiy/AffairPage/destruction.js
浏览文件 @
c052afba
import
{
text
,
number
,
date
,
format
,
taskNode
}
from
'../config/index'
;
import
{
isJSON
}
from
'@/baseComponent/utils'
;
import
{
translateAddFields
}
from
'../config/index'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
import
{
Tooltip
}
from
'antd'
;
import
moment
from
'moment'
;
import
React
from
'react'
;
...
...
FormInsertDiy/AffairPage/publicApiService.js
浏览文件 @
c052afba
...
...
@@ -9,7 +9,7 @@ import { apiRequest } from '../request';
import
{
getFormArrayConfig
}
from
'../config/index'
;
import
{
setHuanGeToken
}
from
'@/utils/authority'
;
import
{
getOneStopConfig
,
isJSON
}
from
'@/baseComponent/utils'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
const
giveValue
=
(
x
)
=>
{
if
(
x
&&
x
.
rows
){
...
...
FormInsertDiy/Export/index.js
浏览文件 @
c052afba
...
...
@@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
import
{
Select
,
Button
,
Modal
,
Input
,
Transfer
,
Row
,
Col
,
Form
,
message
,
notification
}
from
'antd'
;
import
{
connect
}
from
'dva'
;
import
{
getToken
}
from
'@/utils/authority'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
import
QueryItem
from
'./QueryItem'
;
import
OrderItem
from
'./OrderItem'
;
import
ButtonDiy
from
'@/baseComponent/ButtonDiy'
;
...
...
FormInsertDiy/ImportUtil/ImportUtil.js
浏览文件 @
c052afba
...
...
@@ -3,7 +3,7 @@ import { Button, Modal, Steps, Upload, Icon, message, Tabs, Table } from 'antd';
import
styles
from
'./ImportUtil.less'
;
import
ButtonDiy
from
'@/baseComponent/ButtonDiy'
;
import
{
exportExcel
}
from
'xlsx-oc'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
import
{
connect
}
from
'dva'
;
const
Step
=
Steps
.
Step
;
...
...
FormInsertDiy/request.js
浏览文件 @
c052afba
...
...
@@ -7,7 +7,7 @@ import {notification} from 'antd';
import
FormdataWrapper
from
"@/utils/object-to-formdata-custom"
;
import
{
getToken
}
from
'@/utils/authority'
;
import
{
offline
}
from
'./Toast'
;
import
systemConfig
from
'@/
webPublic/one_stop_public
/config'
;
import
systemConfig
from
'@/
config
/config'
;
const
codeMessage
=
{
200
:
'服务器成功返回请求的数据。'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论