Frep.vue 5.77 KB
Newer Older
fukai committed
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
<template>
  <div class="eibs-tab">
    <c-col :span="24">
      <!-- ======================= 左边 ========================= -->
      <c-col :span="12"  style="padding-right: 20px">
        <!-- S0000089 : 业务编号 -->
        <c-col :span="24">
          <el-form-item   label="Doc.Set Reference" prop="btdgrp.rec.ownref">
            <c-fullbox>
              <c-input v-model="model.btdgrp.rec.ownref" disabled maxlength="16" ></c-input>
            </c-fullbox>
          </el-form-item>
        </c-col>
     
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item  label="Document Amount" prop="btdgrp.cbs.max.cur">
              <c-select v-model="model.btdgrp.cbs.max.cur" disabled style="width:100%" placeholder="" dbCode="curtxt">
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="6">
            <el-form-item  label-width="5px" prop="btdgrp.cbs.max.amt">
              <c-input-currency :currency="model.btdgrp.cbs.max.cur" disabled v-model="model.btdgrp.cbs.max.amt" placeholder=""></c-input-currency>
            </el-form-item>
          </c-col>
           <c-col :span="6">
            <el-form-item  label="Add.Amount" label-width="80%" prop="bttp.aamp.aammod.addamtflg">
              <c-checkbox v-model="model.bttp.aamp.aammod.addamtflg" 	class="checkbox-left"  disabled style="width:100%" placeholder="" >
              </c-checkbox>
            </el-form-item>
          </c-col>
        </c-col>
        <!-- SF000113 : Received Amount -->
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item  label="Open Amount" prop="btdgrp.cbs.opn1.cur">
              <c-select v-model="model.btdgrp.cbs.opn1.cur" disabled style="width:100%" placeholder="" dbCode="curtxt">
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="6">
            <el-form-item  label-width="5px" prop="btdgrp.cbs.opn1.amt">
              <c-input-currency :currency="model.btdgrp.cbs.opn1.cur"  disabled v-model="model.btdgrp.cbs.opn1.amt" placeholder=""></c-input-currency>
            </el-form-item>
          </c-col>
        </c-col>
        
         <c-col :span="24">
          <el-form-item  label="Document Type" prop="btdgrp.rec.doctypcod">
            <c-select v-model="model.btdgrp.rec.doctypcod" dbCode="brdtyp"  disabled  ></c-select>
          </el-form-item>
        </c-col>
          <c-col :span="13">
            <el-form-item  label="Maturity Date" prop="btdgrp.rec.matdat">
              <c-date-picker type="date" disabled v-model="model.btdgrp.rec.matdat" style="width:100%" ></c-date-picker>
            </el-form-item>
          </c-col>
        <c-col :span="24">
          <c-col :span="13">
            <el-form-item  label="Received on 2nd Ben." prop="btdgrp.rec.rcvdatbe2">
              <c-date-picker type="date" disabled v-model="model.btdgrp.rec.rcvdatbe2" style="width:100%" ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="11">
            <el-form-item  label="Received on 1st Ben." prop="btdgrp.rec.rcvdatbe1" label-width="120px">
              <c-date-picker type="date" disabled v-model="model.btdgrp.rec.rcvdatbe1" style="width:100%" ></c-date-picker>
            </el-form-item>
          </c-col>
        </c-col>
        
         <c-col :span="24">
          <el-form-item  label="Document Set Status" prop="btdgrp.rec.docsta">
            <c-select v-model="model.btdgrp.rec.docsta" dbCode="docsta"  disabled  ></c-select>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ======================= 右边 ========================= -->
      <c-col :span="12" style="padding-left: 20px">
         <c-col :span="24">
          <el-form-item   label="L/C Reference" prop="ledgrp.rec.ownref">
            <c-fullbox>
              <c-input v-model="model.ledgrp.rec.ownref" disabled maxlength="16" ></c-input>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item   label="Transfer Reference" prop="ltdgrp.rec.ownref">
            <c-fullbox>
              <c-input v-model="model.ltdgrp.rec.ownref" disabled maxlength="16" ></c-input>
            </c-fullbox>
          </el-form-item>
        </c-col>
        <c-col :span="24">
       <c-ptap15
            :model="model"
            :argadr="{
              grp: 'btdgrp',
              rol: 'be1',
            }"
            :label="{
              labelRef: '1st Beneficiary Ref.',
              labelNam: '1st Beneficiary Name',
            }"
            :disabledRef="true"
            :disabledNam="true"
						:isShowCard="false"
          >
          </c-ptap15>
        </c-col>
        <c-col :span="24">
       <c-ptap15
            :model="model"
            :argadr="{
              grp: 'btdgrp',
              rol: 'be2',
            }"
            :label="{
              labelRef: '2nd Beneficiary Ref.',
              labelNam: '2nd Beneficiary Name',
            }"
            :disabledRef="true"
            :disabledNam="true"
						:isShowCard="false"
          >
          </c-ptap15>
        </c-col>
      </c-col>
    </c-col>
  </div>
</template>
<script>
import event from "../event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [event],
  data() {
    return {
    };
  },
  methods: {},
  created() {}
};
</script>
<style scoped lang="less">
.box-card {
  margin-bottom: 10px;
  /deep/ .el-form-item--mini.el-form-item,
  .el-form-item--small.el-form-item {
    margin-bottom: 10px;
  }
  /deep/ .el-card__body {
    padding: 10px 10px 10px 0px;
  }
}
</style>