Cfactlp.vue 5.55 KB
Newer Older
严一鸣 committed
1
<template>
jianglong committed
2
  <div class="eibs">
严一鸣 committed
3
    <c-col :span="24">
Wuyuqiu committed
4
        <c-col :span="12" style="padding-right: 20px;">
严一鸣 committed
5
        <el-form-item label="外汇贷款" prop="cfatrt.cfaflg">
6
            <c-select v-model="model.cfatrt.cfaflg" style="width:100%" placeholder="请选择外汇贷款" :disabled=this.flag>
严一鸣 committed
7 8 9
              </c-select>
        </el-form-item>
        <el-form-item label="地区机构号" prop="cfatrt.ownextkey">
10
            <c-select v-model="model.cfatrt.ownextkey" style="width:100%" placeholder="请选择地区机构号" :disabled=this.flag>
严一鸣 committed
11 12 13 14
              </c-select>
        </el-form-item>
       </c-col>

Wuyuqiu committed
15
       <c-col :span="12" style="padding-left: 20px;">
严一鸣 committed
16
        <c-fullbox>
jianglong committed
17 18
           <!--c-checkbox v-model="model.cfatrt.basflg" :disabled=this.flag>签约信息</c-checkbox>
           <c-checkbox v-model="model.cfatrt.dclflg" :disabled=this.flag>变动信息</c-checkbox-->
严一鸣 committed
19
           <el-form-item label="是否外保内贷" prop="cfatrt.cdaflg">
20
            <c-select v-model="model.cfatrt.cdaflg" style="width:100%" placeholder="请选择是否外保内贷" :disabled=this.flag>
严一鸣 committed
21 22 23 24 25 26
              </c-select>
        </el-form-item>
           </c-fullbox>
       </c-col>
    </c-col>  

27
    <c-col :span="24">
潘际乾 committed
28
        <c-col :span="12" class="col-left">
29 30 31 32 33 34 35 36 37
            <el-form-item label="海外代付" prop="cfadft.cfaflg">
                <c-select v-model="model.cfadft.cfaflg" style="width:100%" placeholder="请选择海外代付" :disabled=this.flag>
                  </c-select>
            </el-form-item>
            <el-form-item label="地区机构号" prop="cfadft.ownextkey">
                <c-select v-model="model.cfadft.ownextkey" style="width:100%" placeholder="请选择地区机构号" :disabled=this.flag>
                  </c-select>
            </el-form-item>
        </c-col>
潘际乾 committed
38 39 40 41 42 43 44 45 46 47 48
        <c-col :span="12" class="col-right">
          <c-col :span="12">
            <el-form-item label="">
              <c-checkbox v-model="model.cfadft.basflg" style="float: left;" :disabled=this.flag >签约信息</c-checkbox>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item label="">
              <c-checkbox v-model="model.cfadft.dclflg" style="float: left;" :disabled=this.flag >变动信息</c-checkbox>
            </el-form-item>
          </c-col>
49 50 51 52 53 54
         </c-col>
    </c-col>



   <c-col :span="24">
潘际乾 committed
55
        <c-col :span="12" class="col-left">
56 57 58 59 60 61 62 63 64
            <el-form-item label="远期信用证" prop="cfabrt.cfaflg">
                <c-select v-model="model.cfabrt.cfaflg" style="width:100%" placeholder="请选择远期信用证" :disabled=this.flag>
                  </c-select>
            </el-form-item>
                    <el-form-item label="地区机构号" prop="cfadft.ownextkey">
                <c-select v-model="model.cfadft.ownextkey" style="width:100%" placeholder="请选择地区机构号" :disabled=this.flag>
                  </c-select>
            </el-form-item>
        </c-col>
潘际乾 committed
65 66 67 68 69 70 71 72 73 74 75
        <c-col :span="12" class="col-right">
          <c-col :span="12">
            <el-form-item label="">
              <c-checkbox v-model="model.cfabrt.basflg" style="float: left;" :disabled=this.flag >签约信息</c-checkbox>
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item label="">
              <c-checkbox v-model="model.cfabrt.dclflg" style="float: left;" :disabled=this.flag >变动信息</c-checkbox>
            </el-form-item>
          </c-col>
严一鸣 committed
76
       </c-col>
77
     </c-col>
严一鸣 committed
78

潘际乾 committed
79
       <c-col :span="24" style="margin-bottom: 15px;">
严一鸣 committed
80
        <el-form-item label="资金用途" prop="cfatrt.cda.useofunds">
81
            <c-select v-model="model.cfatrt.cda.useofunds" style="width:100%" placeholder="请选择资金用途" :disabled=this.flag>
严一鸣 committed
82 83 84 85
              </c-select>
        </el-form-item>
       </c-col>

潘际乾 committed
86
       <c-col :span="24" style="margin-bottom: 15px;">
潘际乾 committed
87
        <el-form-item label="中资企业境外担保项下境内贷款额度币种" prop="cfatrt.cda.cfeogudcurr" label-width="250px">
zhujiazhan committed
88
            <c-select v-model="model.cfatrt.cda.cfeogudcurr" style="width:100%" placeholder="请选择中资企业境外担保项下境内贷款额度币种" :disabled=this.flag>
严一鸣 committed
89 90 91 92
              </c-select>
        </el-form-item>
       </c-col>
                                   
潘际乾 committed
93
       <c-col :span="24" style="margin-bottom: 15px;">
潘际乾 committed
94
        <el-form-item label="中资企业境外担保项下境内贷款额度金额" prop="cfatrt.cda.cfeogudamount" label-width="250px">
95
            <c-input  v-model="model.cfatrt.cda.cfeogudamount"  placeholder="请输入中资企业境外担保项下境内贷款额度金额" :disabled=this.flag></c-input>
严一鸣 committed
96 97 98 99
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
潘际乾 committed
100
        <el-form-item label="中资企业境外担保项下贷款业务批准文件号" prop="cfatrt.cda.cfeogudad" label-width="250px">
101
            <c-input type="textarea" v-model="model.cfatrt.cda.cfeogudad" maxlength="32" show-word-limit placeholder="请输入中资企业境外担保项下贷款业务批准文件号" :disabled=this.flag ></c-input>
严一鸣 committed
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
        </el-form-item>
        </c-col>             

  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtset/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {
119
            flag:true,
严一鸣 committed
120 121 122 123 124 125 126 127 128 129 130
        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>