Mt754p.vue 8.85 KB
Newer Older
zhujiazhan committed
1
<template>
jianglong committed
2
  <div class="eibs">
3 4 5 6 7 8 9 10
    <!-- ====================================  左边 ================================= -->
    <c-col :span="12" style="padding-right: 20px;">
              <!--加Mt750p页面的 单据金额 -->
          <!-- 单据金额 -->
      <c-col :span="12">
        <el-form-item label="单据金额" prop="brdgrp.cbs.max.cur">
          <c-select v-model="model.brdgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额" disabled>
          </c-select>
zhujiazhan committed
11
        </el-form-item>
12 13 14 15 16
      </c-col>

      <c-col :span="12">
        <el-form-item label="" label-width="10px" prop="brdgrp.cbs.max.amt">
          <c-input v-model="model.brdgrp.cbs.max.amt" placeholder="请输入单据金额" disabled></c-input>
zhujiazhan committed
17
        </el-form-item>
18 19 20 21 22 23 24 25 26
      </c-col>

        <!-- 加Mt750p页面的Drawn.Add.Amount -->
        <!-- 附加金额 -->
        <c-col :span="12">
          <el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur">
            <c-select v-model="model.brdgrp.cbs.opn2.cur" style="width:100%" placeholder="请选择附加金额" disabled>
            </c-select>
          </el-form-item>
zhujiazhan committed
27
        </c-col>
28 29 30 31 32

        <c-col :span="12">
          <el-form-item label="" label-width="10px" prop="brdgrp.cbs.max2.amt">
            <c-input v-model="model.brdgrp.cbs.max2.amt" placeholder="请输入附加金额" disabled></c-input>
          </el-form-item>
zhujiazhan committed
33
        </c-col>
34 35 36 37 38

        <c-col :span="24">
        <el-form-item label="已扣除费用" prop="brdgrp.blk.chaded">
          <c-input type="textarea" v-model="model.brdgrp.blk.chaded" maxlength="210" show-word-limit
            placeholder="请输入已扣除费用" disabled :rows="4"></c-input>
zhujiazhan committed
39
        </el-form-item>
40 41 42 43 44
      </c-col>

      <c-col :span="24">
        <el-form-item label="已添加费用" prop="brdgrp.blk.chaadd">
          <c-input type="textarea" v-model="model.brdgrp.blk.chaadd" maxlength="210" show-word-limit
jianglong committed
45
            placeholder="请输入费用" disabled :rows="4"></c-input>
zhujiazhan committed
46
        </el-form-item>
47 48 49 50 51 52 53
      </c-col>

      <!--加Mt750p页面的 索赔总额 -->
      <c-col :span="12">
        <el-form-item label="索赔总额" prop="brdgrp.rec.totcur">
          <c-input v-model="model.brdgrp.rec.totcur" maxlength="3" placeholder="请输入索赔总额" disabled>
          </c-input>
zhujiazhan committed
54
        </el-form-item>
55 56 57 58 59
      </c-col>

      <!-- 加Mt750p页面的Total Amount to be Paid -->
      <c-col :span="12">
        <el-form-item label="" label-width="10px" prop="brdgrp.rec.totamt">
jianglong committed
60
          <c-input v-model="model.brdgrp.rec.totamt" placeholder="请输入待支付金额总和" disabled></c-input>
zhujiazhan committed
61
        </el-form-item>
62 63 64 65
      </c-col>

       <c-col :span="24">
        <c-ptap1 :model="model" :argadr="{
jianglong committed
66
          title: '偿付银行',
67 68 69 70 71 72 73 74 75 76
          grp: 'brdgrp',
          rol: 'rmb',
        }" :disabled="true" disabled1
          @onSeainf="onSeainf"
          @onAplpDet="onRmbpDet">
        </c-ptap1>
      </c-col>
        <!-- 加Mt750p页面的Amount with Bank -->
      <c-col :span="24">
        <c-ptap1 :model="model" :argadr="{
jianglong committed
77
          title: '账户银行',
78 79 80 81 82 83 84 85 86
          grp: 'brdgrp',
          rol: 'acb',
        }" :disabled="true" disabled1
          @onSeainf="onSeainf"
          @onAplpDet="onAcbpDet">
        </c-ptap1>
      </c-col>
<!-- 加Docpre.vue页面中的date to paied -->
      <c-col :span="24">
jianglong committed
87
        <el-form-item label="付款日期" prop="brdgrp.rec.totdat">
88 89 90
          <c-date-picker type="date" v-model="model.brdgrp.rec.totdat" style="width: 100%" placeholder="请选择付款日期"
            disabled value-format="yyyy-MM-dd">
          </c-date-picker>
