导航模式,用车需求调整
This commit is contained in:
parent
6ac3bc832c
commit
6bf264981f
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
primaryColor: '#1890FF', // primary color of ant design
|
primaryColor: '#1890FF', // primary color of ant design
|
||||||
navTheme: 'light', // theme for nav menu
|
navTheme: 'dark', // theme for nav menu
|
||||||
layout: 'sidemenu', // nav menu position: sidemenu or topmenu
|
layout: 'topmenu', // nav menu position: sidemenu or topmenu
|
||||||
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
|
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
|
||||||
fixedHeader: false, // sticky header
|
fixedHeader: false, // sticky header
|
||||||
fixSiderbar: false, // sticky siderbar
|
fixSiderbar: false, // sticky siderbar
|
||||||
|
@ -127,12 +127,12 @@
|
|||||||
return parseInt(index)+1;
|
return parseInt(index)+1;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title:'用车需求编号',
|
// title:'用车需求编号',
|
||||||
align:"center",
|
// align:"center",
|
||||||
dataIndex: 'vdNo',
|
// dataIndex: 'vdNo',
|
||||||
width: 120
|
// width: 120
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title:'料号',
|
title:'料号',
|
||||||
align:"center",
|
align:"center",
|
||||||
|
@ -135,13 +135,13 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
</div>
|
</div>
|
||||||
<a-row :gutter="24" style="margin-top: 15px;">
|
<a-row :gutter="24" style="margin-top: 15px;">
|
||||||
<a-col :span="12">
|
<a-col :span="11">
|
||||||
<div class="bordered-container">
|
<div class="bordered-container">
|
||||||
<div class="title">用车需求物料明细</div>
|
<div class="title">用车需求物料明细</div>
|
||||||
<DeliveryDemand ref="deliveryDemand"/>
|
<DeliveryDemand ref="deliveryDemand"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12" style="margin-right: -30px;">
|
<a-col :span="13" style="margin-right: -30px;">
|
||||||
<div class="bordered-container">
|
<div class="bordered-container">
|
||||||
<div class="title">用车需求计算</div>
|
<div class="title">用车需求计算</div>
|
||||||
<VehicleDemandCountList ref="vehicleDemandCountList"/>
|
<VehicleDemandCountList ref="vehicleDemandCountList"/>
|
||||||
|
@ -182,12 +182,12 @@
|
|||||||
return parseInt(index)+1;
|
return parseInt(index)+1;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title:'用车需求编号',
|
// title:'用车需求编号',
|
||||||
align:"center",
|
// align:"center",
|
||||||
dataIndex: 'vdNo',
|
// dataIndex: 'vdNo',
|
||||||
width: 120
|
// width: 120
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title:'发货类型',
|
title:'发货类型',
|
||||||
align:"center",
|
align:"center",
|
||||||
@ -218,18 +218,18 @@
|
|||||||
// dataIndex: 'deliveryArea',
|
// dataIndex: 'deliveryArea',
|
||||||
// width: 100
|
// width: 100
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
title:'送货地点',
|
// title:'送货地点',
|
||||||
align:"center",
|
// align:"center",
|
||||||
dataIndex: 'deliveryAddress',
|
// dataIndex: 'deliveryAddress',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title:'取货仓库',
|
// title:'取货仓库',
|
||||||
align:"center",
|
// align:"center",
|
||||||
dataIndex: 'pickUpHub',
|
// dataIndex: 'pickUpHub',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title:'定标价格',
|
title:'定标价格',
|
||||||
align:"center",
|
align:"center",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user