Smep01.vue 7.88 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
<template>
  <div class="eibs-tab">
                              
       <c-col :span="24">
        <div class="e-table-wrapper">
            <el-table
                :data="model.smegrp.lst"
                style="width: 100%"
                >
                <el-table-column
                  prop="ckflg"
                  label=""
                  sortable
                  width="30">
                </el-table-column>
                <el-table-column
                  prop="othref"
                  label="单参考号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="sndbic"
                  label="发报行BIC"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="act"
                  label="帐号"
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="cur"
                  label="币种"
                  sortable
                  width="60">
                </el-table-column>
                <el-table-column
                  prop="valdat"
                  label="起息日"
                  sortable
                  width="90">
                </el-table-column>
                <el-table-column
                  prop="gendat"
                  label="接收日期"
                  sortable
                  width="150">
                </el-table-column>
                <el-table-column
                  prop="subtyp"
                  label="类型"
                  sortable
                  width="80">
                  <template slot-scope="scope">
                    <span>{{ this.codes.smttyp.find(item=>item.value==scope.row.subtyp).label }}</span>
                  </template>
                </el-table-column>
                <el-table-column
                  prop="excmsg"
                  label="异常信息"
                  sortable
                  width="150">
                </el-table-column>
                <el-table-column
                  prop="rcvbic"
                  label="收报行BIC"
                  sortable
                  width="100">
                </el-table-column>
              </el-table>
              <el-pagination
                 layout="prev, pager, next"
76
                 :total="1">
fukai committed
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 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 191 192 193 194 195 196 197 198 199 200 201 202
              </el-pagination>
       </div>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('smep.LT000039')" prop="smegrp.mpi.sndbic">
            <c-input  v-model="model.smegrp.mpi.sndbic" maxlength="11"  :placeholder="$t('other.please_enter')+$t('smep.LT000039')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- LT000002 : 发报行BIC -->
                 <!-- LT000039 : : -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('smep.LT000040')" prop="smegrp.mpi.rcvbic">
            <c-input  v-model="model.smegrp.mpi.rcvbic" maxlength="11"  :placeholder="$t('other.please_enter')+$t('smep.LT000040')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- LT000028 : 收报行BIC -->
                 <!-- LT000040 : : -->
                  
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onSmepAllchk">
             {{$t('smep.BT000035')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onSmepOppchk">
             {{$t('smep.BT000036')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onSmepView">
             {{$t('smep.BT000015')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onSmepExec">
             {{$t('smep.BT000016')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('smep.LT000057')" prop="smegrp.mpi.othref">
            <c-input  v-model="model.smegrp.mpi.othref" maxlength="35"  :placeholder="$t('other.please_enter')+$t('smep.LT000057')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- LT000053 : 单参考号 -->
                 <!-- LT000057 : : -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('smep.LT000041')" prop="smegrp.mpi.act">
            <c-input  v-model="model.smegrp.mpi.act" maxlength="40"  :placeholder="$t('other.please_enter')+$t('smep.LT000041')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- LT000003 : 账号 -->
                 <!-- LT000041 : : -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000042')" prop="smegrp.mpi.cur">
            <c-select v-model="model.smegrp.mpi.cur" style="width:100%" :placeholder="$t('other.please_enter')+$t('smep.LT000042')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- LT000004 : 币种 -->
                 <!-- LT000042 : : -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000043')" prop="smegrp.mpi.subtyp">
            <c-select v-model="model.smegrp.mpi.subtyp" style="width:100%" :placeholder="$t('other.please_enter')+$t('smep.LT000043')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- LT000009 : 对账单类型 -->
                 <!-- LT000043 : : -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000044')" prop="smep.begdat">
            <c-date-picker type="date"  v-model="model.smep.begdat" style="width:100%"  :placeholder="$t('other.please_enter')+$t('smep.LT000044')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- LT000005 : 收报日期 -->
                 <!-- LT000044 : : -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000006')" prop="smep.enddat">
            <c-date-picker type="date"  v-model="model.smep.enddat" style="width:100%"  :placeholder="$t('other.please_enter')+$t('smep.LT000006')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- LT000006 : 至 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000045')" prop="smep.begvaldat">
            <c-date-picker type="date"  v-model="model.smep.begvaldat" style="width:100%"  :placeholder="$t('other.please_enter')+$t('smep.LT000045')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- LT000029 : 起息日 -->
                 <!-- LT000045 : : -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('smep.LT000030')" prop="smep.endvaldat">
            <c-date-picker type="date"  v-model="model.smep.endvaldat" style="width:100%"  :placeholder="$t('other.please_enter')+$t('smep.LT000030')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- LT000030 : 至 -->
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onSel">
             {{$t('mtabut.BT000022')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onReset">
             {{$t('mtabut.BT000023')}}
        </c-button>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
203
import Event from "../model/Event"
fukai committed
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222

export default {
    inject: ['root'],
    props:["model","codes"],
    mixins: [commonProcess],
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>