Browse Source

补给品生产任务界面调整

intex_online20250327
songguoqiang 2 weeks ago
parent
commit
e5e42edace
  1. 28
      src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

28
src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts

@ -16,6 +16,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'left' fixed: 'left'
}, },
isSearch: true, isSearch: true,
sortTableDefault:1
}, },
{ {
label: '申请单号', label: '申请单号',
@ -25,6 +26,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
isSearch: true, isSearch: true,
sortTableDefault:7
}, },
{ {
label: '状态', label: '状态',
@ -37,6 +39,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:8
}, },
{ {
label: '生产计划单号', label: '生产计划单号',
@ -48,6 +51,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true, isSearch: true,
isForm: false, isForm: false,
isTable:true, isTable:true,
sortTableDefault:10
}, },
{ {
label: '车间代码', label: '车间代码',
@ -56,6 +60,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:13
}, },
{ {
label: '生产线代码', label: '生产线代码',
@ -65,6 +70,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:16
}, },
{ {
label: '班组', label: '班组',
@ -74,6 +80,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:13
}, },
{ {
label: '班组', label: '班组',
@ -93,6 +100,7 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:14
}, },
{ {
label: '班次', label: '班次',
@ -716,16 +724,15 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '批次', label: '批次',
field: 'batch', field: 'batch',
sortTableDefault:1002,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:12
}, },
{ {
label: '生产日期', label: '生产日期',
field: 'produceDate', field: 'produceDate',
sortTableDefault:1008,
formatter: dateFormatter2, formatter: dateFormatter2,
detail: { detail: {
dateFormat: 'YYYY-MM-DD' dateFormat: 'YYYY-MM-DD'
@ -743,6 +750,7 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
sortTableDefault:9
}, },
{ {
label: '过期日期', label: '过期日期',
@ -770,7 +778,6 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '库存状态', label: '库存状态',
field: 'inventoryStatus', field: 'inventoryStatus',
sortTableDefault:1007,
dictType: DICT_TYPE.INVENTORY_STATUS, dictType: DICT_TYPE.INVENTORY_STATUS,
dictClass: 'string', dictClass: 'string',
isTable: true, isTable: true,
@ -778,15 +785,16 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:11
}, },
{ {
label: '到库位代码', label: '到库位代码',
field: 'toLocationCode', field: 'toLocationCode',
sortTableDefault:1009,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:10
}, },
{ {
label: '订单号', label: '订单号',
@ -836,20 +844,20 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '品番', label: '品番',
field: 'itemCode', field: 'itemCode',
sortTableDefault:1000,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:2
}, },
{ {
label: '品名', label: '品名',
field: 'itemName', field: 'itemName',
sortTableDefault:1001,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:4
}, },
{ {
label: '背番', label: '背番',
@ -861,7 +869,6 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isTableForm: false, isTableForm: false,
isForm: false, isForm: false,
sortTableDefault: 1001,
tableForm: { tableForm: {
disabled: true disabled: true
}, },
@ -869,7 +876,8 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
componentProps: { componentProps: {
disabled: true disabled: true
} }
} },
sortTableDefault:3
}, },
// { // {
// label: '背番', // label: '背番',
@ -905,13 +913,13 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '数量', label: '数量',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
sortTableDefault:1005,
table: { table: {
width: 150 width: 150
}, },
form: { form: {
component: 'InputNumber', component: 'InputNumber',
} }
,sortTableDefault:5
}, },
{ {
label: '计量单位', label: '计量单位',
@ -948,11 +956,11 @@ export const ProductreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '创建者', label: '创建者',
field: 'creator', field: 'creator',
sortTableDefault:1011,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
sortTableDefault:6
}, },
{ {
label: '创建时间', label: '创建时间',

Loading…
Cancel
Save