提交 31192118 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 e0e2de9e
......@@ -36,13 +36,6 @@ export default class DYNADASHBOARDUIServiceBase extends UIService {
*/
public dataService:DYNADASHBOARDService = new DYNADASHBOARDService();
/**
* 所有关联视图
*
* @memberof DYNADASHBOARDUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class DYNADASHBOARDUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZAccountUIServiceBase extends UIService {
*/
public dataService:IBIZAccountService = new IBIZAccountService();
/**
* 所有关联视图
*
* @memberof IBIZAccountUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZAccountUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService {
*/
public dataService:IBIZAPPCTRLService = new IBIZAPPCTRLService();
/**
* 所有关联视图
*
* @memberof IBIZAPPCTRLUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -224,14 +217,13 @@ export default class IBIZAPPCTRLUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService {
*/
public dataService:IBIZAPPEDITORService = new IBIZAPPEDITORService();
/**
* 所有关联视图
*
* @memberof IBIZAPPEDITORUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -224,14 +217,13 @@ export default class IBIZAPPEDITORUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService {
*/
public dataService:IBIZAPPEXTENDEDITORService = new IBIZAPPEXTENDEDITORService();
/**
* 所有关联视图
*
* @memberof IBIZAPPEXTENDEDITORUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -224,14 +217,13 @@ export default class IBIZAPPEXTENDEDITORUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
*/
public dataService:IBIZAPPVIEWService = new IBIZAPPVIEWService();
/**
* 所有关联视图
*
* @memberof IBIZAPPVIEWUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -269,14 +262,13 @@ export default class IBIZAPPVIEWUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -44,13 +44,6 @@ export default class IBIZBOOKUIServiceBase extends UIService {
*/
public dataService:IBIZBOOKService = new IBIZBOOKService();
/**
* 所有关联视图
*
* @memberof IBIZBOOKUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -797,14 +790,13 @@ export default class IBIZBOOKUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZCPUUIServiceBase extends UIService {
*/
public dataService:IBIZCPUService = new IBIZCPUService();
/**
* 所有关联视图
*
* @memberof IBIZCPUUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -133,14 +126,13 @@ export default class IBIZCPUUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -38,13 +38,6 @@ export default class IBIZCustomUIServiceBase extends UIService {
*/
public dataService:IBIZCustomService = new IBIZCustomService();
/**
* 所有关联视图
*
* @memberof IBIZCustomUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -136,14 +129,13 @@ export default class IBIZCustomUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZCustomer_INTFUIServiceBase extends UIService {
*/
public dataService:IBIZCustomer_INTFService = new IBIZCustomer_INTFService();
/**
* 所有关联视图
*
* @memberof IBIZCustomer_INTFUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -135,14 +128,13 @@ export default class IBIZCustomer_INTFUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZCustomerMGUIServiceBase extends UIService {
*/
public dataService:IBIZCustomerMGService = new IBIZCustomerMGService();
/**
* 所有关联视图
*
* @memberof IBIZCustomerMGUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZCustomerMGUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -37,13 +37,6 @@ export default class IBIZCustomerUIServiceBase extends UIService {
*/
public dataService:IBIZCustomerService = new IBIZCustomerService();
/**
* 所有关联视图
*
* @memberof IBIZCustomerUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -324,14 +317,13 @@ export default class IBIZCustomerUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZHardwareUIServiceBase extends UIService {
*/
public dataService:IBIZHardwareService = new IBIZHardwareService();
/**
* 所有关联视图
*
* @memberof IBIZHardwareUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -137,14 +130,13 @@ export default class IBIZHardwareUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZOrderDetailUIServiceBase extends UIService {
*/
public dataService:IBIZOrderDetailService = new IBIZOrderDetailService();
/**
* 所有关联视图
*
* @memberof IBIZOrderDetailUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -151,14 +144,13 @@ export default class IBIZOrderDetailUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZOrderTypeUIServiceBase extends UIService {
*/
public dataService:IBIZOrderTypeService = new IBIZOrderTypeService();
/**
* 所有关联视图
*
* @memberof IBIZOrderTypeUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -137,14 +130,13 @@ export default class IBIZOrderTypeUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -38,13 +38,6 @@ export default class IBIZOrderUIServiceBase extends UIService {
*/
public dataService:IBIZOrderService = new IBIZOrderService();
/**
* 所有关联视图
*
* @memberof IBIZOrderUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -740,14 +733,13 @@ export default class IBIZOrderUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSampleUIServiceBase extends UIService {
*/
public dataService:IBIZSampleService = new IBIZSampleService();
/**
* 所有关联视图
*
* @memberof IBIZSampleUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSampleUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0001UIServiceBase extends UIService {
*/
public dataService:IBIZSample0001Service = new IBIZSample0001Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0001UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -181,14 +174,13 @@ export default class IBIZSample0001UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0002UIServiceBase extends UIService {
*/
public dataService:IBIZSample0002Service = new IBIZSample0002Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0002UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -137,14 +130,13 @@ export default class IBIZSample0002UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0003UIServiceBase extends UIService {
*/
public dataService:IBIZSample0003Service = new IBIZSample0003Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0003UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -153,14 +146,13 @@ export default class IBIZSample0003UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0004UIServiceBase extends UIService {
*/
public dataService:IBIZSample0004Service = new IBIZSample0004Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0004UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0004UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0005UIServiceBase extends UIService {
*/
public dataService:IBIZSample0005Service = new IBIZSample0005Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0005UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0005UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0006UIServiceBase extends UIService {
*/
public dataService:IBIZSample0006Service = new IBIZSample0006Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0006UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0006UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0007UIServiceBase extends UIService {
*/
public dataService:IBIZSample0007Service = new IBIZSample0007Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0007UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0007UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0008UIServiceBase extends UIService {
*/
public dataService:IBIZSample0008Service = new IBIZSample0008Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0008UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0008UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0009UIServiceBase extends UIService {
*/
public dataService:IBIZSample0009Service = new IBIZSample0009Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0009UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0009UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0010UIServiceBase extends UIService {
*/
public dataService:IBIZSample0010Service = new IBIZSample0010Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0010UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0010UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0011UIServiceBase extends UIService {
*/
public dataService:IBIZSample0011Service = new IBIZSample0011Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0011UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0011UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0012UIServiceBase extends UIService {
*/
public dataService:IBIZSample0012Service = new IBIZSample0012Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0012UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0012UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0013UIServiceBase extends UIService {
*/
public dataService:IBIZSample0013Service = new IBIZSample0013Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0013UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -134,14 +127,13 @@ export default class IBIZSample0013UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0014UIServiceBase extends UIService {
*/
public dataService:IBIZSample0014Service = new IBIZSample0014Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0014UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -134,14 +127,13 @@ export default class IBIZSample0014UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0015UIServiceBase extends UIService {
*/
public dataService:IBIZSample0015Service = new IBIZSample0015Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0015UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -133,14 +126,13 @@ export default class IBIZSample0015UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0016UIServiceBase extends UIService {
*/
public dataService:IBIZSample0016Service = new IBIZSample0016Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0016UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0016UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0017UIServiceBase extends UIService {
*/
public dataService:IBIZSample0017Service = new IBIZSample0017Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0017UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -141,14 +134,13 @@ export default class IBIZSample0017UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0018UIServiceBase extends UIService {
*/
public dataService:IBIZSample0018Service = new IBIZSample0018Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0018UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -134,14 +127,13 @@ export default class IBIZSample0018UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0019UIServiceBase extends UIService {
*/
public dataService:IBIZSample0019Service = new IBIZSample0019Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0019UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0019UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0020UIServiceBase extends UIService {
*/
public dataService:IBIZSample0020Service = new IBIZSample0020Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0020UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSample0020UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSample0021UIServiceBase extends UIService {
*/
public dataService:IBIZSample0021Service = new IBIZSample0021Service();
/**
* 所有关联视图
*
* @memberof IBIZSample0021UIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -142,14 +135,13 @@ export default class IBIZSample0021UIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSoftwareSuitUIServiceBase extends UIService {
*/
public dataService:IBIZSoftwareSuitService = new IBIZSoftwareSuitService();
/**
* 所有关联视图
*
* @memberof IBIZSoftwareSuitUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -135,14 +128,13 @@ export default class IBIZSoftwareSuitUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZStorageUIServiceBase extends UIService {
*/
public dataService:IBIZStorageService = new IBIZStorageService();
/**
* 所有关联视图
*
* @memberof IBIZStorageUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -133,14 +126,13 @@ export default class IBIZStorageUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZSupplierUIServiceBase extends UIService {
*/
public dataService:IBIZSupplierService = new IBIZSupplierService();
/**
* 所有关联视图
*
* @memberof IBIZSupplierUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -132,14 +125,13 @@ export default class IBIZSupplierUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZTASKUIServiceBase extends UIService {
*/
public dataService:IBIZTASKService = new IBIZTASKService();
/**
* 所有关联视图
*
* @memberof IBIZTASKUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -133,14 +126,13 @@ export default class IBIZTASKUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZTASKTEAMUIServiceBase extends UIService {
*/
public dataService:IBIZTASKTEAMService = new IBIZTASKTEAMService();
/**
* 所有关联视图
*
* @memberof IBIZTASKTEAMUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -134,14 +127,13 @@ export default class IBIZTASKTEAMUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class IBIZUNIProductUIServiceBase extends UIService {
*/
public dataService:IBIZUNIProductService = new IBIZUNIProductService();
/**
* 所有关联视图
*
* @memberof IBIZUNIProductUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -141,14 +134,13 @@ export default class IBIZUNIProductUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -36,13 +36,6 @@ export default class MicroComponentUIServiceBase extends UIService {
*/
public dataService:MicroComponentService = new MicroComponentService();
/**
* 所有关联视图
*
* @memberof MicroComponentUIServiceBase
*/
public allViewMap: Map<string, Object> = new Map();
/**
* 状态值
*
......@@ -134,14 +127,13 @@ export default class MicroComponentUIServiceBase extends UIService {
const curData:any = result.data;
//判断当前数据模式,默认为true,todo
const iRealDEModel:boolean = true;
let bDataInWF:boolean = false;
let bWFMode:any = false;
// 计算数据模式
if (this.isEnableWorkflow) {
const result = this.allViewMap.get("WFEDITVIEW:");
if(!result){
return this.getWFView();
} else {
if ((args && args.viewParam && args.viewParam.srfwf && this.InWorkflowArray.indexOf(args.viewParam.srfwf) !== -1)) {
return this.getWFView();
}
}
let strPDTViewParam:string = await this.getDESDDEViewPDTParam(curData, bDataInWF, bWFMode);
......
......@@ -957,7 +957,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1086,7 +1086,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1200,7 +1200,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2094,7 +2094,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2103,7 +2103,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2179,7 +2179,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -97,6 +97,7 @@ export default class MainModel {
name: 'ibizorderdetail',
prop: 'ibizorderdetailid',
},
{
name:'size',
prop:'size',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册