Browse Source

库存初始化修改

hella_online_20240829
zhaoxuebing 2 months ago
parent
commit
3f8cc61e1d
  1. 26
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts

26
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts

@ -473,14 +473,14 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
isTableForm: false,
isForm: false
},
// {
// label: '批次',
// field: 'batch',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '批次',
field: 'batch',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '包装号',
// field: 'packingNumber',
@ -816,6 +816,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
field: 'packUnit',
isTable: true,
sort: 'custom',
table: {
width: 150
},
form: {
componentProps: {
enterSearch: true,
@ -901,6 +904,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
field: 'secondPackUnit',
isTable: true,
sort: 'custom',
table: {
width: 150
},
form: {
componentProps: {
enterSearch: true,
@ -986,8 +992,10 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
label: '入库存包装规格',
field: 'balancePackUnit',
sort: 'custom',
table: {
width: 150
},
form: {
width: 150,
componentProps: {
enterSearch: true,
disabled: true,

Loading…
Cancel
Save