Dftcrep.vue 19.9 KB
Newer Older
zhujiazhan committed
1
<template>
jianglong committed
2
  <div class="eibs">
zhujiazhan committed
3 4
        <c-row>
             <c-col :span="24">
Wuyuqiu committed
5
                   <c-col :span="12" style="padding-right: 20px;">
zhujiazhan committed
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
                            <c-col :span="24">
                                <el-form-item label="Parent Reference" prop="dftcre.dfdgrp.rec.pntref">
                                    <c-input  v-model="model.dftcre.dfdgrp.rec.pntref" maxlength="16"  placeholder="请输入Parent Reference"></c-input>
                                </el-form-item>
                               </c-col>

                              <c-col :span="24">
                                  <c-col :span="21">
                                   <el-form-item label="代付业务编号:" prop="dftcre.dfdgrp.rec.ownref">
                                       <c-input  v-model="model.dftcre.dfdgrp.rec.ownref" maxlength="16"  placeholder="请输入代付业务编号:"></c-input>
                                   </el-form-item>
                                  </c-col>
                                    <c-col :span="3">
                                      <c-button size="small" type="primary"  @click="onDftpButgetref">
                                          Get
                                      </c-button>
                                     </c-col>
                             </c-col>
                             <c-col :span="24">
                                <c-col :span="13">
                                     <el-form-item label="单据金额:" prop="dftcre.oricur">
                                         <c-select v-model="model.dftcre.oricur" style="width:100%" placeholder="请选择单据金额:" :code="codes.cur">
                                           </c-select>
                                     </el-form-item>
                                    </c-col>
                                    <c-col :span="11">
                                     <el-form-item label="" prop="dftcre.oriamt" label-width="5px">
                                         <c-input  v-model="model.dftcre.oriamt"  placeholder="请输入单据金额:"></c-input>
                                     </el-form-item>
                                    </c-col>
                            </c-col>
                           <c-col :span="24">
                               <c-col :span="13">
                                <el-form-item label="代付金额:" prop="dftcre.dfdgrp.cbs.max.cur">
                                    <c-select v-model="model.dftcre.dfdgrp.cbs.max.cur" style="width:100%" placeholder="请选择代付金额:" :code="codes.cur">
                                      </c-select>
                                </el-form-item>
                               </c-col>
                               <c-col :span="11">
                                <el-form-item label="" prop="dftcre.dfdgrp.cbs.max.amt" label-width="5px">
                                    <c-input  v-model="model.dftcre.dfdgrp.cbs.max.amt"  placeholder="请输入代付金额:"></c-input>
                                </el-form-item>
                               </c-col>
                           </c-col>

                         <c-col :span="24">
                            <c-col :span="13">
                                <el-form-item label="代付余额:" prop="dftcre.dfdgrp.cbs.opn1.cur">
                                    <c-select v-model="model.dftcre.dfdgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择代付余额:" :code="codes.cur">
                                      </c-select>
                                </el-form-item>
                               </c-col>
                               <c-col :span="11">
                                <el-form-item label="" prop="dftcre.dfdgrp.cbs.opn1.amt" label-width="5px">
                                    <c-input  v-model="model.dftcre.dfdgrp.cbs.opn1.amt"  placeholder="请输入代付余额:"></c-input>
                                </el-form-item>
                               </c-col>
                           </c-col>
                           <c-col :span="24">
                                <el-form-item label="代付类型:" prop="dftcre.dfdgrp.rec.fintyp">
                                    <c-select v-model="model.dftcre.dfdgrp.rec.fintyp" style="width:100%" placeholder="请选择代付类型:" :code="codes.fintyp">
                                      </c-select>
                                </el-form-item>
                           </c-col>
                           <c-col :span="24">
                               <c-col :span="12">
                                    <el-form-item label="境内境外代付:" prop="dftcre.dfdgrp.rec.dfuflg">
                                        <c-select v-model="model.dftcre.dfdgrp.rec.dfuflg" style="width:100%" placeholder="请选择境内境外代付:" :code="codes.dfuflg">
                                          </c-select>
                                    </el-form-item>
                               </c-col>
                               <c-col :span="12">
                                   <el-form-item label="发票类型" prop="dftcre.dfdgrp.rec.invtyp">
                                       <c-select v-model="model.dftcre.dfdgrp.rec.invtyp" style="width:100%" placeholder="请选择发票类型" :code="codes.invtyp">
                                         </c-select>
                                   </el-form-item>
                                </c-col>
                          </c-col>
                           <c-col :span="24">
                            <el-form-item label="交易类型:" prop="dftcre.dfdgrp.rec.trntyp">
                                <c-select v-model="model.dftcre.dfdgrp.rec.trntyp" style="width:100%" placeholder="请选择交易类型:" :code="codes.trntyp">
                                  </c-select>
                            </el-form-item>
                           </c-col>

                       <c-col :span="24">
                        <el-form-item label="代付起始日:" prop="dftcre.dfdgrp.rec.stttendat">
                            <c-date-picker type="date"  v-model="model.dftcre.dfdgrp.rec.stttendat" style="width:100%"  placeholder="请选择代付起始日:"></c-date-picker>
                        </el-form-item>
                       </c-col>

                       <c-col :span="24">
                        <el-form-item label="代付到期日:" prop="dftcre.dfdgrp.rec.matdat">
                            <c-date-picker type="date"  v-model="model.dftcre.dfdgrp.rec.matdat" style="width:100%"  placeholder="请选择代付到期日:"></c-date-picker>
                        </el-form-item>
                       </c-col>

                       <c-col :span="24">
                        <el-form-item label="代付期限:" prop="dftcre.dfdgrp.rec.tenday">
                            <c-input  v-model="model.dftcre.dfdgrp.rec.tenday"  placeholder="请输入代付期限:"></c-input>
                        </el-form-item>
                       </c-col>
                       <c-col :span="24">
                        <el-form-item label="计息周期:" prop="dftcre.dfdgrp.rec.intprd">
                            <c-select v-model="model.dftcre.dfdgrp.rec.intprd" style="width:100%" placeholder="请选择计息周期:" :code="codes.intprd">
                              </c-select>
                        </el-form-item>
                       </c-col>
                       <c-col :span="24">
                        <el-form-item label="代付利率:" prop="dftcre.dfdgrp.rec.actrat">
                            <c-input  v-model="model.dftcre.dfdgrp.rec.actrat"  placeholder="请输入代付利率:"></c-input>
                        </el-form-item>
                       </c-col>

                       <c-col :span="24">
                           <c-col :span="12">
                            <el-form-item label="利率浮动方式:" prop="dftcre.dfdgrp.rec.flttyp">
                                <c-select v-model="model.dftcre.dfdgrp.rec.flttyp" style="width:100%" placeholder="请选择利率浮动方式:" :code="codes.flttyp">
                                  </c-select>
                            </el-form-item>
                           </c-col>
                          <c-col :span="12">
                           <el-form-item label="浮动值" prop="dftcre.dfdgrp.rec.fltval">
                               <c-input  v-model="model.dftcre.dfdgrp.rec.fltval"  placeholder="请输入浮动值"></c-input>
                           </el-form-item>
                          </c-col>
                       </c-col>

                       <c-col :span="24">
                        <el-form-item label="货押标识:" prop="dftcre.dfdgrp.rec.guaflg">
                            <c-select v-model="model.dftcre.dfdgrp.rec.guaflg" style="width:100%" placeholder="请选择货押标识:" :code="codes.guaflg">
                              </c-select>
                        </el-form-item>
                       </c-col>

                       <c-col :span="24">
                           <c-col :span="13">
                            <el-form-item label="代付金额:" prop="dftcre.dfucur">
                                <c-select v-model="model.dftcre.dfucur" style="width:100%" placeholder="请选择代付金额:" :code="codes.cur">
                                  </c-select>
                            </el-form-item>
                           </c-col>
                           <c-col :span="11">
                            <el-form-item label="" prop="dftcre.dfuamt" label-width="5px">
                                <c-input  v-model="model.dftcre.dfuamt"  placeholder="请输入代付金额:"></c-input>
                            </el-form-item>
                           </c-col>
                       </c-col>

                       <c-col :span="24">
                            <c-col :span="13">
                            <el-form-item label="代付利息:" prop="dftcre.dfdgrp.rec.rescur">
                                <c-select v-model="model.dftcre.dfdgrp.rec.rescur" style="width:100%" placeholder="请选择代付利息:" :code="codes.cur">
                                  </c-select>
                            </el-form-item>
                           </c-col>
                           <c-col :span="11">
                            <el-form-item label="" prop="dftcre.dfdgrp.rec.resamt" label-width="5px">
                                <c-input  v-model="model.dftcre.dfdgrp.rec.resamt"  placeholder="请输入代付利息"></c-input>
                            </el-form-item>
                           </c-col>
                       </c-col>

                    </c-col>
