Browse Source

供应商代码参数问题

hella_online_20240829
TengXF 4 months ago
parent
commit
eacec16002
  1. 4
      src/views/wms/deliversettlementManage/saleShipmentMainRequest/saleShipmentMain.data.ts

4
src/views/wms/deliversettlementManage/saleShipmentMainRequest/saleShipmentMain.data.ts

@ -351,7 +351,7 @@ export const SaleShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
isMainValue: false
},
{
key: 'customerCode',
key: 'customer_code',
value: 'customerCode',
isMainValue: true
}]
@ -371,7 +371,7 @@ export const SaleShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
isMainValue: false
},
{
key: 'customerCode',
key: 'customer_code',
value: 'customerCode',
isMainValue: true
}]

Loading…
Cancel
Save