Browse Source

补料申请导出字段调整

master_hella_20240701
songguoqiang 5 months ago
parent
commit
e8f1bd6e22
  1. 90
      src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

90
src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts

@ -406,26 +406,26 @@ export const RepleinshRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'right'
},
},
{
label: '包装规格',
field: 'packUnit',
sort: 'custom',
isForm:false,
table: {
width: 150
},
sortTableDefault:7,
},
{
label: '包装数量',
field: 'packQty',
sort: 'custom',
isForm:false,
table: {
width: 150
},
sortTableDefault:8,
},
// {
// label: '包装规格',
// field: 'packUnit',
// sort: 'custom',
// isForm:false,
// table: {
// width: 150
// },
// sortTableDefault:7,
// },
// {
// label: '包装数量',
// field: 'packQty',
// sort: 'custom',
// isForm:false,
// table: {
// width: 150
// },
// sortTableDefault:8,
// },
]))
//表单校验
@ -510,29 +510,29 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
}]
},
},
{
label: '包装号',
field: 'packingNumber',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
isForm: false,
sortTableDefault:6,
sortSearchDefault:4,
},
{
label: '批次',
field: 'batch',
sort: 'custom',
table: {
width: 150
},
isTableForm: false,
sortTableDefault:5,
sortSearchDefault:3,
},
// {
// label: '包装号',
// field: 'packingNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// isTableForm: false,
// isForm: false,
// sortTableDefault:6,
// sortSearchDefault:4,
// },
// {
// label: '批次',
// field: 'batch',
// sort: 'custom',
// table: {
// width: 150
// },
// isTableForm: false,
// sortTableDefault:5,
// sortSearchDefault:3,
// },
{
label: '库存状态',
field: 'inventoryStatus',
@ -561,8 +561,8 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '库位代码',
field: 'fromLocationCode',
label: '库位代码',
field: 'toLocationCode',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save