Browse Source

补料申请导出字段调整

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

Loading…
Cancel
Save