1.0.65 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投 9合同订单【非项目】)

dev
yinq 1 day ago
parent 58ffedf2e7
commit 47138a5a4d

@ -25,7 +25,7 @@ export interface ProjectInfoVO {
businessDirection: string;
/**
* 1 2 3 4
* 1 2 3 4 9
*/
projectCategory: string;
@ -155,7 +155,7 @@ export interface ProjectInfoForm extends BaseEntity {
businessDirection?: string;
/**
* 1 2 3 4
* 1 2 3 4 9
*/
projectCategory?: string;
@ -295,7 +295,7 @@ export interface ProjectInfoQuery extends PageQuery {
businessDirection?: string;
/**
* 1 2 3 4
* 1 2 3 4 9
*/
projectCategory?: string;

@ -393,7 +393,7 @@ const initFormData: ProjectInfoFormEx = {
projectCode: undefined,
projectName: undefined,
businessDirection: undefined,
projectCategory: '5',
projectCategory: '9',
spareFlag: '1',
projectTypeId: undefined,
paymentMethod: undefined,

Loading…
Cancel
Save