no message

main
HUOJIN\92525 2026-01-13 23:21:26 +08:00
parent d600d48fc3
commit fa519fad86
5 changed files with 21 additions and 27 deletions

View File

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

View File

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

View File

@ -5,9 +5,9 @@
<a-form ref="formRef" @keyup.enter.native="reload" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="no">
<template #label><span title="任务号">任务</span></template>
<JInput v-model:value="queryParam.no" :placeholder="'请输入任务号'" :type="JInputTypeEnum.JINPUT_RIGHT_LIKE" />
<a-form-item name="thirdOrderNo">
<template #label><span title="赛意单号">赛意单</span></template>
<JInput v-model:value="queryParam.thirdOrderNo" :placeholder="'请输入赛意单号'" :type="JInputTypeEnum.JINPUT_RIGHT_LIKE" allowClear />
</a-form-item>
</a-col>
<a-col :lg="6">

View File

@ -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);
},

View File

@ -5,9 +5,9 @@
<a-form ref="formRef" @keyup.enter.native="reload" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-row :gutter="24">
<a-col :lg="6">
<a-form-item name="no">
<a-form-item name="thirdOrderNo">
<template #label><span title="赛意单号">赛意单号</span></template>
<JInput v-model:value="queryParam.thirdOrderNo" :placeholder="'请输入赛意单号'" :type="JInputTypeEnum.JINPUT_RIGHT_LIKE" />
<JInput v-model:value="queryParam.thirdOrderNo" :placeholder="'请输入赛意单号'" :type="JInputTypeEnum.JINPUT_RIGHT_LIKE" allowClear />
</a-form-item>
</a-col>
<a-col :lg="6">