Commit 3637c1be authored by XieZhiXiong's avatar XieZhiXiong

调整进销存详情页面 loading

parent bbcb2848
......@@ -85,21 +85,24 @@ const TranactionRoute = {
{
path: '/memberCenter/tranactionAbility/stockSellStorage/warehouse/add',
name: 'addWarehouse',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/warehouse/addWarehouse',
},
// 仓库-编辑
{
path: '/memberCenter/tranactionAbility/stockSellStorage/warehouse/edit',
name: 'editWarehouse',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/warehouse/editWarehouse',
},
// 仓库-详情
{
path: '/memberCenter/tranactionAbility/stockSellStorage/warehouse/detail',
name: 'warehouseDetail',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/warehouse/warehouseDetail',
},
// 单据类型
......@@ -112,21 +115,24 @@ const TranactionRoute = {
{
path: '/memberCenter/tranactionAbility/stockSellStorage/billsType/add',
name: 'addBillsType',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/billsType/addBillsType',
},
// 单据类型-编辑
{
path: '/memberCenter/tranactionAbility/stockSellStorage/billsType/edit',
name: 'editBillsType',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/billsType/editBillsType',
},
// 单据类型-详情
{
path: '/memberCenter/tranactionAbility/stockSellStorage/billsType/detail',
name: 'billsTypeDetail',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/billsType/billsTypeDetail',
},
// 单据
......@@ -139,21 +145,24 @@ const TranactionRoute = {
{
path: '/memberCenter/tranactionAbility/stockSellStorage/bills/add',
name: 'addBills',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/addBills',
},
// 单据-编辑
{
path: '/memberCenter/tranactionAbility/stockSellStorage/bills/edit',
name: 'editBills',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/editBills',
},
// 单据-详情
{
path: '/memberCenter/tranactionAbility/stockSellStorage/bills/detail',
name: 'billsDetail',
hideInMenu: true,
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/billsDetail',
},
// 库存
......
......@@ -589,7 +589,10 @@ const BillsForm: React.FC<BillsFormProps> = ({
return (
<Spin spinning={infoLoading}>
<PageHeaderWrapper
<PageHeaderWrapper
style={{
padding: 24,
}}
onBack={() => history.goBack()}
backIcon={<ReutrnEle description="返回" />}
title={
......
......@@ -85,7 +85,10 @@ const BillTypeForm: React.FC<BillTypeFormProps> = ({
return (
<Spin spinning={infoLoading}>
<PageHeaderWrapper
<PageHeaderWrapper
style={{
padding: 24,
}}
onBack={() => history.goBack()}
backIcon={<ReutrnEle description="返回" />}
title={
......
......@@ -119,7 +119,10 @@ const WarehouseForm: React.FC<WarehouseFormProps> = ({
return (
<Spin spinning={infoLoading}>
<PageHeaderWrapper
<PageHeaderWrapper
style={{
padding: 24,
}}
onBack={() => history.goBack()}
backIcon={<ReutrnEle description="返回" />}
title={
......
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