Othadvtypp.vue 5.69 KB
Newer Older
zhengxiaokui committed
1 2
<template>
  <div class="eibs-tab">
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
    <!-- 此页面内容为加入Mt750p和Mt754p页面的内容 -->
    <!-- ====================================左边 ================================= -->
  <c-col :span="12">
          <!--加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>
zhengxiaokui committed
20
        </c-col>
21 22 23 24 25 26 27 28 29
        <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>
zhengxiaokui committed
30
        </c-col>
31 32 33 34 35 36 37 38 39 40 41 42 43 44
      </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>
zhengxiaokui committed
45
        </c-col>
46 47 48 49 50 51 52 53 54
        <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>
zhengxiaokui committed
55
        </c-col>
56 57 58
      </c-col>

      <c-col :span="24">
wangna committed
59
        <el-form-item label="收费" prop="bddgrp.blk.chaded">
60 61 62 63 64
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.chaded"
            maxlength="210"
            show-word-limit
wangna committed
65
            placeholder="请输入"
66 67 68 69 70 71 72 73
            disabled
            :rows="3"
          ></c-input>
        </el-form-item>
      </c-col>

            <!-- Total Amount Claimed -->
      <c-col :span="12">
wangna committed
74
        <el-form-item label="索赔总额" prop="bddgrp.rec.totcur">
75 76 77
          <c-input
            v-model="model.bddgrp.rec.totcur"
            maxlength="3"
wangna committed
78
            placeholder="请输入索赔总额"
79 80 81 82 83 84 85 86 87 88 89
            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
90
            placeholder="请输入"
91 92 93 94 95 96 97 98 99 100 101
            class="m-input-currency"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

            <!-- S0000144 : Account with Bank -->
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
102
            title: '银行账户',
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
            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>

jianglong committed
139
      <!-- 受益人银行 -->
140 141 142 143
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
144
            title: '受益人账户行',
145
            grp: 'bddgrp',
146
            rol: 'beb',
147 148 149 150 151
          }"
          :noRef="true"
          :onlySearch="true"
          :disabledExtkey="true"
          @onSeainf="onSeainf"
152
          @onAplpDet="onBebpDet"
153 154 155 156
        >
        </c-ptap>
      </c-col>
      <c-col :span="24">
157
        <c-form-item label="" prop="bddgrp.beb.namelc">
158 159
          <c-input
            type="textarea"
160
            v-model="model.bddgrp.beb.namelc"
161 162 163
            maxlength="210"
            show-word-limit
            placeholder="名称"
164
            disabled
165 166 167 168
          ></c-input>
        </c-form-item>
      </c-col>
      <c-col :span="24">
169
        <c-form-item label="" prop="bddgrp.beb.adrelc">
170 171
          <c-input
            type="textarea"
172
            v-model="model.bddgrp.beb.adrelc"
173 174 175
            maxlength="210"
            show-word-limit
            placeholder="地址"
176
            disabled
177 178 179 180
          ></c-input>
        </c-form-item>
      </c-col>
  </c-col>
zhengxiaokui committed
181 182 183
  </div>
</template>
<script>
184 185 186 187 188
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'
zhengxiaokui committed
189 190

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