Browse Source

FWHL-268 已修复

master_hella
陈放 1 day ago
parent
commit
1d11bc6540
  1. 8
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNewSparePart/inventorymoveRecordRequestMain.data.ts

8
src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNewSparePart/inventorymoveRecordRequestMain.data.ts

@ -51,7 +51,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
searchField: 'code',
searchTitle: '库位信息',
searchAllSchemas: Location.allSchemas,
searchPage: LocationApi.selectBusinessTypeToLocation,
searchPage: LocationApi.selectBusinessTypeToLocationToSparePart,
searchCondition: [
{
key: 'businessType',
@ -81,7 +81,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
searchField: 'code',
searchTitle: '库位信息',
searchAllSchemas: Location.allSchemas,
searchPage: LocationApi.selectBusinessTypeToLocation,
searchPage: LocationApi.selectBusinessTypeToLocationToSparePart,
searchCondition: [
{
key: 'businessType',
@ -117,7 +117,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
searchField: 'code',
searchTitle: '库位信息',
searchAllSchemas: Location.allSchemas,
searchPage: LocationApi.selectBusinessTypeToLocation,
searchPage: LocationApi.selectBusinessTypeToLocationToSparePart,
searchCondition: [
{
key: 'businessType',
@ -152,7 +152,7 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
searchField: 'code',
searchTitle: '库位信息',
searchAllSchemas: Location.allSchemas,
searchPage: LocationApi.selectBusinessTypeToLocation,
searchPage: LocationApi.selectBusinessTypeToLocationToSparePart,
searchCondition: [
{
key: 'businessType',

Loading…
Cancel
Save