Mt754p.vue 10.2 KB
Newer Older
jianglong committed
1 2
<template>
  <div class="eibs-tab">
3 4 5
      <!-- ====================左边======================= -->
      <c-col :span="11">                                          
       <c-col :span="10">
6
        <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
7
            <c-select  
8
            disabled
9
            v-model="model.bddgrp.cbs.max.cur" style="width:100%"  placeholder="请选择Document Amount" :code="codes.cur"></c-select>
10 11 12
        </el-form-item>
       </c-col>
                  
13
       <c-col :span="14">
14 15 16 17 18 19
        <el-form-item label=""  label-width="10px" prop="bddgrp.cbs.max.amt">
            <c-input  v-model="model.bddgrp.cbs.max.amt"  placeholder="请输入Balance"></c-input>
        </el-form-item>
       </c-col>

    <c-col>                        
20
       <c-col :span="10">
21 22 23 24 25
        <el-form-item label="附加金额" prop="bddgrp.cbs.opn2.cur">
            <c-select 
            disabled
            v-model="model.bddgrp.cbs.opn2.cur" style="width:100%" placeholder="请选择附加金额">
              </c-select>
jianglong committed
26 27 28
        </el-form-item>
       </c-col>
                  
29
       <c-col :span="14">
30 31 32 33 34
        <el-form-item label="" label-width="10px" prop="bddgrp.cbs.max2.amt">
            <c-input  v-model="model.bddgrp.cbs.max2.amt"  placeholder="请输入附加金额"></c-input>
        </el-form-item>
       </c-col>
    </c-col>
35 36
                               
       <c-col :span="24">
37
        <el-form-item label="Charges Deducted" prop="bddgrp.blk.chaded">
38
            <c-input type="textarea" v-model="model.bddgrp.blk.chaded" :rows="4" maxlength="35" show-word-limit placeholder="请输入Charges Deducted" ></c-input>
39 40
        </el-form-item>
        </c-col>
41 42
                              
       <c-col :span="24">
43
        <el-form-item label="Charges Added" prop="bddgrp.blk.chaadd">
44
            <c-input type="textarea" v-model="model.bddgrp.blk.chaadd" :rows="4" maxlength="35" show-word-limit placeholder="请输入Charges Added" ></c-input>
45 46
        </el-form-item>
        </c-col>
47 48
                               
       <c-col :span="10">
49
        <el-form-item label="Total Amount Claimed" prop="bddgrp.rec.totcur">
50
            <c-select  
51
            disabled
52
            v-model="model.bddgrp.rec.totcur" style="width:100%"  placeholder="请选择Total Amount Claimed" :code="codes.cur"></c-select>
jianglong committed
53 54 55
        </el-form-item>
       </c-col>
                  
56 57
       <c-col :span="14">
        <el-form-item label="" label-width="10px" prop="bddgrp.rec.totamt">
58
            <c-input  v-model="model.bddgrp.rec.totamt"  placeholder="请输入Total Amount to be Paid"></c-input>
jianglong committed
59 60
        </el-form-item>
       </c-col>
61 62

                                   
63
       <!-- <c-col :span="12">
64 65 66 67 68 69
        <el-form-item label="Reimbursing Bank" prop="bddgrp.rmb.pts.extkey">
           <c-fullbox>
            <c-input  v-model="model.bddgrp.rmb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        
        <template slot="footer">
                <c-button size="small" type="primary"  @click="onBebpDet">
jianglong committed
70 71
            Details
        </c-button>
72 73 74 75

            </template>
           </c-fullbox>
        </el-form-item>
jianglong committed
76
       </c-col>
77
                                   
78
 
79 80
    
    <c-col>              
jianglong committed
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
       <c-col :span="12">
        <el-form-item label="名称" prop="bddgrp.rmb.namelc">
            <c-input type="textarea" v-model="model.bddgrp.rmb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Address Block" prop="bddgrp.rmb.pts.adrblk">
            <c-input type="textarea" v-model="model.bddgrp.rmb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="bddgrp.rmb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.bddgrp.rmb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="bddgrp.rmb.adrelc">
            <c-input type="textarea" v-model="model.bddgrp.rmb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
    </c-col>

    <c-col>                                                
       <c-col :span="12">
        <el-form-item label="Account with Bank" prop="bddgrp.acb.pts.extkey">
            <c-fullbox>
            <c-input  v-model="model.bddgrp.acb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        
            <template slot="footer">
                <c-button size="small" type="primary"  @click="onBebpDet">
            Details
        </c-button>

            </template>
            </c-fullbox>
