index.js 11.1 KB
Newer Older
qianyuheng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
import { action, observable } from 'mobx'
import _descriptor from '../descriptor'
import {modelWrapper} from '@/components/RunTime'

@modelWrapper
class Detreg {
    
    @observable
    accusr=""           // \dedgrp\rec\accusr    客户经理 

    @observable
    adlcnd=""           // \dedgrp\rec\adlcnd    附加条款 

    @observable
    adlcndame=""           // \dedgrp\rec\adlcndame    附加条款历史修改记录 

    @observable
    amedat=""           // \dedgrp\rec\amedat    最后修改日期 

    @observable
    amenbr=""           // \dedgrp\rec\amenbr    修改次数 

    // @observable
    // amersn=""           // \dedgrp\rec\amersn    信用证修改理由 

    @observable
    avbby=""           // \dedgrp\rec\avbby    信用证对付方式 

    @observable
    canrsn=""           // \dedgrp\rec\canrsn    注销闭卷原因 

    @observable
    cantyp=""           // \dedgrp\rec\cantyp    注销闭卷原因 

    @observable
    cfmflg=""           // \dedgrp\rec\cfmflg    保兑标志 

    @observable
    clsdat=""           // \dedgrp\rec\clsdat    闭卷日期 

    @observable
    clsinf=""           // \dedgrp\rec\clsinf    闭卷原因 

    @observable
    conamt=""           // \dedgrp\rec\conamt    合同金额 

    @observable
    concur=""           // \dedgrp\rec\concur    合同币种 

    @observable
    conno=""           // \dedgrp\rec\conno    合同编号 

    @observable
    credat=""           // \dedgrp\rec\credat    创建日期 

    @observable
    defdet=""           // \dedgrp\rec\defdet    远期付款指示 

    @observable
    etyextkey=""           // \dedgrp\rec\etyextkey    实体 

    @observable
    expdat=""           // \dedgrp\rec\expdat    有效日期 

    @observable
    expplc=""           // \dedgrp\rec\expplc    有效地点 

    @observable
    inr=""           // \dedgrp\rec\inr    索引 

    @observable
    isstyp=""           // \dedgrp\rec\isstyp    开证类型 

    @observable
    lcrdoc=""           // \dedgrp\rec\lcrdoc    单据要求 

    @observable
    lcrdocame=""           // \dedgrp\rec\lcrdocame    单据要求历史修改记录 

    @observable
    lcref=""           // \dedgrp\rec\lcref    信用证编号 

    @observable
    lcrgod=""           // \dedgrp\rec\lcrgod    货物服务描述 

    @observable
    lcrgodame=""           // \dedgrp\rec\lcrgodame    货物/服务描述修改记录 

    @observable
    nam=""           // \dedgrp\rec\nam    概要描述 

    @observable
    negflg=""           // \dedgrp\rec\negflg    是否可议付 

    @observable
    nomspc=""           // \dedgrp\rec\nomspc    最高金额限额 

    @observable
    nomton=""           // \dedgrp\rec\nomton    下浮 

    @observable
    nomtop=""           // \dedgrp\rec\nomtop    上浮 

    @observable
    opndat=""           // \dedgrp\rec\opndat    开立日期 

    @observable
    ownbch=""           // \dedgrp\rec\ownbch    归属机构 

    @observable
    ownref=""           // \dedgrp\rec\ownref    业务编号 

    @observable
    ownusr=""           // \dedgrp\rec\ownusr    创建柜员 

    @observable
    preadvdat=""           // \dedgrp\rec\preadvdat    预开立日期 

    @observable
    preper=""           // \dedgrp\rec\preper    交单期限 

    @observable
    rejameflg=""           // \dedgrp\rec\rejameflg    拒绝修改标识 

    @observable
    rejamenbr=""           // \dedgrp\rec\rejamenbr    拒绝接受修改次数 

    @observable
    rejamersn=""           // \dedgrp\rec\rejamersn    拒绝修改理由 

    @observable
    rejflg=""           // \dedgrp\rec\rejflg    拒绝标识 

