样式调整

This commit is contained in:
王帅 2025-04-28 15:39:59 +08:00
parent ad2cf964f6
commit 4c90100d18

View File

@ -1,7 +1,7 @@
<template> <template>
<a-card :bordered="false"> <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-form layout="inline" @keyup.enter.native="searchQuery">
<a-row :gutter="24"> <a-row :gutter="24">
<a-col :xl="10" :lg="11" :md="12" :sm="24"> <a-col :xl="10" :lg="11" :md="12" :sm="24">
@ -184,7 +184,7 @@
title: '#', title: '#',
dataIndex: '', dataIndex: '',
key:'rowIndex', key:'rowIndex',
width:40, width:60,
align:"center", align:"center",
customRender:function (t,r,index) { customRender:function (t,r,index) {
return parseInt(index)+1; return parseInt(index)+1;
@ -194,7 +194,7 @@
title:'发货日期', title:'发货日期',
align:"center", align:"center",
dataIndex: 'shipDate', dataIndex: 'shipDate',
width: 100, width: 120,
customRender:function (text) { customRender:function (text) {
return !text?"":(text.length>10?text.substr(0,10):text) return !text?"":(text.length>10?text.substr(0,10):text)
} }
@ -203,7 +203,7 @@
title:'发货类型', title:'发货类型',
align:"center", align:"center",
dataIndex: 'shipType_dictText', dataIndex: 'shipType_dictText',
width: 70, width: 100,
}, },
{ {
title:'料号', title:'料号',
@ -215,13 +215,13 @@
title:'预计装车总托数', title:'预计装车总托数',
align:"center", align:"center",
dataIndex: 'totalPallets', dataIndex: 'totalPallets',
width: 105, width: 120,
}, },
{ {
title:'总发货数量', title:'总发货数量',
align:"center", align:"center",
dataIndex: 'totalShips', dataIndex: 'totalShips',
width: 90, width: 100,
}, },
// { // {
// title:'送货区域', // title:'送货区域',
@ -232,19 +232,19 @@
title:'送货地点', title:'送货地点',
align:"center", align:"center",
dataIndex: 'deliveryAddress', dataIndex: 'deliveryAddress',
width: 70, width: 80,
}, },
{ {
title:'取货仓库', title:'取货仓库',
align:"center", align:"center",
dataIndex: 'pickUpHub', dataIndex: 'pickUpHub',
width: 70, width: 80,
}, },
{ {
title:'用车需求编号', title:'用车需求编号',
align:"center", align:"center",
dataIndex: 'vdNo', dataIndex: 'vdNo',
width: 110, width: 120,
}, },
{ {
title: '操作', title: '操作',