no message

main
HUOJIN\92525 2026-01-08 23:29:27 +08:00
parent a8800e46f1
commit 8bcc67d279
3 changed files with 17 additions and 5 deletions

View File

@ -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,

View File

@ -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: '订单状态',

View File

@ -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: '订单状态',