    @observable
    rejrsn=""           // \dedgrp\rec\rejrsn    拒绝通知理由 

    @observable
    shpdat=""           // \dedgrp\rec\shpdat    最迟货物装运/服务提供日期  

    @observable
    shpfro=""           // \dedgrp\rec\shpfro    货物装运地(港) 

    @observable
    shppar=""           // \dedgrp\rec\shppar    分批装运货物/分次提供服务 

    @observable
    shpper=""           // \dedgrp\rec\shpper    分期装运/提供服务 

    @observable
    shppro=""           // \dedgrp\rec\shppro    服务提供地点 

    @observable
    shpto=""           // \dedgrp\rec\shpto    货物目的地、交货地(港) 

    @observable
    shptrs=""           // \dedgrp\rec\shptrs    转运 

    @observable
    tenmaxday=""           // \dedgrp\rec\tenmaxday    期限 

    @observable
    traflg=""           // \dedgrp\rec\traflg    是否可转让 

    @observable
    tratyp=""           // \dedgrp\rec\tratyp    货物运输或交货方式/服务方式 

    @observable
    trdapt=""           // \dedgrp\rec\trdapt    分期装运/提供服务约定 

    @observable
    trdtyp=""           // \dedgrp\rec\trdtyp    贸易方式 

    @observable
    usrbch=""           // \dedgrp\rec\usrbch    经办机构 

    @observable
    utlnbr=""           // \dedgrp\rec\utlnbr    收单次数 

    @observable
    ver=""           // \dedgrp\rec\ver    版本号 

    @observable
    pts_adrcn=""           // \dedgrp\a2b\pts\adrcn    中文地址 

    @observable
    pts_extkey=""           // \dedgrp\a2b\pts\extkey    客户编号 

    @observable
    pts_namcn=""           // \dedgrp\a2b\pts\namcn    客户中文名称 

    @observable
    pts1_adrcn=""           // \dedgrp\age\pts\adrcn    中文地址 

    @observable
    pts1_extkey=""           // \dedgrp\age\pts\extkey    客户编号 

    @observable
    pts1_namcn=""           // \dedgrp\age\pts\namcn    客户中文名称 

    @observable
    pts2_adrcn=""           // \dedgrp\apl\pts\adrcn    中文地址 

    @observable
    pts2_extact=""           // \dedgrp\apl\pts\extact    结算账号 

    @observable
    pts2_extkey=""           // \dedgrp\apl\pts\extkey    客户编号 

    @observable
    pts2_namcn=""           // \dedgrp\apl\pts\namcn    客户中文名称 

    @observable
    pts3_adrcn=""           // \dedgrp\ben\pts\adrcn    中文地址 

    @observable
    pts3_extact=""           // \dedgrp\ben\pts\extact    结算账号 

    @observable
    pts3_extkey=""           // \dedgrp\ben\pts\extkey    客户编号 

    @observable
    pts3_namcn=""           // \dedgrp\ben\pts\namcn    客户中文名称 

    @observable
    max_amt=""           // \dedgrp\cbs\max\amt    Balance 

    @observable
    max_cur=""           // \dedgrp\cbs\max\cur    Currency 

    @observable
    nom1_amt=""           // \dedgrp\cbs\nom1\amt    Balance 

    @observable
    nom1_cur=""           // \dedgrp\cbs\nom1\cur    Currency 

    @observable
    pts4_adrcn=""           // \dedgrp\con\pts\adrcn    中文地址 

    @observable
    pts4_extkey=""           // \dedgrp\con\pts\extkey    客户编号 

    @observable
    pts4_namcn=""           // \dedgrp\con\pts\namcn    客户中文名称 

    @observable
    pts5_adrcn=""           // \dedgrp\iss\pts\adrcn    中文地址 

    @observable
    pts5_extkey=""           // \dedgrp\iss\pts\extkey    客户编号 

    @observable
    pts5_namcn=""           // \dedgrp\iss\pts\namcn    客户中文名称 

    @observable
    pts6_adrcn=""           // \dedgrp\neg\pts\adrcn    中文地址 

