Mt754p.vue 8.17 KB
Newer Older
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
<template>
  <div class="eibs-tab">
    <!-- ====================================  左边 ================================= -->
    <c-col :span="11">
      <!--加Mt750p页面的 单据金额 -->
      <c-col :span="24">
        <!-- 单据金额 -->
        <c-col :span="12">
          <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
            <c-select
              v-model="model.bddgrp.cbs.max.cur"
              style="width: 100%"
              placeholder="请选择币种"
              disabled
              :code="codes.curtxt"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" label-width="10px" prop="bddgrp.cbs.max.amt">
            <c-input
              v-model="model.bddgrp.cbs.max.amt"
              placeholder="请输入单据金额"
              class="m-input-currency"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
        <!-- 附加金额 -->
        <c-col :span="12">
          <el-form-item label="附加金额" prop="bddgrp.cbs.opn2.cur">
            <c-select
              v-model="model.bddgrp.cbs.opn2.cur"
              style="width: 100%"
              placeholder="请选择币种"
              disabled
              :code="codes.curtxt"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" label-width="10px" prop="bddgrp.cbs.max2.amt">
            <c-input
              v-model="model.bddgrp.cbs.max2.amt"
              placeholder="请输入附加金额"
              class="m-input-currency"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
wangna committed
57
        <el-form-item label="扣除的费用" prop="bddgrp.blk.chaded">
58 59 60 61 62
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.chaded"
            maxlength="210"
            show-word-limit
wangna committed
63
            placeholder="请输入扣除的费用"
64 65 66 67 68 69 70
            disabled
            :rows="3"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
wangna committed
71
        <el-form-item label="已添加费用" prop="bddgrp.blk.chaadd">
72 73 74 75 76
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.chaadd"
            maxlength="210"
            show-word-limit
wangna committed
77
            placeholder="请输入已添加费用"
78 79 80 81 82 83 84 85
            disabled
            :rows="3"
          ></c-input>
        </el-form-item>
      </c-col>

      <!-- Total Amount Claimed -->
      <c-col :span="12">
wangna committed
86
        <el-form-item label="索赔总额" prop="bddgrp.rec.totcur">
87 88 89
          <c-input
            v-model="model.bddgrp.rec.totcur"
            maxlength="3"
wangna committed
90
            placeholder="请输入索赔总额"
91 92 93 94 95 96 97 98 99 100 101
            disabled
            :code="codes.curtxt"
          >
          </c-input>
        </el-form-item>
      </c-col>
      <!-- Total Amount to be Paid -->
      <c-col :span="12">
        <el-form-item label="" label-width="10px" prop="bddgrp.rec.totamt">
          <c-input
            v-model="model.bddgrp.rec.totamt"
wangna committed
102
            placeholder="请输入"
103 104 105 106 107 108
            class="m-input-currency"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

jianglong committed
109
      <!-- 偿付银行 -->
110 111 112 113
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
114
            title: '偿付行',
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
            grp: 'bddgrp',
            rol: 'rmb',
          }"
          :noRef="true"
          :onlySearch="true"
          :disabledExtkey="true"
          @onSeainf="onSeainf"
          @onAplpDet="onRmbpDet"
        >
        </c-ptap>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.rmb.namelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.rmb.namelc"
            maxlength="210"
            show-word-limit
            placeholder="名称"
134
            disabled
135 136 137 138 139 140 141 142 143 144 145
          ></c-input>
        </c-form-item>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.rmb.adrelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.rmb.adrelc"
            maxlength="210"
            show-word-limit
            placeholder="地址"
146
            disabled
147 148 149 150 151 152 153 154
          ></c-input>
        </c-form-item>
      </c-col>
      <!-- S0000144 : Account with Bank -->
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
155
            title: '银行账户',
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
            grp: 'bddgrp',
            rol: 'acb',
          }"
          :noRef="true"
          :onlySearch="true"
          :disabledExtkey="true"
          @onSeainf="onSeainf"
          @onAplpDet="onAcbpDet"
        >
        </c-ptap>
      </c-col>
            <c-col :span="24">
        <c-form-item label="" prop="bddgrp.acb.namelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.acb.namelc"
            maxlength="210"
            show-word-limit
            placeholder="请输入名称"
            disabled
          ></c-input>
        </c-form-item>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.acb.adrelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.acb.adrelc"
            maxlength="210"
            show-word-limit
            placeholder="请输入地址"
            disabled
          ></c-input>
        </c-form-item>
      </c-col>

      <!-- 加Docpre.vue页面中的date to paied -->
      <!-- S0000067 : 付款日期 -->
      <c-col :span="24">
wangna committed
195
        <el-form-item label="付款日期" prop="bddgrp.rec.totdat">
196 197 198 199 200 201 202 203 204 205 206 207 208 209
          <c-date-picker
            type="date"
            v-model="model.bddgrp.rec.totdat"
            style="width: 100%"
            placeholder="请选择付款日期"
            value-format="yyyy-MM-dd"
            disabled
          ></c-date-picker>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- ====================================  右边 ================================= -->
    <c-col :span="11" :offset="1">
jianglong committed
210
      <!-- S0000155 : Narrative (77A) -->
211 212
      <c-col :span="24">
        <c-form-item
wangna committed
213
          label="叙述(MT754的标签77A)"
214 215 216 217 218 219 220
          prop="bddgrp.blk.nartxt77a"
        >
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.nartxt77a"
            maxlength="700"
            show-word-limit
wangna committed
221
            placeholder="请输入"
222 223 224 225 226 227
            disabled
            :rows="16"
          ></c-input>
        </c-form-item>
      </c-col>

jianglong committed
228
      <!-- 受益人银行 -->
229 230 231 232
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
233
            title: '受益人账户行',
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252
            grp: 'bddgrp',
            rol: 'beb',
          }"
          :noRef="true"
          :onlySearch="true"
          :disabledExtkey="true"
          @onSeainf="onSeainf"
          @onAplpDet="onBebpDet"
        >
        </c-ptap>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.beb.namelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.beb.namelc"
            maxlength="210"
            show-word-limit
            placeholder="名称"
253
            disabled
254 255 256 257 258 259 260 261 262 263 264
          ></c-input>
        </c-form-item>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.beb.adrelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.beb.adrelc"
            maxlength="210"
            show-word-limit
            placeholder="地址"
265
            disabled
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
          ></c-input>
        </c-form-item>
      </c-col>
    </c-col>
  </div>
</template>
<script>
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Bdtudp/Event'
import Ptap from '~/views/Public/Ptap'

export default {
  components: {
    'c-ptap': Ptap,
    // "c-ptsmsg": Ptsmsg,
  },
  inject: ['root'],
  props: ['model', 'codes'],
  mixins: [commonProcess],
  data() {
    return {}
  },
  methods: {
    ...Event,
    onSeainf() {},
  },
  created: function () {},
}
</script>
<style></style>