Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
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
wms
Commits
4b41f0b0
Commit
4b41f0b0
authored
2 years ago
by
wuhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
7275ba80
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
.gitignore
.gitignore
+2
-1
deploy.sh
deploy.sh
+4
-0
index.jsx
src/pages/historystore/Histore/index.jsx
+1
-1
No files found.
.gitignore
View file @
4b41f0b0
...
...
@@ -37,4 +37,5 @@ screenshot
.eslintcache
build
dist
\ No newline at end of file
dist
wms
\ No newline at end of file
This diff is collapsed.
Click to expand it.
deploy.sh
0 → 100644
View file @
4b41f0b0
ssh root@192.168.40.18
"rm -rf /wms/web/wms"
echo
'deleted /wms/web/wms'
scp
-r
./wms root@192.168.40.18:/wms/web/
echo
'sync complete'
This diff is collapsed.
Click to expand it.
src/pages/historystore/Histore/index.jsx
View file @
4b41f0b0
...
...
@@ -60,7 +60,7 @@ function Instore(props) {
key
:
"stockDetailTypeName"
,
},
{
title
:
"
出库
仓库"
,
title
:
"仓库"
,
dataIndex
:
"storeName"
,
key
:
"storeId"
,
fieldProps
:
{
...
...
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