    @observable
    pts6_extkey=""           // \dedgrp\neg\pts\extkey    客户编号 

    @observable
    pts6_namcn=""           // \dedgrp\neg\pts\namcn    客户中文名称 

    @observable
    setmod_docamt=""           // \setmod\docamt    document amount 

    @observable
    setmod_doccur=""           // \setmod\doccur    document currency 

    @observable
    setmod_feemac=""           // \setmod\feemac    FEEMAC 

    @observable
    glemod_glelst=[]           // \setmod\glemod\glelst 

    @observable
    fegmod_feslst=[]           // \setmod\setfeg\fegmod\feslst 

    @observable
    glgmod_glslst=[]           // \setmod\setglg\glgmod\glslst 

    @observable
    setmod_setmac=""           // \setmod\setmac    SETMAC 

    @observable
    spt_inr=""           // \sysmod\spt\inr    唯一编号 

    @observable
    trndoc_cortyp=""           // \trnmod\trndoc\cortyp    Per Medium 

    @observable
    trndoc_doccod=""           // \trnmod\trndoc\doccod    面函码值 

    @observable
    docmod_doclst=[]           // \trnmod\trndoc\docmod\doclst 

    @observable
    trndoc_docpth=""           // \trnmod\trndoc\docpth    面函路径 

    

    get descriptor()
    {
        return _descriptor
    }

    clear()
    {
            this.accusr=""
            this.adlcnd=""
            this.adlcndame=""
            this.amedat=""
            this.amenbr=""
            // this.amersn=""
            this.avbby=""
            this.canrsn=""
            this.cantyp=""
            this.cfmflg=""
            this.clsdat=""
            this.clsinf=""
            this.conamt=""
            this.concur=""
            this.conno=""
            this.credat=""
            this.defdet=""
            this.etyextkey=""
            this.expdat=""
            this.expplc=""
            this.inr=""
            this.isstyp=""
            this.lcrdoc=""
            this.lcrdocame=""
            this.lcref=""
            this.lcrgod=""
            this.lcrgodame=""
            this.nam=""
            this.negflg=""
            this.nomspc=""
            this.nomton=""
            this.nomtop=""
            this.opndat=""
            this.ownbch=""
            this.ownref=""
            this.ownusr=""
            this.preadvdat=""
            this.preper=""
            this.rejameflg=""
            this.rejamenbr=""
            this.rejamersn=""
            this.rejflg=""
            this.rejrsn=""
            this.shpdat=""
            this.shpfro=""
            this.shppar=""
            this.shpper=""
            this.shppro=""
            this.shpto=""
            this.shptrs=""
            this.tenmaxday=""
            this.traflg=""
            this.tratyp=""
            this.trdapt=""
            this.trdtyp=""
            this.usrbch=""
            this.utlnbr=""
            this.ver=""
            this.pts_adrcn=""
            this.pts_extkey=""
            this.pts_namcn=""
            this.pts1_adrcn=""
            this.pts1_extkey=""
            this.pts1_namcn=""
            this.pts2_adrcn=""
            this.pts2_extact=""
            this.pts2_extkey=""
            this.pts2_namcn=""
            this.pts3_adrcn=""
            this.pts3_extact=""
            this.pts3_extkey=""
            this.pts3_namcn=""
            this.max_amt=""
            this.max_cur=""
            this.nom1_amt=""
            this.nom1_cur=""
            this.pts4_adrcn=""
            this.pts4_extkey=""
            this.pts4_namcn=""
            this.pts5_adrcn=""
            this.pts5_extkey=""
            this.pts5_namcn=""
            this.pts6_adrcn=""
            this.pts6_extkey=""
            this.pts6_namcn=""
            this.setmod_docamt=""
            this.setmod_doccur=""
            this.setmod_feemac=""
            this.glemod_glelst=[]
            this.fegmod_feslst=[]
            this.glgmod_glslst=[]
            this.setmod_setmac=""
            this.spt_inr=""
            this.trndoc_cortyp=""
            this.trndoc_doccod=""
            this.docmod_doclst=[]
            this.trndoc_docpth=""
    }

} 


export default Detreg