Browse Source

YT-2478:销售开票展示明细调整最大

intex_online20250410
songguoqiang 6 days ago
parent
commit
fa68fdcc8f
  1. 2
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

2
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

@ -267,7 +267,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
setV['customerName'] = val[0]['customerName']
CustomerStatementDetailApi.getCustomerStatementDetailPage({
pageNo:1,
pageSize: 5000,
pageSize: 50000,
masterId:val[0]['id']
}).then((res) => {
console.log(55,res)

Loading…
Cancel
Save