Browse Source

YT-1338:创建供应商发票申请,默认的供应商代码带不出关联的索赔明细

intex_online20241228
宋国强 2 months ago
parent
commit
13fbf5a1fc
  1. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -934,6 +934,8 @@ const openForm = async (type: string, row?: any) => {
item.value = defaultSupplierCode.value item.value = defaultSupplierCode.value
item.componentProps.isSearchList = true item.componentProps.isSearchList = true
item.componentProps.disabled = false item.componentProps.disabled = false
claimDetailsList.value = [];
claimDetails(item.value);
} }
// //
if (item.field == 'orderType') { if (item.field == 'orderType') {

Loading…
Cancel
Save