Browse Source

两个发货单号

hella_online_20240829
wangyufei 3 months ago
parent
commit
f86bd653c8
  1. 21
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

21
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/purchasereturnRequestMain.data.ts

@ -67,6 +67,7 @@ export const PurchasereceiptRecordMain1 = useCrudSchemas(
table: {
width: 180
},
sortTableDefault: 2,
isSearch: true
},
{
@ -254,16 +255,16 @@ export const PurchasereturnRequestMain = useCrudSchemas(
}
}
},
{
label: '发货单号',
field: 'asnNumber',
sort: 'custom',
table: {
width: 180
},
isForm: false,
sortTableDefault: 2
},
// {
// label: '发货单号',
// field: 'asnNumber',
// sort: 'custom',
// table: {
// width: 180
// },
// isForm: false,
// sortTableDefault: 2
// },
{
label: '要货计划单号',
field: 'ppNumber',

Loading…
Cancel
Save