Wuyuqiu committed
170
                    <c-col :span="12" style="padding-left: 20px;">
zhujiazhan committed
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
                           <c-col :span="24">
                            <el-form-item label="Parent Contract Name" prop="dftcre.dfdgrp.rec.pntnam">
                                <c-input  v-model="model.dftcre.dfdgrp.rec.pntnam" maxlength="40"  placeholder="请输入Parent Contract Name"></c-input>
                            </el-form-item>
                           </c-col>
                          <c-col :span="24">
                               <el-form-item label="Name of Loan Contract" prop="dftcre.dfdgrp.rec.nam">
                                   <c-input  v-model="model.dftcre.dfdgrp.rec.nam" maxlength="40"  placeholder="请输入Name of Loan Contract"></c-input>
                               </el-form-item>
                          </c-col>
                           <c-col :span="24">
                                <el-form-item label="申请人" prop="dftcre.dfdgrp.apl.pts.ref">
                                    <c-input  v-model="model.dftcre.dfdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人Ref."></c-input>
                                </el-form-item>
                           </c-col>
                            <c-col :span="24">
                                <c-col :span="21">
188 189
                                    <el-form-item label="地址编号" prop="dftcre.dfdgrp.apl.pts.extkey">
                                        <c-input  v-model="model.dftcre.dfdgrp.apl.pts.extkey" maxlength="16"  placeholder="请输入地址编码"></c-input>
