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

      <!-- 加此交易的Mt750p页面的Drawn.Add.Amount -->
      <!-- 附加金额 -->
      <c-col :span="12">
        <el-form-item label="提取附加金额" prop="btdgrp.cbs.opn2.cur">
          <c-select
            v-model="model.btdgrp.cbs.opn2.cur"
            style="width: 100%"
            placeholder="请选择币种"
            disabled
            :code="codes.curtxt1"
          >
          </c-select>
        </el-form-item>
      </c-col>
      <!-- 附加金额 -->
      <c-col :span="12">
        <el-form-item label="" label-width="5px" prop="btdgrp.cbs.max2.amt">
          <c-input
            v-model="model.btdgrp.cbs.max2.amt"
            placeholder="请输入附加金额"
            class="m-input-currency"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

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

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

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

      <!-- 偿付银行Reimbursement Bank -->
106 107 108 109
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
110
            title: '偿付银行',
111 112 113 114 115 116 117 118
            grp: 'btdgrp',
            rol: 'rmt',
          }"
          @onSeainf="onSeainf"
          @onAplpDet="onBenpDet"
        >
        </c-ptap>
      </c-col>
119 120 121

      <!-- 加Mt750p页面的Amount with Bank -->
      <!-- Account with Bank -->
122 123 124 125
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
126
            title: '我行账户行',
127 128 129 130 131 132 133 134 135
            grp: 'btdgrp',
            rol: 'acb',
          }"
          @onSeainf="onSeainf"
          @onAplpDet="onBenpDet"
        >
        </c-ptap>
      </c-col>
      <c-col :span="24">
wangna committed
136
        <el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
137 138 139 140 141
          <c-input
            type="textarea"
            v-model="model.btdgrp.blk.docdis"
            maxlength="3500"
            show-word-limit
wangna committed
142
            placeholder="请输入不符点描述"
143 144
            :rows="5"
          ></c-input>
145
        </el-form-item>
146
      </c-col>
147 148 149 150 151 152 153 154 155 156 157 158 159

      <!-- 加date to paied -->
    <c-col :span="24">
      <el-form-item label="支付日期" prop="btdgrp.rec.totdat">
        <c-date-picker
          type="date"
          v-model="model.btdgrp.rec.totdat"
          style="width: 100%"
          placeholder="请选择日期"
          value-format="yyyy-MM-dd"
        ></c-date-picker>
      </el-form-item>
    </c-col>
160 161
    </c-col>

162 163
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
164
      <c-col :span="24">
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
      <el-form-item
        label="叙述内容(77A)"
        prop="btdgrp.blk.nartxt77a"
      >
        <c-input
          type="textarea"
          v-model="model.btdgrp.blk.nartxt77a"
          maxlength="700"
          show-word-limit
          :rows="16"
          placeholder="请输入内容"
        ></c-input>
      </el-form-item>
    </c-col>

      <!-- <c-col :span="24">
        <c-ptap1
          :model="model"
          :argadr="{
            title: '受益人银行',
            grp: 'ledgrp',
            rol: 'beb',
          }"
          :isAdrblk="false"
          @onSeainf="onSeainf"
          @onAplpDet="onBebpDet"
191
        >
192
        </c-ptap1>
193
      </c-col>
194
     -->
195
    </c-col>
196
    
197 198 199
  </div>
</template>
<script>
200
import Api from "~/service/Api";
wangren committed
201
import commonProcess from "~/mixin/commonProcess";
202 203
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Lttdav/Event";
204
import Ptap from "~/views/Public/Ptap"
205 206

export default {
207 208 209 210 211 212 213
  components: { "c-ptap": Ptap },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
214 215 216 217
  methods: { 
    ...Event, 
    onSeainf(){},
    },
218 219
  created: function () {},
};
220 221 222
</script>
<style>
</style>