Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ems3.3
Project
Project
Details
Activity
Releases
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
wuhao
ems3.3
Commits
4b5ff344
Commit
4b5ff344
authored
2 years ago
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
14dbf77c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
75 additions
and
73 deletions
+75
-73
global.less
src/global.less
+1
-1
detailColumns.js
src/pages/maintain/workOrder/detailColumns.js
+71
-71
columns.js
src/pages/system/pushsetting/columns.js
+1
-0
index.jsx
src/pages/system/pushsetting/index.jsx
+1
-0
procolumns.js
src/pages/system/pushsetting/procolumns.js
+1
-1
No files found.
src/global.less
View file @
4b5ff344
...
...
@@ -526,7 +526,7 @@ ol {
}
.ant-pro-layout-container>main {
>div:first-child>div {
>div:first-child>div
ul
{
z-index: 1001 !important;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/pages/maintain/workOrder/detailColumns.js
View file @
4b5ff344
...
...
@@ -129,77 +129,77 @@ const getcolumns = {
},
],
},
{
title
:
'非寿命件消耗'
,
key
:
'maintainTaskItemList'
,
valueType
:
'table'
,
dataIndex
:
'maintainTaskItemList'
,
columns
:
[
{
title
:
'备件料号'
,
dataIndex
:
'sparePartNo'
,
key
:
'sparePartNo'
,
},
{
title
:
'备件名称'
,
dataIndex
:
'sparePartName'
,
key
:
'sparePartName'
,
},
{
title
:
'供应商编号'
,
dataIndex
:
'supplierNo'
,
key
:
'supplierNo'
,
},
{
title
:
'供应商名称'
,
dataIndex
:
'supplierName'
,
key
:
'supplierName'
,
},
{
title
:
'消耗数量'
,
dataIndex
:
'remark'
,
key
:
'remark'
,
},
],
},
{
title
:
'寿命件更换'
,
key
:
'maintainTaskItemList'
,
valueType
:
'table'
,
dataIndex
:
'maintainTaskItemList'
,
columns
:
[
{
title
:
'备件料号'
,
dataIndex
:
'sparePartNo'
,
key
:
'sparePartNo'
,
},
{
title
:
'备件名称'
,
dataIndex
:
'sparePartName'
,
key
:
'sparePartName'
,
},
{
title
:
'供应商编号'
,
dataIndex
:
'supplierNo'
,
key
:
'supplierNo'
,
},
{
title
:
'供应商名称'
,
dataIndex
:
'supplierName'
,
key
:
'supplierName'
,
},
{
title
:
'安装部位'
,
dataIndex
:
'remark'
,
key
:
'remark'
,
},
{
title
:
'更换数量'
,
dataIndex
:
'remark'
,
key
:
'remark'
,
},
],
},
//
{
//
title: '非寿命件消耗',
//
key: 'maintainTaskItemList',
//
valueType: 'table',
//
dataIndex: 'maintainTaskItemList',
//
columns: [
//
{
//
title: '备件料号',
//
dataIndex: 'sparePartNo',
//
key: 'sparePartNo',
//
},
//
{
//
title: '备件名称',
//
dataIndex: 'sparePartName',
//
key: 'sparePartName',
//
},
//
{
//
title: '供应商编号',
//
dataIndex: 'supplierNo',
//
key: 'supplierNo',
//
},
//
{
//
title: '供应商名称',
//
dataIndex: 'supplierName',
//
key: 'supplierName',
//
},
//
{
//
title: '消耗数量',
//
dataIndex: 'remark',
//
key: 'remark',
//
},
//
],
//
},
//
{
//
title: '寿命件更换',
//
key: 'maintainTaskItemList',
//
valueType: 'table',
//
dataIndex: 'maintainTaskItemList',
//
columns: [
//
{
//
title: '备件料号',
//
dataIndex: 'sparePartNo',
//
key: 'sparePartNo',
//
},
//
{
//
title: '备件名称',
//
dataIndex: 'sparePartName',
//
key: 'sparePartName',
//
},
//
{
//
title: '供应商编号',
//
dataIndex: 'supplierNo',
//
key: 'supplierNo',
//
},
//
{
//
title: '供应商名称',
//
dataIndex: 'supplierName',
//
key: 'supplierName',
//
},
//
{
//
title: '安装部位',
//
dataIndex: 'remark',
//
key: 'remark',
//
},
//
{
//
title: '更换数量',
//
dataIndex: 'remark',
//
key: 'remark',
//
},
//
],
//
},
],
4
:
[
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/system/pushsetting/columns.js
View file @
4b5ff344
...
...
@@ -21,6 +21,7 @@ function getcolumns(setdrawer) {
title
:
'详情'
,
val
:
'detail'
,
title
:
'详细信息'
,
pushSettingFlag
:
false
,
}));
}}
>
...
...
This diff is collapsed.
Click to expand it.
src/pages/system/pushsetting/index.jsx
View file @
4b5ff344
...
...
@@ -71,6 +71,7 @@ function Pushsetting(props) {
item
:
row
,
title
:
'编辑'
,
val
:
'edit'
,
pushSettingFlag
:
true
,
}));
},
}
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/system/pushsetting/procolumns.js
View file @
4b5ff344
...
...
@@ -148,7 +148,7 @@ function procolumns(id) {
edit
:
'/base/paBusinessMsgOptionDetail/save'
,
list
:
'/base/paBusinessMsgOptionDetail/queryList'
,
delete
:
'/base/paBusinessMsgOptionDetail/deleteById'
,
detail
:
''
,
detail
:
'
/base/paBusinessMsgOptionDetail/queryById
'
,
},
};
}
...
...
This diff is collapsed.
Click to expand it.
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