Ovwp.vue 7.41 KB
Newer Older
niewei committed
1 2
<template>
    <c-content class="eibs-tab" :height="200">
潘际乾 committed
3
      <c-col :span="24" style="height: 50px;">
niewei committed
4 5 6 7 8 9
        <div class="infTopBtn">
            <el-button-group>
                <c-button size="small" type="primary" icon="el-icon-arrow-left"></c-button>
                <c-button size="small" type="primary" icon="el-icon-arrow-right"></c-button>
            </el-button-group>
            <c-button size="small" type="primary">Print</c-button>
niewei committed
10 11
            <c-button size="small" type="primary">Use</c-button>
            <c-button size="small" type="primary">Loginfo</c-button>
niewei committed
12
        </div>
潘际乾 committed
13
      </c-col>
niewei committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
      <c-col :span="12">
        <c-col :span="12">
          <el-form-item label="参考号" prop="dedgrp.rec.ownref">
            <c-input  v-model="model.dedgrp.rec.ownref" maxlength="16"  placeholder="请输入参考号"></c-input>
          </el-form-item>
        </c-col>

       <c-col :span="6">
        <c-button size="small" type="primary" icon="el-icon-search"  @click="onSeainf">
        </c-button>
       </c-col>
       <c-col :span="6">
        <c-button size="small" type="primary"  @click="onRecpanButgetref">
            获取
        </c-button>
       </c-col>
      </c-col>

      <c-col :span="12">
        <c-col :span="12">
          <el-form-item label="信用证币种" prop="dedgrp.cbs.opn1.cur">
wangna committed
35
            <c-input  v-model="model.dedgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入币种"></c-input>
niewei committed
36 37 38 39 40
          </el-form-item>
        </c-col>
                  
        <c-col :span="12">
          <el-form-item label="余额" prop="dedgrp.cbs.opn1.amt">
wangna committed
41
            <c-input  v-model="model.dedgrp.cbs.opn1.amt"  placeholder="请输入"></c-input>
niewei committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
          </el-form-item>
        </c-col>

      </c-col>


      <c-col :span="12">
        <c-col :span="12">
          <el-form-item label="单据参考号" prop="bfdgrp.rec.ownref">
            <c-input  v-model="model.bfdgrp.rec.ownref" maxlength="16"  placeholder="请输入单据参考号"></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="6">
          <c-button size="small" type="primary" icon="el-icon-search"  @click="onSeainf">
          </c-button>
        </c-col>
        <c-col :span="6">
          <c-button size="small" type="primary"  @click="onRecpanButgetref">
            获取
          </c-button>
        </c-col>
      </c-col>
      <c-col :span="12">
        <el-form-item label="摘要" prop="bfdgrp.rec.nam">
wangna committed
66
            <c-input  v-model="model.bfdgrp.rec.nam" maxlength="40"  placeholder="请输入"></c-input>
niewei committed
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
        </el-form-item>
      </c-col>

      <c-col :span="24">
      <c-col :span="12">
        <c-col :span="12">
          <el-form-item label="单据币种" prop="bfdgrp.cbs.max.cur">
            <c-select v-model="model.bfdgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额">
              </c-select>
          </el-form-item>
        </c-col>
                  
        <c-col :span="12">
          <el-form-item label="金额" prop="bfdgrp.cbs.max.amt">
            <c-input  v-model="model.bfdgrp.cbs.max.amt"  placeholder="请输入单据金额"></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="12">
        <el-form-item label="交单人" prop="bfdgrp.prb.pts.ref">
            <c-input  v-model="model.bfdgrp.prb.pts.ref" maxlength="16"  placeholder="请输入交单人"></c-input>
        </el-form-item>
      </c-col>
      </c-col>      
      <c-col :span="24">
       <c-col :span="12"> 
        <c-col :span="12">
          <el-form-item label="单据余额币种" prop="bfdgrp.cbs.opn1.cur">
            <c-input  v-model="model.bfdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入单据余额"></c-input>
          </el-form-item>
        </c-col>
                  
        <c-col :span="12">
          <el-form-item label="金额" prop="bfdgrp.cbs.opn1.amt">
