Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
d11f89d7
提交
d11f89d7
authored
5月 09, 2020
作者:
钟是志
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/master'
上级
6f1620c6
e2d3ff0b
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
10 行增加
和
10 行删除
+10
-10
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
LoginWithQrCode.js
zyd_public/LoginFromQrCode/LoginWithQrCode.js
+1
-1
没有找到文件。
FormInsertDiy/AffairPage/ApplyPage/index.js
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
浏览文件 @
d11f89d7
...
...
@@ -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
:
'服务器成功返回请求的数据。'
,
...
...
zyd_public/LoginFromQrCode/LoginWithQrCode.js
浏览文件 @
d11f89d7
import
React
,
{
Component
}
from
'react'
;
import
{
message
,
Icon
,
Spin
}
from
'antd'
;
import
QRCode
from
'qrcode.react'
;
import
config
from
'@/
webPublic/one_stop_public
/config'
;
import
config
from
'@/
config
/config'
;
import
fetch
from
'dva/fetch'
;
import
FormdataWrapper
from
'../utils/object-to-formdata-custom'
;
import
{
isJSON
}
from
'../utils/utils'
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论