Mt754p.vue 5.68 KB
Newer Older
1
<template>
huangxin committed
2
  <div class="eibs">
huangxin committed
3 4
<!-- ============左边================= -->
<c-col :span="12" style="padding-right: 20px;">
5 6 7
      <!--加此交易的Mt750p页面的 单据金额 -->
      <!--Document Amount 单据金额 -->
      <c-col :span="12">
jianglong committed
8
        <el-form-item label="单据金额" prop="bedgrp.cbs.max.cur">
9 10
          <c-select
            v-model="model.bedgrp.cbs.max.cur"
huangxin committed
11
            style="width: 100%"
wangna committed
12
            placeholder="请选择币种"
13 14 15
            :code="codes.curtxt1"
            disabled
          ></c-select>
16
        </el-form-item>
17 18
      </c-col>
      <c-col :span="12">
huangxin committed
19
        <el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt">
20 21 22 23 24
          <c-input
            v-model="model.bedgrp.cbs.max.amt"
            placeholder="请输入单据金额"
            class="m-input-currency"
          ></c-input>
25
        </el-form-item>
26 27 28 29 30
      </c-col>

      <!-- 加此交易的Mt750p页面的Drawn.Add.Amount -->
      <!-- 附加金额 -->
      <c-col :span="12">
jianglong committed
31
        <el-form-item label="提取附加金额" prop="bedgrp.cbs.opn2.cur">
32 33 34
          <c-select
            v-model="model.bedgrp.cbs.opn2.cur"
            style="width: 100%"
wangna committed
35
            placeholder="请选择币种"
36 37 38 39
            disabled
            :code="codes.curtxt1"
          >
          </c-select>
40
        </el-form-item>
41 42 43
      </c-col>
      <!-- 附加金额 -->
      <c-col :span="12">
huangxin committed
44
        <el-form-item label="" label-width="5px" prop="bedgrp.cbs.max2.amt">
45 46 47 48 49 50
          <c-input
            v-model="model.bedgrp.cbs.max2.amt"
            placeholder="请输入附加金额"
            class="m-input-currency"
            disabled
          ></c-input>
51
        </el-form-item>
52 53 54
      </c-col>

      <c-col :span="24">
jianglong committed
55
        <el-form-item label="费用扣除" prop="bedgrp.blk.chaded">
56 57 58 59 60
          <c-input
            type="textarea"
            v-model="model.bedgrp.blk.chaded"
            maxlength="210"
            show-word-limit
wangna committed
61
            placeholder="请输入费用扣除"
62 63
            :rows="4"
          ></c-input>
64
        </el-form-item>
65 66 67
      </c-col>

      <c-col :span="24">
jianglong committed
68
        <el-form-item label="费用添加" prop="bedgrp.blk.chaadd">
69 70 71 72 73 74
          <c-input
            type="textarea"
            v-model="model.bedgrp.blk.chaadd"
            maxlength="210"
            show-word-limit
            :rows="4"
wangna committed
75
            placeholder="请输入费用添加"
76
          ></c-input>
77
        </el-form-item>
78 79
      </c-col>

jianglong committed
80 81
      <!--加此交易的Mt750p页面的 索赔总额 -->
      <!-- 索赔总额 -->
82 83
      <c-col :span="24">
        <c-col :span="12">
jianglong committed
84
          <el-form-item label="索赔总额" prop="bedgrp.rec.totcur">
85 86
            <c-select
              v-model="model.bedgrp.rec.totcur"
huangxin committed
87
              style="width: 100%"
jianglong committed
88
              placeholder="请输入索赔总额"
89 90 91 92
              :code="codes.curtxt1"
              disabled
            ></c-select>
          </el-form-item>
93
        </c-col>
94 95
        <!-- Total Amount to be Paid -->
        <c-col :span="12">
huangxin committed
96
          <el-form-item label="" label-width="5px" prop="bedgrp.rec.totamt">
97 98
            <c-input
              v-model="model.bedgrp.rec.totamt"
wangna committed
99
              placeholder="请输入"
100 101
            ></c-input>
          </el-form-item>
102
        </c-col>
103 104 105 106 107 108 109
      </c-col>

      <!-- 偿付银行Reimbursement Bank -->
      <c-col :span="24">
        <c-ptap1
          :model="model"
          :argadr="{
jianglong committed
110
            title: '偿付银行',
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
            grp: 'bedgrp',
            rol: 'rmb',
          }"
          @onSeainf="onSeainf"
          @onAplpDet="onRmbpDet"
        >
        </c-ptap1>
      </c-col>

      <!-- 加Mt750p页面的Amount with Bank -->
      <!-- Account with Bank -->
      <c-col :span="24">
        <c-ptap1
          :model="model"
          :argadr="{
jianglong committed
126
            title: '账户银行',
127 128 129 130 131 132 133 134 135 136 137
            grp: 'bedgrp',
            rol: 'acb',
          }"
          @onSeainf="onSeainf"
          @onAplpDet="onAcbpDet"
        >
        </c-ptap1>
      </c-col>

      <!-- 加date to paied -->
    <c-col :span="24">
jianglong committed
138
      <el-form-item label="支付日期" prop="bedgrp.rec.totdat">
139 140 141 142
        <c-date-picker
          type="date"
          v-model="model.bedgrp.rec.totdat"
          style="width: 100%"
jianglong committed
143
          placeholder="请选择日期"
144 145 146 147 148 149
          value-format="yyyy-MM-dd"
        ></c-date-picker>
      </el-form-item>
    </c-col>
    </c-col>

huangxin committed
150 151
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
152 153
      <c-col :span="24">
      <el-form-item
jianglong committed
154
        label="叙述内容(77A)"
155 156 157 158 159 160 161 162
        prop="bedgrp.blk.nartxt77a"
      >
        <c-input
          type="textarea"
          v-model="model.bedgrp.blk.nartxt77a"
          maxlength="700"
          show-word-limit
          :rows="16"
jianglong committed
163
          placeholder="请输入内容"
164 165 166 167 168 169 170 171
        ></c-input>
      </el-form-item>
    </c-col>

      <c-col :span="24">
        <c-ptap1
          :model="model"
          :argadr="{
jianglong committed
172
            title: '受益人银行',
173 174 175 176 177 178 179 180 181 182 183
            grp: 'ledgrp',
            rol: 'beb',
          }"
          :isAdrblk="false"
          @onSeainf="onSeainf"
          @onAplpDet="onBebpDet"
        >
        </c-ptap1>
      </c-col>
    
    </c-col>
jianglong committed
184
    
185 186 187
  </div>
</template>
<script>
188 189 190 191 192
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Letdav/Event'
import Ptap1 from "~/views/Public/Ptap1";
193 194

export default {
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
  components: {
    "c-ptap1": Ptap1,
    // "c-ptap": Ptap,
    // "c-ptsmsg": Ptsmsg,
  },
  inject: ['root'],
  props: ['model', 'codes'],
  mixins: [commonProcess],
  data() {
    return {}
  },
  methods: {
    ...Event,
    onSeainf(){}, 
  },
  created: function () {},
211 212
}
</script>
213
<style></style>