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
fa3919f2
Commit
fa3919f2
authored
Jan 04, 2023
by
TZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e2f87c34
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
162 additions
and
163 deletions
+162
-163
index.jsx
src/pages/spare/edgestore/index.jsx
+1
-1
index.jsx
src/pages/spare/instore/index.jsx
+1
-1
index.jsx
src/pages/spare/outstore/index.jsx
+1
-1
index.jsx
src/pages/spare/personalstore/index.jsx
+153
-154
index.jsx
src/pages/spare/record/index.jsx
+1
-1
index.jsx
src/pages/spare/requisition/index.jsx
+1
-1
index.jsx
src/pages/spare/setting/index.jsx
+1
-1
index.jsx
src/pages/spare/spareback/index.jsx
+1
-1
index.jsx
src/pages/spare/stock/index.jsx
+1
-1
index.jsx
src/pages/spare/supplier/index.jsx
+1
-1
No files found.
src/pages/spare/edgestore/index.jsx
View file @
fa3919f2
...
@@ -103,7 +103,7 @@ function Edgestore(props) {
...
@@ -103,7 +103,7 @@ function Edgestore(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
" 线边库存"
pagetitle=
{
<
h3
className=
"page-title"
>
线边库存
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
...
src/pages/spare/instore/index.jsx
View file @
fa3919f2
...
@@ -122,7 +122,7 @@ function Instore(props) {
...
@@ -122,7 +122,7 @@ function Instore(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"入库管理"
pagetitle=
{
<
h3
className=
"page-title"
>
入库管理
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
...
...
src/pages/spare/outstore/index.jsx
View file @
fa3919f2
...
@@ -128,7 +128,7 @@ function Outstore(props) {
...
@@ -128,7 +128,7 @@ function Outstore(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"出库管理"
pagetitle=
{
<
h3
className=
"page-title"
>
出库管理
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
...
...
src/pages/spare/personalstore/index.jsx
View file @
fa3919f2
import
*
as
React
from
'react'
;
import
*
as
React
from
'react'
;
import
{
useState
,
useMemo
,
useRef
}
from
'react'
;
import
{
useState
,
useMemo
,
useRef
}
from
'react'
;
import
DrawerPro
from
'@/components/DrawerPro'
;
import
DrawerPro
from
'@/components/DrawerPro'
;
import
AutoTable
from
'@/components/AutoTable'
;
import
AutoTable
from
'@/components/AutoTable'
;
import
PremButton
from
'@/components/PremButton'
;
import
PremButton
from
'@/components/PremButton'
;
import
getcolumns
from
'./columns'
;
import
getcolumns
from
'./columns'
;
import
{
useRequest
}
from
'ahooks'
;
import
{
useRequest
}
from
'ahooks'
;
import
{
doFetch
}
from
'@/utils/doFetch'
;
import
{
doFetch
}
from
'@/utils/doFetch'
;
function
Personalstore
(
props
)
{
function
Personalstore
(
props
)
{
const
actionRef
=
useRef
(),
const
actionRef
=
useRef
(),
formRef
=
useRef
();
formRef
=
useRef
();
const
[
drawer
,
setdrawer
]
=
useState
({
const
[
drawer
,
setdrawer
]
=
useState
({
...
@@ -112,7 +112,7 @@ import * as React from 'react';
...
@@ -112,7 +112,7 @@ import * as React from 'react';
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"个人库存"
pagetitle=
{
<
h3
className=
"page-title"
>
个人库存
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
@@ -160,7 +160,6 @@ import * as React from 'react';
...
@@ -160,7 +160,6 @@ import * as React from 'react';
/>
/>
</
div
>
</
div
>
);
);
}
}
export
default
Personalstore
;
export
default
Personalstore
;
src/pages/spare/record/index.jsx
View file @
fa3919f2
...
@@ -103,7 +103,7 @@ function Record(props) {
...
@@ -103,7 +103,7 @@ function Record(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"出入库记录"
pagetitle=
{
<
h3
className=
"page-title"
>
出入库记录
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
...
src/pages/spare/requisition/index.jsx
View file @
fa3919f2
...
@@ -154,7 +154,7 @@ function Requisition(props) {
...
@@ -154,7 +154,7 @@ function Requisition(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"备件领用"
pagetitle=
{
<
h3
className=
"page-title"
>
备件领用
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
...
...
src/pages/spare/setting/index.jsx
View file @
fa3919f2
...
@@ -116,7 +116,7 @@ function Setting(props) {
...
@@ -116,7 +116,7 @@ function Setting(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
" 备件设置"
pagetitle=
{
<
h3
className=
"page-title"
>
备件设置
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
...
src/pages/spare/spareback/index.jsx
View file @
fa3919f2
...
@@ -154,7 +154,7 @@ function Spareback(props) {
...
@@ -154,7 +154,7 @@ function Spareback(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"备件回冲"
pagetitle=
{
<
h3
className=
"page-title"
>
备件回冲
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
...
...
src/pages/spare/stock/index.jsx
View file @
fa3919f2
...
@@ -41,7 +41,7 @@ function Stock(props) {
...
@@ -41,7 +41,7 @@ function Stock(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"备件库存"
pagetitle=
{
<
h3
className=
"page-title"
>
备件库存
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
...
src/pages/spare/supplier/index.jsx
View file @
fa3919f2
...
@@ -140,7 +140,7 @@ function Supplier(props) {
...
@@ -140,7 +140,7 @@ function Supplier(props) {
return
(
return
(
<
div
style=
{
{
position
:
'relative'
}
}
>
<
div
style=
{
{
position
:
'relative'
}
}
>
<
AutoTable
<
AutoTable
pagetitle=
"备件供应商"
pagetitle=
{
<
h3
className=
"page-title"
>
备件供应商
</
h3
>
}
columns=
{
columns
}
columns=
{
columns
}
actionRef=
{
actionRef
}
actionRef=
{
actionRef
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
path=
{
pathconfig
?.
list
||
'/ngic-auth/sysUser/query/page'
}
...
...
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