样式调整
This commit is contained in:
parent
ad2cf964f6
commit
4c90100d18
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-card :bordered="false">
|
||||
<!-- 查询区域 -->
|
||||
<div class="table-page-search-wrapper">
|
||||
<div class="table-page-search-wrapper" style="margin-top: -10px;">
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row :gutter="24">
|
||||
<a-col :xl="10" :lg="11" :md="12" :sm="24">
|
||||
@ -184,7 +184,7 @@
|
||||
title: '#',
|
||||
dataIndex: '',
|
||||
key:'rowIndex',
|
||||
width:40,
|
||||
width:60,
|
||||
align:"center",
|
||||
customRender:function (t,r,index) {
|
||||
return parseInt(index)+1;
|
||||
@ -194,7 +194,7 @@
|
||||
title:'发货日期',
|
||||
align:"center",
|
||||
dataIndex: 'shipDate',
|
||||
width: 100,
|
||||
width: 120,
|
||||
customRender:function (text) {
|
||||
return !text?"":(text.length>10?text.substr(0,10):text)
|
||||
}
|
||||
@ -203,7 +203,7 @@
|
||||
title:'发货类型',
|
||||
align:"center",
|
||||
dataIndex: 'shipType_dictText',
|
||||
width: 70,
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title:'料号',
|
||||
@ -215,13 +215,13 @@
|
||||
title:'预计装车总托数',
|
||||
align:"center",
|
||||
dataIndex: 'totalPallets',
|
||||
width: 105,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title:'总发货数量',
|
||||
align:"center",
|
||||
dataIndex: 'totalShips',
|
||||
width: 90,
|
||||
width: 100,
|
||||
},
|
||||
// {
|
||||
// title:'送货区域',
|
||||
@ -232,19 +232,19 @@
|
||||
title:'送货地点',
|
||||
align:"center",
|
||||
dataIndex: 'deliveryAddress',
|
||||
width: 70,
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title:'取货仓库',
|
||||
align:"center",
|
||||
dataIndex: 'pickUpHub',
|
||||
width: 70,
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title:'用车需求编号',
|
||||
align:"center",
|
||||
dataIndex: 'vdNo',
|
||||
width: 110,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
Loading…
x
Reference in New Issue
Block a user