Incp.vue 20.7 KB
Newer Older
taojinrui committed
1 2
<template>
  <div class="eibs-tab">
taojinrui committed
3 4
        
        <c-col :span="11">
taojinrui committed
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
           <c-col :span="24">
        <el-form-item label="业务主键" prop="cnybop.cnyinc.spk">
            <c-input  v-model="model.cnybop.cnyinc.spk" maxlength="20"  placeholder="请输入业务主键" disabled></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="银行机构名称" prop="cnybop.sbankname">
            <c-input  v-model="model.cnybop.sbankname" maxlength="80"  placeholder="请输入银行机构名称" disabled></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="收款人账号" prop="cnybop.cnyinc.spayeeacct">
            <c-input  v-model="model.cnybop.cnyinc.spayeeacct" maxlength="32"  placeholder="请输入收款人账号"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="收款人名称" prop="cnybop.spayeename">
            <c-input  v-model="model.cnybop.spayeename" maxlength="80"  placeholder="请输入收款人名称"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
             <c-col :span="21">
                <el-form-item label="付款人常驻国家/地区代码" prop="cnybop.cnyinc.spayercountrycode">
                    <c-input
                      v-model="model.cnybop.cnyinc.spayercountrycode"
                      maxlength="3"
                      placeholder="请输入付款人常驻国家/地区代码"
                      style="width:100%"
                      @keyup.enter.native="showGridPromptDialog('cnybop.cnyinc.spayercountrycode', null, null,{COD: 'cnybop.cnyinc.spayercountrycode'}, {COD: true},'doxpDialog')"
                    ></c-input>
                </el-form-item>
             </c-col>
           <c-col :span="3">
            <c-button
            size="small"
            type="primary"
            icon="el-icon-search"
            @click="showGridPromptDialog('cnybop.inccty.selbut1', null, null,{COD: 'cnybop.cnyinc.spayercountrycode'}, {COD: true},'doxpDialog')"> </c-button>
            </c-col>
      </c-col>
      <c-col :span="24">
        <el-form-item label="结算方式" prop="cnybop.cnyinc.sbalancemode">
            <c-select v-model="model.cnybop.cnyinc.sbalancemode" style="width:100%" placeholder="请选择结算方式">
                      <el-option
              v-for="item in codes.sbalancemode"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="清算(结算)帐户类型" prop="cnybop.cnyinc.cpayeraccttyp">
            <c-select v-model="model.cnybop.cnyinc.cpayeraccttyp" style="width:100%" placeholder="请选择清算(结算)帐户类型">
                         <el-option
              v-for="item in codes.cpayeraccttyp"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="清算(结算)账户账号" prop="cnybop.cnyinc.spayeracct">
            <c-input  v-model="model.cnybop.cnyinc.spayeracct" maxlength="32"  placeholder="请输入清算(结算)账户账号"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="收款日期" prop="cnybop.cnyinc.dpayeedate">
            <c-date-picker type="date"  v-model="model.cnybop.cnyinc.dpayeedate" style="width:100%"  placeholder="请选择收款日期"></c-date-picker>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="收款币种" prop="cnybop.cnyinc.spayeecny">
            <c-select v-model="model.cnybop.cnyinc.spayeecny" style="width:100%" placeholder="请选择收款币种">
             <el-option
              v-for="item in codes.currencycode"
              :key="item.value"
              :label="item.value + ' '+item.label"
              :value="item.value"
            ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="原币金额" prop="cnybop.cnyinc.ftotalamt">
            <c-input  v-model="model.cnybop.cnyinc.ftotalamt"  placeholder="请输入原币金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="货物贸易收款金额" prop="cnybop.cnyinc.fpayeeamt">
            <c-input  v-model="model.cnybop.cnyinc.fpayeeamt"  placeholder="请输入货物贸易收款金额"></c-input>
        </el-form-item>
       </c-col>
         <c-col :span="24">
        <el-form-item label="已报关收款金额" prop="cnybop.cnyinc.fcustomsamt">
            <c-input  v-model="model.cnybop.cnyinc.fcustomsamt"  placeholder="请输入已报关收款金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="已备案收款金额" prop="cnybop.cnyinc.frecordamt">
            <c-input  v-model="model.cnybop.cnyinc.frecordamt"  placeholder="请输入已备案收款金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="交易附言" prop="cnybop.saddword">
            <c-input  v-model="model.cnybop.saddword" maxlength="80"  placeholder="请输入交易附言"></c-input>
        </el-form-item>
       </c-col>
      </c-col>



      <c-col :span="11" :offset="1">
          <c-col :span="24">
        <el-form-item label="银行业务编号" prop="cnybop.cnyinc.sbanktrano">
            <c-input  v-model="model.cnybop.cnyinc.sbanktrano" maxlength="22"  placeholder="请输入银行业务编号" disabled></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="银行机构代码" prop="cnybop.cnyinc.sbankorgcode">
            <c-input  v-model="model.cnybop.cnyinc.sbankorgcode" maxlength="12"  placeholder="请输入银行机构代码" disabled></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="收款人机构代码" prop="cnybop.cnyinc.spayeeorgcode">
            <c-input  v-model="model.cnybop.cnyinc.spayeeorgcode" maxlength="18"  placeholder="请输入收款人机构代码"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="收款人属性" prop="cnybop.cnyinc.cpayeeattr">
            <c-select v-model="model.cnybop.cnyinc.cpayeeattr" style="width:100%" placeholder="请选择收款人属性">
                 <el-option
              v-for="item in codes.cpayeeattr"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            ></el-option>
              </c-select>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="付款人名称" prop="cnybop.spayername">
            <c-input  v-model="model.cnybop.spayername" maxlength="80"  placeholder="请输入付款人名称"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="付款行SWIFT BIC" prop="cnybop.cnyinc.sswiftbic">
            <c-input  v-model="model.cnybop.cnyinc.sswiftbic" maxlength="11"  placeholder="请输入付款行SWIFT BIC"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="中间转汇行" prop="cnybop.cnyinc.smidtransbank">
            <c-input  v-model="model.cnybop.cnyinc.smidtransbank" maxlength="11"  placeholder="请输入中间转汇行"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="预收款比例" prop="cnybop.incscale">
            <c-input  v-model="model.cnybop.incscale" maxlength="4"  placeholder="请输入INCSCALE"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="预收款金额" prop="cnybop.cnyinc.fprepayeeamt">
            <c-input  v-model="model.cnybop.cnyinc.fprepayeeamt"  placeholder="请输入预收款金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="结账期" prop="cnybop.cnyinc.iaccountperiod">
            <c-input  v-model="model.cnybop.cnyinc.iaccountperiod"  placeholder="请输入结账期"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="原申报号码" prop="cnybop.cnyinc.sorilevyno">
            <c-input  v-model="model.cnybop.cnyinc.sorilevyno" maxlength="24"  placeholder="请输入原申报号码"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="无货物报关进出境物流货物金额" prop="cnybop.cnyinc.fonshoreamt">
            <c-input  v-model="model.cnybop.cnyinc.fonshoreamt"  placeholder="请输入无货物报关进出境物流货物金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="无货物报关离岸转手买卖金额" prop="cnybop.cnyinc.foffshoreamt">
            <c-input  v-model="model.cnybop.cnyinc.foffshoreamt"  placeholder="请输入无货物报关离岸转手买卖金额"></c-input>
        </el-form-item>
       </c-col>
        <c-col :span="24">
        <el-form-item label="无货物报关其他金额" prop="cnybop.cnyinc.fnogoodsamt">
            <c-input  v-model="model.cnybop.cnyinc.fnogoodsamt"  placeholder="请输入无货物报关其他金额"></c-input>
        </el-form-item>
       </c-col>
      </c-col>
taojinrui committed
199 200
        <!-- ================原码====================== -->
        <!-- S0000005 : 业务主键          
taojinrui committed
201 202 203 204 205
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000005')" prop="cnybop.cnyinc.spk">
            <c-input  v-model="model.cnybop.cnyinc.spk" maxlength="20"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000005')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
206
                 S0000027 : 银行业务编号
taojinrui committed
207 208 209 210 211 212 213 214 215 216 217 218
                  
       <c-col :span="12">
        <c-form-item label="银行业务编号" prop="cnybop.cnyinc.sbanktrano">
            <c-input  v-model="model.cnybop.cnyinc.sbanktrano" maxlength="22"  :placeholder="$t('other.please_enter')+'银行业务编号'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000185')" prop="cnybop.sbankname">
            <c-input  v-model="model.cnybop.sbankname" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000185')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
219 220
                 S0000185 : 银行机构名称
                 S0000011 : 银行机构代码
taojinrui committed
221 222 223 224 225 226
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000011')" prop="cnybop.cnyinc.sbankorgcode">
            <c-input  v-model="model.cnybop.cnyinc.sbankorgcode" maxlength="12"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000011')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
227 228
                 S0000183 : 收款人机构代码
                 S0000197 : 收款人账号
taojinrui committed
229 230 231 232 233 234 235 236 237 238 239 240
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000197')" prop="cnybop.cnyinc.spayeeacct">
            <c-input  v-model="model.cnybop.cnyinc.spayeeacct" maxlength="32"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000197')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000183')" prop="cnybop.cnyinc.spayeeorgcode">
            <c-input  v-model="model.cnybop.cnyinc.spayeeorgcode" maxlength="18"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000183')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
241 242
                 S0000184 : 或身份证件号码
                 S0000013 : 收款人名称
taojinrui committed
243 244 245 246 247 248
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000013')" prop="cnybop.spayeename">
            <c-input  v-model="model.cnybop.spayeename" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000013')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
249
                 S0000012 : 收款人属性
taojinrui committed
250 251 252 253 254 255 256
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000012')" prop="cnybop.cnyinc.cpayeeattr">
            <c-select v-model="model.cnybop.cnyinc.cpayeeattr" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000012')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
257
                 S0000017 : 付款人常驻国家地区代码
taojinrui committed
258 259 260 261 262 263 264 265 266 267 268 269
                  
       <c-col :span="12">
        <c-form-item label="付款人常驻国家(地区)代码" prop="cnybop.cnyinc.spayercountrycode">
            <c-input  v-model="model.cnybop.cnyinc.spayercountrycode" maxlength="3"  :placeholder="$t('other.please_enter')+'付款人常驻国家(地区)代码'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onIncctySelbut1">
             {{$t('codcny.C0000005')}}
        </c-button>
       </c-col>
taojinrui committed
270
                 S0000016 : 付款人名称
taojinrui committed
271 272 273 274 275 276
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000016')" prop="cnybop.spayername">
            <c-input  v-model="model.cnybop.spayername" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000016')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
277
                 S0000023 : 结算方式
taojinrui committed
278 279 280 281 282 283 284
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000023')" prop="cnybop.cnyinc.sbalancemode">
            <c-select v-model="model.cnybop.cnyinc.sbalancemode" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000023')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
285
                 S0000019 : 付款行SWIFT BIC
taojinrui committed
286 287 288 289 290 291
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000019')" prop="cnybop.cnyinc.sswiftbic">
            <c-input  v-model="model.cnybop.cnyinc.sswiftbic" maxlength="11"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000019')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
292
                 S0000018 : 清算(结算)帐户类型
taojinrui committed
293 294 295 296 297 298 299
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000018')" prop="cnybop.cnyinc.cpayeraccttyp">
            <c-select v-model="model.cnybop.cnyinc.cpayeraccttyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000018')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
300
                 S0000021 : 中间转汇行
taojinrui committed
301 302 303 304 305 306
                  
       <c-col :span="12">
        <c-form-item label="中�'转汇行" prop="cnybop.cnyinc.smidtransbank">
            <c-input  v-model="model.cnybop.cnyinc.smidtransbank" maxlength="11"  :placeholder="$t('other.please_enter')+'中�转汇行'"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
307
                 S0000020 : 清算(结算)账户账号
taojinrui committed
308 309 310 311 312 313
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000020')" prop="cnybop.cnyinc.spayeracct">
            <c-input  v-model="model.cnybop.cnyinc.spayeracct" maxlength="32"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000020')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
314
                 S0000032 : 预收款比例
taojinrui committed
315 316 317 318 319 320
                  
       <c-col :span="12">
        <c-form-item label="INCSCALE" prop="cnybop.incscale">
            <c-input  v-model="model.cnybop.incscale" maxlength="4"  :placeholder="$t('other.please_enter')+'INCSCALE'"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
321
                 S0000022 : 收款日期
taojinrui committed
322 323 324 325 326 327
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000022')" prop="cnybop.cnyinc.dpayeedate">
            <c-date-picker type="date"  v-model="model.cnybop.cnyinc.dpayeedate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000022')"></c-date-picker>
        </el-form-item>
       </c-col>
taojinrui committed
328
                 S0000031 : 预收款金额
taojinrui committed
329 330 331 332 333 334
                  
       <c-col :span="12">
        <c-form-item label="预收款金额" prop="cnybop.cnyinc.fprepayeeamt">
            <c-input  v-model="model.cnybop.cnyinc.fprepayeeamt"  :placeholder="$t('other.please_enter')+'预收款金额'"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
335
                 S0000024 : 收款币种
taojinrui committed
336 337 338 339 340 341 342
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnybop.S0000024')" prop="cnybop.cnyinc.spayeecny">
            <c-select v-model="model.cnybop.cnyinc.spayeecny" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnybop.S0000024')">
              </c-select>
        </el-form-item>
       </c-col>
taojinrui committed
343
                 S0000033 : 结帐期
taojinrui committed
344 345 346 347 348 349
                  
       <c-col :span="12">
        <c-form-item label="结�'�期" prop="cnybop.cnyinc.iaccountperiod">
            <c-input  v-model="model.cnybop.cnyinc.iaccountperiod"  :placeholder="$t('other.please_enter')+'结��期'"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
350
                 S0000198 : 原币金额
taojinrui committed
351 352 353 354 355 356
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000198')" prop="cnybop.cnyinc.ftotalamt">
            <c-input  v-model="model.cnybop.cnyinc.ftotalamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000198')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
357
                 S0000026 : 原申报号码
taojinrui committed
358 359 360 361 362 363
                  
       <c-col :span="12">
        <c-form-item label="原申报号码" prop="cnybop.cnyinc.sorilevyno">
            <c-input  v-model="model.cnybop.cnyinc.sorilevyno" maxlength="24"  :placeholder="$t('other.please_enter')+'原申报号码'"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
364
                 S0000028 : 货物贸易收款金额
taojinrui committed
365 366 367 368 369 370
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000028')" prop="cnybop.cnyinc.fpayeeamt">
            <c-input  v-model="model.cnybop.cnyinc.fpayeeamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000028')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
371
                 S0000034 : 无货物报关进出境物流货物金额
taojinrui committed
372 373 374 375 376 377
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000034')" prop="cnybop.cnyinc.fonshoreamt">
            <c-input  v-model="model.cnybop.cnyinc.fonshoreamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000034')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
378
                 S0000029 : 已报关收款金额
taojinrui committed
379 380 381 382 383 384
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000029')" prop="cnybop.cnyinc.fcustomsamt">
            <c-input  v-model="model.cnybop.cnyinc.fcustomsamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000029')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
385
                 S0000035 : 无货物报关离岸转手买卖金额
taojinrui committed
386 387 388 389 390 391
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000035')" prop="cnybop.cnyinc.foffshoreamt">
            <c-input  v-model="model.cnybop.cnyinc.foffshoreamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000035')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
392
                 S0000030 : 已备案收款金额
taojinrui committed
393 394 395 396 397 398
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000030')" prop="cnybop.cnyinc.frecordamt">
            <c-input  v-model="model.cnybop.cnyinc.frecordamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000030')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
399
                 S0000036 : 无货物报关其他金额
taojinrui committed
400 401 402 403 404 405
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000036')" prop="cnybop.cnyinc.fnogoodsamt">
            <c-input  v-model="model.cnybop.cnyinc.fnogoodsamt"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000036')"></c-input>
        </c-form-item>
       </c-col>
taojinrui committed
406
                 S0000041 : 交易附言
taojinrui committed
407 408 409 410 411
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnybop.S0000041')" prop="cnybop.saddword">
            <c-input  v-model="model.cnybop.saddword" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnybop.S0000041')"></c-input>
        </c-form-item>
taojinrui committed
412
       </c-col> -->
taojinrui committed
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Cptrep/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>