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