diff --git a/src/api/oa/erp/projectInfo/types.ts b/src/api/oa/erp/projectInfo/types.ts index a0a600b..5e37266 100644 --- a/src/api/oa/erp/projectInfo/types.ts +++ b/src/api/oa/erp/projectInfo/types.ts @@ -261,6 +261,16 @@ export interface ProjectInfoForm extends BaseEntity { chargeName?: string; deputyName?: string; + + /** + * 合同编号 + */ + contractCode?: string; + + /** + * 合同名称 + */ + contractName?: string; } export interface ProjectInfoQuery extends PageQuery { @@ -371,4 +381,14 @@ export interface ProjectInfoQuery extends PageQuery { chargeName?: string; deputyName?: string; + + /** + * 合同编号 + */ + contractCode?: string; + + /** + * 合同名称 + */ + contractName?: string; } diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index da302c2..1a31515 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -46,9 +46,9 @@ - - - + + + diff --git a/src/views/login.vue b/src/views/login.vue index 97f9f9c..3d431e8 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -96,8 +96,8 @@ const { t } = useI18n(); const loginForm = ref({ tenantId: '000000', - username: 'admin', - password: 'admin123', + username: '', + password: '', rememberMe: false, code: '', uuid: '' diff --git a/src/views/oa/crm/businessTripApply/edit.vue b/src/views/oa/crm/businessTripApply/edit.vue index b116506..a911e54 100644 --- a/src/views/oa/crm/businessTripApply/edit.vue +++ b/src/views/oa/crm/businessTripApply/edit.vue @@ -23,7 +23,7 @@ - + @@ -33,6 +33,16 @@ + + + + + + + + + +