zhujiazhan committed
190 191 192 193 194 195 196 197 198
                                    </el-form-item>
                                    </c-col>
                                  <c-col :span="1">
                                   <el-form-item label="" prop="dftcre.dftp.aplp.ptsget.sdamod.seainf" v-show="false">
                                       <c-input  v-model="model.dftcre.dftp.aplp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
                                   </el-form-item>
                                  </c-col>
                                  <c-col :span="2">
                                   <c-button size="small" type="primary"  @click="onAplpDet">
199
                                       详情
zhujiazhan committed
200 201 202 203 204
                                   </c-button>
                                 </c-col>
                             </c-col>

                           <c-col :span="24">
jianglong committed
205 206
                            <el-form-item label="地址信息" prop="dftcre.dfdgrp.apl.pts.adrblk">
                                <c-input type="textarea" v-model="model.dftcre.dfdgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" :rows="5"></c-input>
zhujiazhan committed
207 208 209 210
                            </el-form-item>
                            </c-col>

                           <c-col :span="24">
211
                            <el-form-item label="中文地址" prop="dftcre.dfdgrp.apl.dbfadrblkcn" v-show="false">
zhujiazhan committed
212 213 214 215 216 217 218 219 220 221 222 223
                                <c-input type="textarea" v-model="model.dftcre.dfdgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" :rows="5"></c-input>
                            </el-form-item>
                            </c-col>

                           <c-col :span="24">
                            <el-form-item label="代付行" prop="dftcre.dfdgrp.dff.pts.ref">
                                <c-input  v-model="model.dftcre.dfdgrp.dff.pts.ref" maxlength="16"  placeholder="请输入代付行"></c-input>
                            </el-form-item>
                           </c-col>

                           <c-col :span="24">
                                   <c-col :span="21">
224 225
                                        <el-form-item label="地址编号" prop="dftcre.dfdgrp.dff.pts.extkey">
                                            <c-input  v-model="model.dftcre.dfdgrp.dff.pts.extkey" maxlength="16"  placeholder="请输入地址编码"></c-input>
