|
@ -196,7 +196,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '领用原因代码', |
|
|
label: '预算科目', |
|
|
field: 'reasonCodeRequisition', |
|
|
field: 'reasonCodeRequisition', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
@ -205,9 +205,9 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
enterSearch: true, |
|
|
enterSearch: true, |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择成领用原因代码', |
|
|
searchListPlaceholder: '请选择成预算科目', |
|
|
searchField: 'code', |
|
|
searchField: 'code', |
|
|
searchTitle: '领用原因代码', |
|
|
searchTitle: '预算科目', |
|
|
searchAllSchemas: SubjectAccount.allSchemas, |
|
|
searchAllSchemas: SubjectAccount.allSchemas, |
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage, |
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage, |
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
@ -238,7 +238,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择成本中心代码', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择成本中心代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '领用原因代码', // 查询弹窗标题
|
|
|
searchTitle: '预算科目', // 查询弹窗标题
|
|
|
searchAllSchemas: SubjectAccount.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: SubjectAccount.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage, // 查询弹窗所需分页方法
|
|
|
searchPage: SubjectAccountApi.getSubjectAccountPage, // 查询弹窗所需分页方法
|
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
@ -276,7 +276,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择QAD项目信息', |
|
|
searchListPlaceholder: '请选择QAD项目信息', |
|
|
searchField: ' ', |
|
|
searchField: ' ', |
|
|
searchTitle: '领用原因代码', |
|
|
searchTitle: '预算科目', |
|
|
searchAllSchemas: QadProject.allSchemas, |
|
|
searchAllSchemas: QadProject.allSchemas, |
|
|
searchPage: QadProjectApi.getQadProjectPage, |
|
|
searchPage: QadProjectApi.getQadProjectPage, |
|
|
verificationParams: [{ |
|
|
verificationParams: [{ |
|
@ -295,7 +295,7 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择QAD项目信息', // 输入框占位文本
|
|
|
searchListPlaceholder: '请选择QAD项目信息', // 输入框占位文本
|
|
|
searchField: 'projectCode', // 查询弹窗赋值字段
|
|
|
searchField: 'projectCode', // 查询弹窗赋值字段
|
|
|
searchTitle: '领用原因代码', // 查询弹窗标题
|
|
|
searchTitle: '预算科目', // 查询弹窗标题
|
|
|
searchAllSchemas: QadProject.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: QadProject.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: QadProjectApi.getQadProjectPage, // 查询弹窗所需分页方法
|
|
|
searchPage: QadProjectApi.getQadProjectPage, // 查询弹窗所需分页方法
|
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
@ -665,7 +665,7 @@ export const UnplannedreceiptRequestMainRules = reactive({ |
|
|
{ required: false, message: '请输入项目代码', trigger: 'blur' } |
|
|
{ required: false, message: '请输入项目代码', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|
reasonCodeRequisition: [ |
|
|
reasonCodeRequisition: [ |
|
|
{ required: true, message: '请输入领用原因代码', trigger: 'blur' } |
|
|
{ required: true, message: '请输入预算科目', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|
autoCommit: [ |
|
|
autoCommit: [ |
|
|
{ required: true, message: '请选择是否自动提交', trigger: 'change' } |
|
|
{ required: true, message: '请选择是否自动提交', trigger: 'change' } |
|
|