예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->fdcModel = "RunTicketFdcValue";
     $this->idColumn = 'ID';
     $this->phaseColumn = 'FLOW_PHASE';
     $this->valueModel = "RunTicketValue";
     $this->keyColumns = [$this->idColumn, $this->phaseColumn, 'TANK_ID', 'OCCUR_DATE', 'TICKET_NO'];
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->isApplyFormulaAfterSaving = true;
     $this->fdcModel = "TankDataFdcValue";
     $this->idColumn = config("constants.tankId");
     $this->phaseColumn = config("constants.tankFlowPhase");
     $this->valueModel = "TankDataValue";
     $this->keyColumns = [$this->idColumn, $this->phaseColumn];
     // 		$this->theorModel = "TankDataTheor";
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->isApplyFormulaAfterSaving = true;
     $this->fdcModel = "EuTestDataFdcValue";
     $this->idColumn = 'ID';
     // 		$this->phaseColumn = config("constants.euFlowPhase");
     $this->valueModel = "EuTestDataStdValue";
     $this->theorModel = "EuTestDataValue";
     $this->keyColumns = [$this->idColumn, 'EU_ID', 'EFFECTIVE_DATE'];
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->isApplyFormulaAfterSaving = true;
     $this->fdcModel = "EnergyUnitDataFdcValue";
     $this->idColumn = config("constants.euId");
     $this->phaseColumn = config("constants.euFlowPhase");
     $this->valueModel = "EnergyUnitDataValue";
     $this->theorModel = "EnergyUnitDataTheor";
     $this->keyColumns = [$this->idColumn, $this->phaseColumn];
     $this->keyColumns[] = config("constants.eventType");
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->fdcModel = "QualityData";
     $this->idColumn = config("constants.qualityId");
     /* $this->phaseColumn = config("constants.flFlowPhase");
     	
     		$this->valueModel = "FlowDataValue";
     		$this->theorModel = "FlowDataTheor"; */
     // 		$this->isApplyFormulaAfterSaving = true;
     $this->keyColumns = [$this->idColumn, $this->phaseColumn];
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "PdContractData";
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->extraDataSetColumns = ['TRANSIT_TYPE' => ['column' => 'PD_TRANSIT_CARRIER_ID', 'model' => 'PdTransitCarrier']];
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->extraDataSetColumns = ['TITLE' => ['column' => 'BA_ID', 'model' => 'BaAddress']];
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->extraDataSetColumns = ['TABLE_NAME' => ['column' => 'COLUMN_NAME', 'model' => 'CodeDeferCode2']];
 }
예제 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "TerminalTimesheetData";
 }
예제 #11
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "PdDocumentSetData";
 }
예제 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->extraDataSetColumns = ['DEFER_GROUP_TYPE' => ['column' => 'DEFER_TARGET', 'model' => 'DefermentGroup'], 'CODE1' => ['column' => 'CODE2', 'model' => 'CodeDeferCode2'], 'CODE2' => ['column' => 'CODE3', 'model' => 'CodeDeferCode3']];
     $this->keyColumns = [$this->idColumn, $this->phaseColumn];
 }
예제 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "PdVoyageDetail";
 }
예제 #15
0
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "PdContractTemplateAttribute";
 }