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
04a70ac2
Commit
04a70ac2
authored
Nov 27, 2023
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1537
parent
a0af4eae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
index.jsx
src/pages/lease/contract/index.jsx
+1
-0
index.jsx
src/pages/lease/devicedata/index.jsx
+2
-2
columns.js
src/pages/lease/ledger/columns.js
+14
-0
No files found.
src/pages/lease/contract/index.jsx
View file @
04a70ac2
...
@@ -756,6 +756,7 @@ function Contract(props) {
...
@@ -756,6 +756,7 @@ function Contract(props) {
title
:
'新增'
,
title
:
'新增'
,
val
:
'add'
val
:
'add'
}));
}));
camount
(
0
);
},
},
},
},
}
}
}
}
...
...
src/pages/lease/devicedata/index.jsx
View file @
04a70ac2
...
@@ -54,9 +54,9 @@ const Devicedata = () => {
...
@@ -54,9 +54,9 @@ const Devicedata = () => {
resizeable=
{
false
}
resizeable=
{
false
}
bordered=
{
false
}
bordered=
{
false
}
x=
{
1500
}
x=
{
1500
}
y=
{
`calc(100vh - 4
1
0px)`
}
y=
{
`calc(100vh - 4
3
0px)`
}
formRef=
{
formRef
}
formRef=
{
formRef
}
extraparams=
{
extraparams
}
extraparams=
{
{
...
extraparams
,
equipmentType
:
1
}
}
/>
/>
},
},
{
{
...
...
src/pages/lease/ledger/columns.js
View file @
04a70ac2
...
@@ -166,6 +166,7 @@ function getcolumns(setdrawer) {
...
@@ -166,6 +166,7 @@ function getcolumns(setdrawer) {
key
:
'shopId'
,
key
:
'shopId'
,
hideInSearch
:
true
,
hideInSearch
:
true
,
hideInTable
:
true
,
hideInTable
:
true
,
hideInDescriptions
:
true
,
valueType
:
'select'
,
valueType
:
'select'
,
options
:
{
path
:
'/auth/sysShop/getShopSelectBox'
,
linkParams
:
{
factoryId
:
''
}
},
options
:
{
path
:
'/auth/sysShop/getShopSelectBox'
,
linkParams
:
{
factoryId
:
''
}
},
colProps
:
{
span
:
8
},
colProps
:
{
span
:
8
},
...
@@ -174,6 +175,19 @@ function getcolumns(setdrawer) {
...
@@ -174,6 +175,19 @@ function getcolumns(setdrawer) {
showSearch
:
true
,
showSearch
:
true
,
},
},
},
},
{
title
:
'车间名称'
,
dataIndex
:
'shopName'
,
key
:
'shopId'
,
hideInForm
:
true
,
valueType
:
'select'
,
options
:
{
path
:
'/auth/sysShop/getShopSelectBox'
,
params
:{}
},
colProps
:
{
span
:
8
},
fieldProps
:
{
placeholder
:
'请选择'
,
showSearch
:
true
,
},
},
{
{
title
:
'工段名称'
,
title
:
'工段名称'
,
dataIndex
:
'sectionName'
,
dataIndex
:
'sectionName'
,
...
...
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