jianglong committed
119
        </el-form-item>
120 121
       </c-col> -->
                  
122 123 124

                  
       <!-- <c-col :span="12">
125 126
        <el-form-item label="Beneficiary's Bank" prop="bddgrp.beb.pts.extkey">
            <c-fullbox>
jianglong committed
127
            <c-input  v-model="model.bddgrp.beb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
128 129 130 131 132 133 134 135
            
            <template slot="footer">
                <c-button size="small" type="primary"  @click="onBebpDet">
            Details
        </c-button>

            </template>
            </c-fullbox>
jianglong committed
136 137 138
        </el-form-item>
       </c-col>
                  
139 140 141 142
       
    </c-col>

    <c-col>              
jianglong committed
143
       <c-col :span="12">
144 145
        <el-form-item label="名称" prop="bddgrp.acb.namelc">
            <c-input type="textarea" v-model="model.bddgrp.acb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
jianglong committed
146
        </el-form-item>
147
        </c-col>
jianglong committed
148 149 150 151 152 153 154
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="bddgrp.beb.namelc">
            <c-input type="textarea" v-model="model.bddgrp.beb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
155 156 157 158 159 160 161 162 163 164 165 166
       <c-col :span="12">
        <el-form-item label="Address Block" prop="bddgrp.acb.pts.adrblk">
            <c-input type="textarea" v-model="model.bddgrp.acb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="bddgrp.acb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.bddgrp.acb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
jianglong committed
167 168 169 170 171 172 173 174 175 176 177 178
       <c-col :span="12">
        <el-form-item label="Address Block" prop="bddgrp.beb.pts.adrblk">
            <c-input type="textarea" v-model="model.bddgrp.beb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="bddgrp.beb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.bddgrp.beb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
179 180 181 182 183 184
       <c-col :span="12">
        <el-form-item label="地址" prop="bddgrp.acb.adrelc">
            <c-input type="textarea" v-model="model.bddgrp.acb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                  
jianglong committed
185 186 187 188 189
       <c-col :span="12">
        <el-form-item label="地址" prop="bddgrp.beb.adrelc">
            <c-input type="textarea" v-model="model.bddgrp.beb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
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
    </c-col>                               -->

    <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: 'Reimbursing Bank',
              grp: 'bddgrp',
              rol: 'rmb',
            }"
            :noRef="true"
            :isAdrblk="false"
          >
          </c-ptap>
        </c-col>

         <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title: 'Account with Bank',
              grp: 'bddgrp',
              rol: 'acb',
            }"
            :noRef="true"
            :isAdrblk="false"
          >
          </c-ptap>
        </c-col>

       <c-col :span="24">
jianglong committed
221 222 223 224
        <el-form-item label="Date to be Paid" prop="bddgrp.rec.totdat">
            <c-date-picker type="date"  v-model="model.bddgrp.rec.totdat" style="width:100%"  placeholder="请选择Date to be Paid"></c-date-picker>
        </el-form-item>
       </c-col>
225 226 227 228 229 230
       </c-col>

       <!-- ========================右边======================= -->
      <c-col :span="11" :offset="1">
      <c-col :span="24">
        <el-form-item label="Narrative TAG 77A of MT754" prop="bddgrp.blk.nartxt77a">
231
            <c-input type="textarea" v-model="model.bddgrp.blk.nartxt77a" :rows="15" maxlength="700" show-word-limit placeholder="请输入Narrative TAG 77A of MT754" ></c-input>
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
        </el-form-item>
        </c-col>

         <c-col :span="24">
          <c-ptap
            :model="model"
            :argadr="{
              title:  `Beneficiary's Bank `,
              grp: 'bddgrp',
              rol: 'beb',
            }"
            :noRef="true"
            :isAdrblk="false"
          >
          </c-ptap>
        </c-col>
        </c-col>

jianglong committed
250 251 252 253 254 255
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
256
import Event from "~/model/Litdav/Event"
257
import Ptap from "~/views/Public/Ptap";
jianglong committed
258 259

export default {
260
    components: { "c-ptap": Ptap },
jianglong committed
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

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

    }
}
</script>
<style>

</style>