Browse Source

YT-1662:销售开票添加背番

intex_online20241228
songguoqiang 1 month ago
parent
commit
e726d207a9
  1. 19
      src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts
  2. 19
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

19
src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts

@ -350,6 +350,25 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
// } // }
}, },
{
label: '背番',
field: 'backNumber',
sort: 'custom',
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
form:{
componentProps:{
disabled: true,
}
},
tableForm:{
disabled:true
}
},
{ {
label: '品号', label: '品号',
field: 'articleNumber', field: 'articleNumber',

19
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

@ -379,6 +379,25 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
// } // }
}, },
{
label: '背番',
field: 'backNumber',
sort: 'custom',
isSearch: true,
isForm:false,
hiddenSearchHigh:true,
table: {
width: 150
},
form:{
componentProps:{
disabled: true,
}
},
tableForm:{
disabled:true
}
},
{ {
label: '品号', label: '品号',
field: 'articleNumber', field: 'articleNumber',

Loading…
Cancel
Save