|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
import JE from './jpc_rte'; //Important: for self-define function execution purpose
|
|
|
-import JV from './jpc_value_define';
|
|
|
+import $JV from './jpc_value_define';
|
|
|
import JpcBand from './jpc_band';
|
|
|
import JpcFlowTab from './jpc_flow_tab';
|
|
|
import JpcBillTab from './jpc_bill_tab';
|
|
|
@@ -18,7 +18,7 @@ import { IDefProperties, IFormula, IParams, ICurrent_RPT, ICurrent_DATA, ICustom
|
|
|
import { IFlowTabClass, IBillTabClass, ICostTabClass } from '../interface/classType';
|
|
|
import { IControlProps, IFontProps, IPagingOption } from '../interface/enum';
|
|
|
import { Key } from 'readline';
|
|
|
-
|
|
|
+const JV=$JV;
|
|
|
class JpcExClass {
|
|
|
flowTab!: IFlowTabClass;
|
|
|
flowTabEx!: IFlowTabClass;
|