diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index 5e5086577..c28e5fb1a 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -390,20 +390,6 @@ export const RepleinshRequestMainRules = reactive({ * @returns {Array} 补料申请子表 */ export const RepleinshRequestDetail = useCrudSchemas(reactive([ - { - label: '库存状态', - field: 'inventoryStatus', - dictType: DICT_TYPE.INVENTORY_STATUS, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - tableForm: { - type: 'Select' - } - }, { label: '到库位代码', field: 'toLocationCode', @@ -587,6 +573,28 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ type: 'Select' } }, + { + label: '库存状态', + field: 'inventoryStatus', + dictType: DICT_TYPE.INVENTORY_STATUS, + dictClass: 'string', + isTable: true, + sort: 'custom', + form: { + value: 'OK', + componentProps: { + disabled: true + } + }, + table: { + width: 150 + }, + tableForm: { + type: 'Select', + default: 'OK', + disabled: true + } + }, { label: '从货主代码', field: 'fromOwnerCode',