wangna committed
101
            <c-input  v-model="model.bfdgrp.cbs.opn1.amt"  placeholder="请输入"></c-input>
niewei committed
102 103 104 105 106
          </el-form-item>
        </c-col>
       </c-col> 
       <c-col :span="12">
        <el-form-item label="交单人名称" prop="bfdgrp.prb.pts.nam">
wangna committed
107
            <c-input  v-model="model.bfdgrp.prb.pts.nam" maxlength="40"  placeholder="请输入"></c-input>
niewei committed
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
        </el-form-item>
       </c-col>
      </c-col> 

      <c-col :span="24">
       <c-col :span="12">
        <el-form-item label="单据类型" prop="bfdgrp.rec.doctypcod">
            <c-select v-model="model.bfdgrp.rec.doctypcod" style="width:100%" placeholder="请选择单据类型">
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="12">
        <el-form-item label="开证行编号" prop="dedgrp.rec.kzref">
            <c-input  v-model="model.dedgrp.rec.kzref" maxlength="35"  placeholder="请输入信用证编号"></c-input>
        </el-form-item>
       </c-col>
      </c-col>      
      <c-col :span="24">
       <c-col :span="12">
        <el-form-item label="远期单据到期日" prop="bfdgrp.rec.matdat">
            <c-date-picker type="date"  v-model="model.bfdgrp.rec.matdat" style="width:100%"  placeholder="请选择远期单据到期日"></c-date-picker>
        </el-form-item>
       </c-col>
       <c-col :span="12">
        <el-form-item label="开证行名称" prop="bfdgrp.iss.pts.nam">
wangna committed
133
            <c-input  v-model="model.bfdgrp.iss.pts.nam" maxlength="40"  placeholder="请输入"></c-input>
niewei committed
134 135 136 137 138 139 140 141 142 143 144 145 146
        </el-form-item>
       </c-col>
      </c-col>      
      <c-col :span="24">
       <c-col :span="12">
       <c-col :span="12">
        <el-form-item label="到单日期" prop="bfdgrp.rec.rcvdat">
            <c-date-picker type="date"  v-model="model.bfdgrp.rec.rcvdat" style="width:100%"  placeholder="请选择到单日期"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="提示日期" prop="bfdgrp.rec.predat">
wangna committed
147
            <c-date-picker type="date"  v-model="model.bfdgrp.rec.predat" style="width:100%"  placeholder="请选择提示日期"></c-date-picker>
niewei committed
148 149 150 151 152 153
        </el-form-item>
       </c-col>
      
       </c-col> 
        <c-col :span="12">
          <el-form-item label="申请人编号" prop="bfdgrp.apl.pts.ref">
wangna committed
154
            <c-input  v-model="model.bfdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人编号"></c-input>
niewei committed
155 156 157 158 159 160 161 162 163 164 165 166 167
          </el-form-item>
        </c-col>
      
      </c-col>      
      <c-col :span="24">
        <c-col :span="12">
          <el-form-item label="单据状态" prop="bfdgrp.rec.docsta">
            <c-input  v-model="model.bfdgrp.rec.docsta" maxlength="40"  placeholder="请输入单据状态"></c-input>
          </el-form-item>
        </c-col>
                  
        <c-col :span="12">
          <el-form-item label="申请人名称" prop="bfdgrp.apl.pts.nam">
wangna committed
168
            <c-input  v-model="model.bfdgrp.apl.pts.nam" maxlength="40"  placeholder="请输入"></c-input>
niewei committed
169 170 171 172 173 174 175
          </el-form-item>
        </c-col>
      </c-col>      
  </c-content>
</template>
<script>
import Api from "~/service/Api"
wangren committed
176
import commonProcess from "~/mixin/commonProcess";
niewei committed
177 178 179 180 181 182
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Infbfd/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
183
    mixins: [commonProcess],
niewei committed
184 185 186 187 188
    data(){
        return {

        }
    },
niewei committed
189 190 191 192 193 194 195 196 197 198
    methods:{
    onSeainf()
    {

    },  
    onRecpanButgetref()
    {
      
    },
      ...Event},
niewei committed
199 200 201 202 203 204 205 206
    created:function(){

    }
}
</script>
<style>

</style>