diff --git a/src/views/agvTask/TesAgv.data.ts b/src/views/agvTask/TesAgv.data.ts index 9905fa9..91950f9 100644 --- a/src/views/agvTask/TesAgv.data.ts +++ b/src/views/agvTask/TesAgv.data.ts @@ -6,13 +6,24 @@ export const columns: BasicColumn[] = [ title: 'TES任务ID', align: "center", width: '100px', - dataIndex: 'tesId' + dataIndex: 'tesId', + fixed: 'left', }, { - title: '任务ID', + title: '任务号', align: "center", width: '170px', - dataIndex: 'id' + dataIndex: 'id', + fixed: 'left', + }, + { + title: '柜号', + align: "center", + width: '155px', + dataIndex: 'conNo', + customRender: ({ text }) => { + return render.renderTip(text); + }, }, { title: '容器', @@ -20,12 +31,7 @@ export const columns: BasicColumn[] = [ width: '100px', dataIndex: 'carrierCode' }, - { - title: '柜号', - align: "center", - width: '100px', - dataIndex: 'conNo' - }, + { title: '物料', align: "center", diff --git a/src/views/receive/asn/Asn.data.ts b/src/views/receive/asn/Asn.data.ts index f323cb2..429ff95 100644 --- a/src/views/receive/asn/Asn.data.ts +++ b/src/views/receive/asn/Asn.data.ts @@ -3,12 +3,6 @@ import { JVxeTypes, JVxeColumn } from '/@/components/jeecg/JVxeTable/types'; import { render } from '@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ - { - title: '系统单号', - align: 'center', - dataIndex: 'orderNo', - width: '130px', - }, { title: '赛意单号', align: 'center', diff --git a/src/views/receive/asn/AsnList.vue b/src/views/receive/asn/AsnList.vue index eac4441..acfc993 100644 --- a/src/views/receive/asn/AsnList.vue +++ b/src/views/receive/asn/AsnList.vue @@ -5,9 +5,9 @@ - - - + + + diff --git a/src/views/shipping/Pick.data.ts b/src/views/shipping/Pick.data.ts index ad9c57b..cf0e119 100644 --- a/src/views/shipping/Pick.data.ts +++ b/src/views/shipping/Pick.data.ts @@ -3,12 +3,6 @@ import { JVxeTypes, JVxeColumn } from '/@/components/jeecg/JVxeTable/types'; import { render } from '@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ - { - title: '系统单号', - align: 'center', - dataIndex: 'orderNo', - width: '130px', - }, { title: '赛意单号', align: 'center', @@ -31,7 +25,7 @@ export const columns: BasicColumn[] = [ title: '柜号', align: 'center', dataIndex: 'conNo', - width: '120px', + width: '170px', customRender: ({ text }) => { return render.renderTip(text); }, diff --git a/src/views/shipping/PickList.vue b/src/views/shipping/PickList.vue index 0dcf5c4..5328fdc 100644 --- a/src/views/shipping/PickList.vue +++ b/src/views/shipping/PickList.vue @@ -5,9 +5,9 @@ - + - +