Browse Source

YT-1551:销售开票记录,单击单据号提示没有权限;详情开票日期不正确

intex_online20241205
宋国强 5 months ago
parent
commit
18289a50c5
  1. 5
      src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts

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

@ -196,7 +196,10 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
table:{ table:{
width:180 width:180
} },
detail: {
dateFormat : 'YYYY-MM-DD HH:mm:ss'
},
}, },
{ {

Loading…
Cancel
Save