Browse Source

销售开票

intex_online20250311
songguoqiang 1 month ago
parent
commit
d9cb51e35a
  1. 2
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

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

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

Loading…
Cancel
Save