Commit 4b41f0b0 authored by wuhao's avatar wuhao 🎯

asder

parent 7275ba80
...@@ -37,4 +37,5 @@ screenshot ...@@ -37,4 +37,5 @@ screenshot
.eslintcache .eslintcache
build build
dist dist
\ No newline at end of file wms
\ No newline at end of file
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'
...@@ -60,7 +60,7 @@ function Instore(props) { ...@@ -60,7 +60,7 @@ function Instore(props) {
key: "stockDetailTypeName", key: "stockDetailTypeName",
}, },
{ {
title: "出库仓库", title: "仓库",
dataIndex: "storeName", dataIndex: "storeName",
key: "storeId", key: "storeId",
fieldProps: { fieldProps: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment