Cips.vue 22 KB
Newer Older
fukai 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 411 412 413 414 415 416 417 418 419 420 421
<template>
  <div class="eibs-tab">
                             <!-- S0000097 : 借记记账账号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000178')" prop="trnmod.cipmod.dafnzh">
            <c-input  v-model="model.trnmod.cipmod.dafnzh" maxlength="34"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000178')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000098 : 借记记账名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000179')" prop="trnmod.cipmod.dafnmc">
            <c-input type="textarea" v-model="model.trnmod.cipmod.dafnmc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000179')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000178 : 借记记账账号 -->
                 <!-- S0000179 : 借记记账名称 -->
                 <!-- S0000092 : 端到端标识号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000173')" prop="trnmod.cipmod.dddbsh">
            <c-input  v-model="model.trnmod.cipmod.dddbsh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000173')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000227 : 费用承担方 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cipmod.S0000227')" prop="trnmod.cipmod.feecod">
            <c-select v-model="model.trnmod.cipmod.feecod" style="width:100%" :placeholder="$t('other.please_enter')+$t('cipmod.S0000227')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000173 : 端到端标识号 -->
                 <!-- S0000093 : 中介机构1行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000174')" prop="trnmod.cipmod.zjg1hh">
            <c-input  v-model="model.trnmod.cipmod.zjg1hh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000174')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000095 : 中介机构2行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000176')" prop="trnmod.cipmod.zjg2hh">
            <c-input  v-model="model.trnmod.cipmod.zjg2hh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000176')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000174 : 中介机构1行号 -->
                 <!-- S0000176 : 中介机构2行号 -->
                 <!-- S0000094 : 中介机构1名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000175')" prop="trnmod.cipmod.zjg1mc">
            <c-input type="textarea" v-model="model.trnmod.cipmod.zjg1mc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000175')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000096 : 中介机构2名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000177')" prop="trnmod.cipmod.zjg2mc">
            <c-input type="textarea" v-model="model.trnmod.cipmod.zjg2mc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000177')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000175 : 中介机构1名称 -->
                 <!-- S0000177 : 中介机构2名称 -->
                 <!-- S0000129 : 收款人开户行行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000200')" prop="trnmod.cipmod.pyebchkey">
            <c-input  v-model="model.trnmod.cipmod.pyebchkey" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000200')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000213 : 付款人开户行行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000215')" prop="trnmod.cipmod.fkrkhh">
            <c-input  v-model="model.trnmod.cipmod.fkrkhh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000215')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000200 : 收款行开户行行号 -->
                 <!-- S0000130 : 收款人开户行名称\收款非银行支付机构名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000201')" prop="trnmod.cipmod.pyebchnam">
            <c-input type="textarea" v-model="model.trnmod.cipmod.pyebchnam" maxlength="70" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000201')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000201 : 收款行开户行名称 -->
                 <!-- S0000214 : 付款人开户行名称\付款非银行支付机构名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000216')" prop="trnmod.cipmod.fukrhm">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fukrhm" maxlength="70" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000216')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000215 : 付款行开户行行号 -->
                 <!-- S0000284 : 致收款人银行附言1 -->
                 <!-- S0000101 : 收款间接参与者行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000180')" prop="trnmod.cipmod.recsehbch">
            <c-input  v-model="model.trnmod.cipmod.recsehbch" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000180')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000280 : 致收款人银行附言1 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000284')" prop="trnmod.cipmod.fuyns1">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuyns1" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000284')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000216 : 付款行开户行名称 -->
                 <!-- S0000105 : 收款间接参与者名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000182')" prop="trnmod.cipmod.recsehbchnam">
            <c-input type="textarea" v-model="model.trnmod.cipmod.recsehbchnam" maxlength="100" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000182')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000180 : 收款间接参与者行号 -->
                 <!-- S0000285 : 致收款人银行附言2 -->
                 <!-- S0000102 : 付款直接参与者行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000181')" prop="trnmod.cipmod.staonebch">
            <c-input  v-model="model.trnmod.cipmod.staonebch" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000181')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000281 : 致收款人银行附言2 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000285')" prop="trnmod.cipmod.fuyns2">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuyns2" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000285')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000182 : 收款间接参与者名称 -->
                 <!-- S0000107 : 付款直接参与者名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000183')" prop="trnmod.cipmod.staonebchnam">
            <c-input type="textarea" v-model="model.trnmod.cipmod.staonebchnam" maxlength="100" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000183')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000286 : 致收款人银行附言3 -->
                 <!-- S0000181 : 付款直接参与者行号 -->
                 <!-- S0000162 : 付款间接参与者行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000202')" prop="trnmod.cipmod.stasehbch">
            <c-input  v-model="model.trnmod.cipmod.stasehbch" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000202')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000282 : 致收款人银行附言3 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000286')" prop="trnmod.cipmod.fuyns3">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuyns3" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000286')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000183 : 付款直接参与者名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000203')" prop="trnmod.cipmod.stasehbchnam">
            <c-input  v-model="model.trnmod.cipmod.stasehbchnam" maxlength="100"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000203')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000163 : 付款间接参与者名称 -->
                 <!-- S0000202 : 付款间接参与者行号 -->
                 <!-- S0000287 : 致收款人银行附言4 -->
                 <!-- S0000112 : 收款人地址2 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000112')" prop="trnmod.cipmod.skrdz2">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz2" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000112')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000283 : 致收款人银行附言4 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000287')" prop="trnmod.cipmod.fuyns4">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuyns4" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000287')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000203 : 付款间接参与者名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000113')" prop="trnmod.cipmod.skrdz3">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz3" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000113')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000118 : 付款人地址2 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000118')" prop="trnmod.cipmod.fkrdz2">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz2" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000118')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000113 : 收款人地址3 -->
                 <!-- S0000205 : 付款行行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000205')" prop="trnmod.cipmod.fkhkhh">
            <c-input  v-model="model.trnmod.cipmod.fkhkhh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000205')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000209 : 收款行行号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000209')" prop="trnmod.cipmod.skkhhh">
            <c-input  v-model="model.trnmod.cipmod.skkhhh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000209')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000114 : 收款人地址4 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000114')" prop="trnmod.cipmod.skrdz4">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz4" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000114')" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000119')" prop="trnmod.cipmod.fkrdz3">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz3" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000119')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000119 : 付款人地址3 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000206')" prop="trnmod.cipmod.fkkhmc">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkkhmc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000206')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000210 : 收款行行名 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000210')" prop="trnmod.cipmod.skkhhm">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skkhhm" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000210')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000206 : 付款行行名 -->
                 <!-- S0000115 : 收款人地址5 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000115')" prop="trnmod.cipmod.skrdz5">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz5" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000115')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000120 : 付款人地址4 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000120')" prop="trnmod.cipmod.fkrdz4">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz4" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000120')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000208 : 付款行地址 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000208')" prop="trnmod.cipmod.fkhdzh">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkhdzh" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000208')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000212 : 收款行地址 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000212')" prop="trnmod.cipmod.skkhdz">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skkhdz" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000212')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000116 : 收款人地址6 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000116')" prop="trnmod.cipmod.skrdz6">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz6" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000116')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000121 : 付款人地址5 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000121')" prop="trnmod.cipmod.fkrdz5">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz5" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000121')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000207 : 付款行账号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000207')" prop="trnmod.cipmod.fkkhzh">
            <c-input  v-model="model.trnmod.cipmod.fkkhzh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000207')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000211 : 收款行账号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000211')" prop="trnmod.cipmod.skkhzh">
            <c-input  v-model="model.trnmod.cipmod.skkhzh" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000211')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000117 : 收款人地址7 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000117')" prop="trnmod.cipmod.skrdz7">
            <c-input type="textarea" v-model="model.trnmod.cipmod.skrdz7" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000117')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000122 : 付款人地址6 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000122')" prop="trnmod.cipmod.fkrdz6">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz6" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000122')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000184 : 附言2 -->
                 <!-- S0000185 : 附言3 -->
                 <!-- S0000109 : 附言2 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000184')" prop="trnmod.cipmod.fuynh2">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuynh2" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000184')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000123 : 付款人地址7 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000123')" prop="trnmod.cipmod.fkrdz7">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fkrdz7" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000123')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000186 : 附言4 -->
                 <!-- S0000111 : 附言4 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000186')" prop="trnmod.cipmod.fuynh4">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuynh4" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000186')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000110 : 附言3 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000185')" prop="trnmod.cipmod.fuynh3">
            <c-input type="textarea" v-model="model.trnmod.cipmod.fuynh3" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000185')" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000412')" prop="trnmod.cipmod.ddbhao">
            <c-input  v-model="model.trnmod.cipmod.ddbhao" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000412')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000522 : 订单编号 -->
                 <!-- S0000165 : 费用1 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000165')" prop="trnmod.cipmod.feiyon">
            <c-input  v-model="model.trnmod.cipmod.feiyon"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000165')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000166 : 付费行号1 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000166')" prop="trnmod.cipmod.fufeih">
            <c-input  v-model="model.trnmod.cipmod.fufeih" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000166')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000517')" prop="trnmod.cipmod.ddmisu">
            <c-input type="textarea" v-model="model.trnmod.cipmod.ddmisu" maxlength="100" show-word-limit :placeholder="$t('other.please_enter')+$t('cipmod.S0000517')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000167 : 费用2 -->
                 <!-- S0000523 : 订单描述 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000167')" prop="trnmod.cipmod.feiyn2">
            <c-input  v-model="model.trnmod.cipmod.feiyn2"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000167')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.trnmod.cipmod.covflg">{{$t('cipmod.CG000172')}}</c-checkbox>
       </c-col>
                 <!-- S0000168 : 付费行号2 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000168')" prop="trnmod.cipmod.ffeih2">
            <c-input  v-model="model.trnmod.cipmod.ffeih2" maxlength="35"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000168')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000524 : 费用1币种 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000524')" prop="trnmod.cipmod.fyo1bz">
            <c-input  v-model="model.trnmod.cipmod.fyo1bz" maxlength="3"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000524')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000525 : 费用2币种 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cipmod.S0000525')" prop="trnmod.cipmod.fyo2bz">
            <c-input  v-model="model.trnmod.cipmod.fyo2bz" maxlength="3"  :placeholder="$t('other.please_enter')+$t('cipmod.S0000525')"></c-input>
        </c-form-item>
       </c-col>
  </div>
</template>
<script>
import Event from "../event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [Event],
  data() {
    return {};
  },
  methods: {},
  created: function() {}
};
</script>
<style>

</style>