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
bf190c12
Commit
bf190c12
authored
2 years ago
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
0c47c69f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
72 additions
and
14 deletions
+72
-14
columns.js
src/pages/maintain/orders/columns.js
+1
-1
columns.js
src/pages/maintain/plan/columns.js
+2
-2
index.jsx
src/pages/maintain/plan/index.jsx
+3
-3
columns.js
src/pages/maintain/workOrder/columns.js
+3
-3
columns.js
src/pages/spare/outstore/columns.js
+4
-1
index.jsx
src/pages/spare/outstore/index.jsx
+0
-4
columns.js
src/pages/spare/requisition/columns.js
+59
-0
No files found.
src/pages/maintain/orders/columns.js
View file @
bf190c12
...
...
@@ -77,7 +77,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
This diff is collapsed.
Click to expand it.
src/pages/maintain/plan/columns.js
View file @
bf190c12
...
...
@@ -262,7 +262,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
@@ -509,7 +509,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
This diff is collapsed.
Click to expand it.
src/pages/maintain/plan/index.jsx
View file @
bf190c12
...
...
@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2023-01-16 15:35:00
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-0
8 13:22:0
9
* @Last Modified time: 2023-02-0
9 13:46:4
9
*/
import
*
as
React
from
'react'
;
...
...
@@ -138,7 +138,7 @@ function Plan(props) {
value
:
3
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
4
,
},
],
...
...
@@ -516,7 +516,7 @@ function Plan(props) {
...
s
,
open
:
true
,
item
:
row
,
title
:
'
调整日期
'
,
title
:
'
启用保养计划
'
,
val
:
'detailaddon'
,
id
:
row
?.
id
,
from
:
'tq'
,
...
...
This diff is collapsed.
Click to expand it.
src/pages/maintain/workOrder/columns.js
View file @
bf190c12
...
...
@@ -79,7 +79,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
@@ -238,7 +238,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
@@ -397,7 +397,7 @@ function getcolumns(setdrawer) {
value
:
'3'
,
},
{
label
:
'
一年
'
,
label
:
'
年度
'
,
value
:
'4'
,
},
],
...
...
This diff is collapsed.
Click to expand it.
src/pages/spare/outstore/columns.js
View file @
bf190c12
...
...
@@ -445,7 +445,6 @@ function getcolumns(setdrawer) {
valueType
:
'split'
,
},
{
title
:
'备件'
,
dataIndex
:
'taskSpareList'
,
key
:
'taskSpareList'
,
valueType
:
'formSelectList'
,
...
...
@@ -483,10 +482,14 @@ function getcolumns(setdrawer) {
valueType
:
'split'
,
title
:
'出库/关单信息'
,
key
:
'splisa'
,
hideInForm
:
true
,
},
{
dataIndex
:
'statusName'
,
valueType
:
'select'
,
fieldProps
:
{
dropdownMatchSelectWidth
:
120
,
},
title
:
'状态'
,
key
:
'status'
,
options
:
[
...
...
This diff is collapsed.
Click to expand it.
src/pages/spare/outstore/index.jsx
View file @
bf190c12
...
...
@@ -124,10 +124,6 @@ function Outstore(props) {
return
defpath
;
},
[
activeTabKey
]);
console
.
log
(
'===================================='
);
console
.
log
(
value
);
console
.
log
(
'===================================='
);
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
...
...
This diff is collapsed.
Click to expand it.
src/pages/spare/requisition/columns.js
View file @
bf190c12
...
...
@@ -66,6 +66,14 @@ function getcolumns(type, fullName) {
valueType
:
'select'
,
searchValueType
:
'input'
,
searchKey
:
'applyReasonName'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
options
:
[
{
label
:
'备库领用'
,
...
...
@@ -99,6 +107,14 @@ function getcolumns(type, fullName) {
key
:
'inWarehouseId'
,
valueType
:
'select'
,
searchValueType
:
'input'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
searchKey
:
'inWarehouseName'
,
options
:
{
path
:
'/auth/sysShop/getUserShopSelection'
,
...
...
@@ -109,6 +125,14 @@ function getcolumns(type, fullName) {
{
title
:
'出库仓库'
,
dataIndex
:
'nosubmits'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
initialValue
:
'备件仓库'
,
valueType
:
'nosubmit'
,
hideInDescriptions
:
true
,
...
...
@@ -283,6 +307,14 @@ function getcolumns(type, fullName) {
key
:
'applyReason'
,
valueType
:
'select'
,
searchValueType
:
'input'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
searchKey
:
'applyReasonName'
,
options
:
[
{
...
...
@@ -308,6 +340,14 @@ function getcolumns(type, fullName) {
dataIndex
:
'nosubmit'
,
initialValue
:
fullName
,
valueType
:
'nosubmit'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
hideInForm
:
type
!==
1
,
hideInDescriptions
:
true
,
},
...
...
@@ -317,6 +357,14 @@ function getcolumns(type, fullName) {
key
:
'inWarehouseId'
,
valueType
:
'select'
,
searchValueType
:
'input'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
searchKey
:
'inWarehouseName'
,
options
:
{
path
:
'/auth/sysShop/getUserShopSelection'
,
...
...
@@ -328,6 +376,14 @@ function getcolumns(type, fullName) {
title
:
'出库仓库'
,
dataIndex
:
'nosubmits'
,
initialValue
:
'备件仓库'
,
formItemProps
:
{
rules
:
[
{
required
:
true
,
message
:
'此项为必填项'
,
},
],
},
valueType
:
'nosubmit'
,
hideInDescriptions
:
true
,
},
...
...
@@ -392,6 +448,9 @@ function getcolumns(type, fullName) {
title
:
'状态'
,
dataIndex
:
'statusName'
,
key
:
'status'
,
fieldProps
:
{
dropdownMatchSelectWidth
:
120
,
},
hideInForm
:
true
,
valueType
:
'select'
,
span
:
3
,
...
...
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