zhujiazhan committed
91
        </el-form-item>
92 93 94 95 96 97
      </c-col>

    </c-col>
    <!-- ====================================  右边 ================================= -->
    <c-col :span="12" style="padding-left: 20px;">
      <c-col :span="24">
jianglong committed
98
        <el-form-item label="叙述内容(77A)" prop="brdgrp.blk.nartxt77a">
99
          <c-input type="textarea" v-model="model.brdgrp.blk.nartxt77a" maxlength="700" show-word-limit
jianglong committed
100
            placeholder="请输入77A内容" disabled :rows="16"></c-input>
zhujiazhan committed
101
        </el-form-item>
102 103 104 105
      </c-col>

      <c-col :span="24">
        <c-ptap1 :model="model" :argadr="{
jianglong committed
106
          title: `受益人银行`,
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
          grp: 'brdgrp',
          rol: 'beb',
        }" :disabled="true" disabled1
          @onSeainf="onSeainf"
          @onAplpDet="onBebpDet">
        </c-ptap1>
      </c-col>
    
    </c-col>

    <!-- <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="brtp.rmbp.ptsget.sdamod.dadsnd">
        <c-input v-model="model.brtp.rmbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag  Drop Sender"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址编号" prop="brdgrp.rmb.pts.extkey">
        <c-input v-model="model.brdgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入地址编码">
        </c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="brtp.rmbp.ptsget.sdamod.seainf">
        <c-input v-model="model.brtp.rmbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onRmbpDet">
138
        详情
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 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
      </c-button>
    </c-col>

    <c-col :span="12">
      <el-form-item label="名称" prop="brdgrp.rmb.namelc">
        <c-input type="textarea" v-model="model.brdgrp.rmb.namelc" maxlength="35" show-word-limit placeholder="请输入名称">
        </c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址信息" prop="brdgrp.rmb.pts.adrblk">
        <c-input type="textarea" v-model="model.brdgrp.rmb.pts.adrblk" maxlength="35" show-word-limit
          placeholder="请输入地址信息"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="中文地址" prop="brdgrp.rmb.dbfadrblkcn">
        <c-input type="textarea" v-model="model.brdgrp.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="brdgrp.rmb.adrelc">
        <c-input type="textarea" v-model="model.brdgrp.rmb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址">
        </c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="Drag  Drop Sender" prop="brtp.bebp.ptsget.sdamod.dadsnd">
        <c-input v-model="model.brtp.bebp.ptsget.sdamod.dadsnd" placeholder="请输入Drag  Drop Sender"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址编号" prop="brdgrp.beb.pts.extkey">
        <c-input v-model="model.brdgrp.beb.pts.extkey" maxlength="16" placeholder="请输入地址编码">
        </c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="" prop="brtp.bebp.ptsget.sdamod.seainf">
        <c-input v-model="model.brtp.bebp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <c-button size="small" type="primary" @click="onBebpDet">
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 221 222
      </c-button>
    </c-col>

    <c-col :span="12">
      <el-form-item label="名称" prop="brdgrp.beb.namelc">
        <c-input type="textarea" v-model="model.brdgrp.beb.namelc" maxlength="35" show-word-limit placeholder="请输入名称">
        </c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="地址信息" prop="brdgrp.beb.pts.adrblk">
        <c-input type="textarea" v-model="model.brdgrp.beb.pts.adrblk" maxlength="35" show-word-limit
          placeholder="请输入地址信息"></c-input>
      </el-form-item>
    </c-col>

    <c-col :span="12">
      <el-form-item label="中文地址" prop="brdgrp.beb.dbfadrblkcn">
        <c-input type="textarea" v-model="model.brdgrp.beb.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="brdgrp.beb.adrelc">
        <c-input type="textarea" v-model="model.brdgrp.beb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址">
        </c-input>
      </el-form-item>
    </c-col> -->
  </div>
zhujiazhan committed
223 224 225 226 227
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
228 229
import Event from "~/model/Brtudp/Event"
import Ptap1 from "~/views/Public/Ptap1";
zhujiazhan committed
230 231


232 233 234 235 236 237 238 239 240 241 242
export default {
  components: {
    "c-ptap1": Ptap1,
    // "c-ptap": Ptap,
    // "c-ptsmsg": Ptsmsg,
  },
  inject: ['root'],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
zhujiazhan committed
243 244

    }
245 246 247 248 249 250 251 252
  },
  methods: {
    ...Event,
    onSeainf(){}, 
  },
  created: function () {

  }
zhujiazhan committed
253 254 255 256
}
</script>
<style>
</style>