From 0fe140966b5148d5df8fdc9c59bb8e97b52c1eed Mon Sep 17 00:00:00 2001 From: ming34902 <304911922@qq.com> Date: Wed, 4 Sep 2019 09:28:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=87=BA=E5=BA=93=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E9=A1=B5-=E9=97=AE=E9=A2=98=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/outbound/outboundShip.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/outbound/outboundShip.vue b/src/views/outbound/outboundShip.vue index 5a2328d..aea7e7a 100644 --- a/src/views/outbound/outboundShip.vue +++ b/src/views/outbound/outboundShip.vue @@ -75,13 +75,13 @@ - + align="right"> - + align="right"> 查询 -- Gitee From 60194aada0168cfbbdeb3c52206ee7ce049df3ae Mon Sep 17 00:00:00 2001 From: ming34902 <304911922@qq.com> Date: Wed, 4 Sep 2019 09:31:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=87=BA=E5=BA=93=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E9=A1=B5-=E8=AE=BE=E7=BD=AE=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/outbound/outboundShip.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/outbound/outboundShip.vue b/src/views/outbound/outboundShip.vue index aea7e7a..55c6a1c 100644 --- a/src/views/outbound/outboundShip.vue +++ b/src/views/outbound/outboundShip.vue @@ -192,14 +192,14 @@ import waves from '@/directive/waves' // 水波纹指令 import * as Utils from '@/utils/index' const defaultColumn = [ - { key: 'noticeHeadNo', title: '通知单号', width: '' }, - { key: 'houseName', title: '仓库', width: '' }, - { key: 'ownerId', title: '客户', width: '' }, - { key: 'ownerOrderNo', title: '订单号', width: '' }, + { key: 'noticeHeadNo', title: '通知单号', width: '140' }, + { key: 'houseName', title: '仓库', width: '140' }, + { key: 'ownerId', title: '客户', width: '140' }, + { key: 'ownerOrderNo', title: '订单号', width: '140' }, { key: 'noticeLineStatus', title: '出库状态', width: '' }, { key: 'prepareStatus', title: '备料状态', width: '' }, - { key: 'materielId', title: '车型名称', width: '' }, - { key: 'lotNo1', title: '车架号', width: '' }, + { key: 'materielId', title: '车型名称', width: '140' }, + { key: 'lotNo1', title: '车架号', width: '140' }, { key: 'materielName', title: '车型描述', width: '' }, { key: 'loadingArea', title: '备车道', width: '', fixed: 'right' }, { key: 'destLocationName', title: '目的地', width: 150 }, -- Gitee