no message
parent
a8800e46f1
commit
8bcc67d279
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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: '订单状态',
|
||||
|
|
|
|||
|
|
@ -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: '订单状态',
|
||||
|
|
|
|||
Loading…
Reference in New Issue