diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts index 5f075da73..ab33c30ed 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/inventorymoveRecordRequestMain.data.ts @@ -59,8 +59,13 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ isMainValue: false },{ key: 'isIn', - value: 'in', + value: 'out', isMainValue: false + }, + { + key:'available', // 查询列表中字段 + value:'TRUE', // 指查询具体值 + isMainValue: false // 表示查询条件不是主表的字段的值 }], isRepeat:true, verificationParams: [{ @@ -89,8 +94,13 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ isMainValue: false },{ key: 'isIn', - value: 'in', + value: 'out', isMainValue: false + }, + { + key:'available', // 查询列表中字段 + value:'TRUE', // 指查询具体值 + isMainValue: false // 表示查询条件不是主表的字段的值 }], verificationParams: [{ key: 'code', @@ -127,6 +137,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ key: 'isIn', value: 'in', isMainValue: false + }, + { + key:'available', // 查询列表中字段 + value:'TRUE', // 指查询具体值 + isMainValue: false // 表示查询条件不是主表的字段的值 }], isRepeat:true, verificationParams: [{ @@ -157,6 +172,11 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive([ key: 'isIn', value: 'in', isMainValue: false + }, + { + key:'available', // 查询列表中字段 + value:'TRUE', // 指查询具体值 + isMainValue: false // 表示查询条件不是主表的字段的值 }], verificationParams: [{ key: 'code',