From 8bcc67d27965288c1371f10e77e40daf6749e61d Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Thu, 8 Jan 2026 23:29:27 +0800 Subject: [PATCH] no message --- src/views/conveyorLine/WcsMonitor.vue | 2 +- src/views/receive/asn/Asn.data.ts | 8 +++++++- src/views/shipping/Pick.data.ts | 12 +++++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/conveyorLine/WcsMonitor.vue b/src/views/conveyorLine/WcsMonitor.vue index f0a3062..015dd24 100644 --- a/src/views/conveyorLine/WcsMonitor.vue +++ b/src/views/conveyorLine/WcsMonitor.vue @@ -123,7 +123,7 @@ }); async function queryData() { - const conveyorLine = 'ST102'; + const conveyorLine = '3F-F1-ELE-01L-L'; const res = await showConveyorLine(conveyorLine); scanData.value = { stockCode: res.stockCode, diff --git a/src/views/receive/asn/Asn.data.ts b/src/views/receive/asn/Asn.data.ts index fcea597..f323cb2 100644 --- a/src/views/receive/asn/Asn.data.ts +++ b/src/views/receive/asn/Asn.data.ts @@ -13,13 +13,19 @@ export const columns: BasicColumn[] = [ title: '赛意单号', align: 'center', dataIndex: 'thirdOrderNo', - width: '120px', + width: '170px', + customRender: ({ text }) => { + return render.renderTip(text); + }, }, { title: '任务号', align: 'center', dataIndex: 'no', width: '160px', + customRender: ({ text }) => { + return render.renderTip(text); + }, }, { title: '订单状态', diff --git a/src/views/shipping/Pick.data.ts b/src/views/shipping/Pick.data.ts index 50f19f8..44a7618 100644 --- a/src/views/shipping/Pick.data.ts +++ b/src/views/shipping/Pick.data.ts @@ -10,16 +10,22 @@ export const columns: BasicColumn[] = [ width: '130px', }, { - title: '外部单号', + title: '赛意单号', align: 'center', dataIndex: 'thirdOrderNo', - width: '130px', + width: '170px', + customRender: ({ text }) => { + return render.renderTip(text); + }, }, { title: '任务号', align: 'center', dataIndex: 'no', - width: '130px', + width: '160px', + customRender: ({ text }) => { + return render.renderTip(text); + }, }, { title: '订单状态',