更新svn记录
This commit is contained in:
parent
b8ab35e7a4
commit
7181f76413
@ -76,7 +76,7 @@ class ReportBase {
|
||||
this.grids = reportBase.grids;
|
||||
}
|
||||
if(reportBase.conditionTypes){
|
||||
this.conditionType = reportBase.conditionTypes;
|
||||
this.conditionTypes = reportBase.conditionTypes;
|
||||
}
|
||||
this.checkLocationGeometry = reportBase.checkLocationGeometry || null; //geometry格式
|
||||
this.environmentTemperature = reportBase.environmentTemperature || null;
|
||||
|
24
artReport.js
24
artReport.js
@ -1,24 +0,0 @@
|
||||
import CellsysApp from "@airkoon/cellsys/cellsysApp";
|
||||
|
||||
class ArtReport extends CellsysApp{
|
||||
constructor(params) {
|
||||
super(params);
|
||||
this.reportName = params.name;
|
||||
this.artId = null;
|
||||
this.artNumber = 1;
|
||||
this.documentNumber = null;
|
||||
let modelOptions = params.model_options;
|
||||
if(modelOptions){
|
||||
this.artId = modelOptions.artworkId;
|
||||
let reportInformation = modelOptions.reportInformation;
|
||||
if(reportInformation){
|
||||
this.artNumber = reportInformation.artworkNumber;
|
||||
this.documentNumber = reportInformation.documentNumber;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
export default ArtReport
|
@ -1,8 +1,6 @@
|
||||
import artReport from './artReport';
|
||||
import ArtImage from './artImage';
|
||||
|
||||
import {EditTask} from "@airkoon/cellsys/cellsysUtil";
|
||||
import {artApi} from "./artApi";
|
||||
import ReportBase from "./ReportBase";
|
||||
|
||||
class ConditionReport {
|
||||
constructor(params) {
|
||||
|
Loading…
Reference in New Issue
Block a user