zhujiazhan committed
226 227 228 229
                                        </el-form-item>
                                    </c-col>
                                   <c-col :span="3">
                                    <c-button size="small" type="primary"  @click="onDffpDet">
230
                                        详情
zhujiazhan committed
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
                                    </c-button>
                                   </c-col>
                           </c-col>

                           <c-col :span="24">
                            <el-form-item label="名称" prop="dftcre.dfdgrp.dff.namelc">
                                <c-input type="textarea" v-model="model.dftcre.dfdgrp.dff.namelc" maxlength="35" show-word-limit placeholder="请输入名称" :rows="5" ></c-input>
                            </el-form-item>
                            </c-col>

                             <c-col :span="24">
                              <el-form-item label="地址" prop="dftcre.dfdgrp.dff.adrelc" v-show="false">
                                  <c-input type="textarea" v-model="model.dftcre.dfdgrp.dff.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
                              </el-form-item>
                              </c-col>


                           <c-col :span="24">
                            <el-form-item label="代付行核心客户号" prop="dftcre.dfdgrp.rec.bankno">
                                <c-input  v-model="model.dftcre.dfdgrp.rec.bankno" maxlength="16"  placeholder="请输入代付行核心客户号"></c-input>
                            </el-form-item>
                           </c-col>

                           <c-col :span="24">
                            <el-form-item label="代付行中文名" prop="dftcre.dfdgrp.rec.bankcn">
                                <c-input  v-model="model.dftcre.dfdgrp.rec.bankcn" maxlength="40"  placeholder="请输入代付行中文名"></c-input>
                            </el-form-item>
                           </c-col>

                           <c-col :span="24">
                            <el-form-item label="同业代付内部账号" prop="dftcre.dfdgrp.rec.bnkact">
                                <c-input  v-model="model.dftcre.dfdgrp.rec.bnkact" maxlength="32"  placeholder="请输入同业代付内部账号"></c-input>
                            </el-form-item>
                           </c-col>
                    </c-col>
             </c-col>


       <c-col :span="24" v-show="false">
           <c-col :span="12">
            <el-form-item label="Drag  Drop Sender" prop="dftcre.dftp.aplp.ptsget.sdamod.dadsnd">
                <c-input  v-model="model.dftcre.dftp.aplp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
            </el-form-item>
           </c-col>

           <c-col :span="12">
            <el-form-item label="名称" prop="dftcre.dfdgrp.apl.namelc">
                <c-input type="textarea" v-model="model.dftcre.dfdgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
            </el-form-item>
            </c-col>

           <c-col :span="12">
            <el-form-item label="地址" prop="dftcre.dfdgrp.apl.adrelc">
                <c-input type="textarea" v-model="model.dftcre.dfdgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
            </el-form-item>
            </c-col>

           <c-col :span="12">
            <el-form-item label="Drag  Drop Sender" prop="dftcre.dftp.dffp.ptsget.sdamod.dadsnd">
                <c-input  v-model="model.dftcre.dftp.dffp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
            </el-form-item>
           </c-col>

           <c-col :span="12">
            <el-form-item label="" prop="dftcre.dftp.dffp.ptsget.sdamod.seainf">
                <c-input  v-model="model.dftcre.dftp.dffp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
            </el-form-item>
           </c-col>
                  


           <c-col :span="12">
jianglong committed
303 304
            <el-form-item label="地址信息" prop="dftcre.dfdgrp.dff.pts.adrblk">
                <c-input type="textarea" v-model="model.dftcre.dfdgrp.dff.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
zhujiazhan committed
305 306 307 308
            </el-form-item>
            </c-col>

           <c-col :span="12">
309
            <el-form-item label="中文地址" prop="dftcre.dfdgrp.dff.dbfadrblkcn">
zhujiazhan committed
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
                <c-input type="textarea" v-model="model.dftcre.dfdgrp.dff.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
            </el-form-item>
            </c-col>

            <c-col :span="12">
                <span  v-text="model.dftcre.dftp.pctlab"   data-path=".dftcre.dftp.pctlab" > </span>
            </c-col>
        </c-col>


                                   

                                   

                                                    

                                                    

                  

        </c-row>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtset/Event"

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

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

    }
}
</script>
<style>

</style>