Feep.vue 9.6 KB
Newer Older
zhangzhenmin committed
1 2
<template>
  <div class="eibs-tab">
xiameng committed
3

xiameng committed
4
    <!-- <c-col :span="24" style="text-align:right; height:36.8px">
xiameng committed
5
         <el-button-group>
xiameng committed
6 7
              <el-button type="primary" icon="el-icon-arrow-left" @click="pre(idx)">上一页</el-button>
              <el-button type="primary" @click="next(idx)">下一页<i class="el-icon-arrow-right el-icon--right"></i></el-button>
xiameng committed
8
         </el-button-group>  
xiameng committed
9
    </c-col> -->
xiameng committed
10
                    
zhangzhenmin committed
11
                              
xiameng committed
12 13
      <!-- <c-col :span="12">
         <el-form-item label="Drag  Drop Sender" prop="recpan.recget.sdamod.dadsnd">
zhangzhenmin committed
14 15
            <c-input  v-model="model.recpan.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
xiameng committed
16
       </c-col>-->
zhangzhenmin committed
17 18 19
                                   
       <c-col :span="12">
        <el-form-item label="Fee Code" prop="rec.cod">
xiameng committed
20
            <c-input  v-model="model.rec.cod" maxlength="6"  placeholder="请输入Fee Code"></c-input>
zhangzhenmin committed
21 22 23
        </el-form-item>
       </c-col>
                  
xiameng committed
24
       <c-col :span="12" >
xiameng committed
25
        <el-form-item label="Description" prop="nam">
xiameng committed
26 27
         <c-input v-model="model.nam" maxlength="32" placeholder="请输入Description"></c-input>
         </el-form-item>
zhangzhenmin committed
28 29 30 31 32 33 34 35 36 37 38 39
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Relevant Amount " prop="rec.reltir">
            <c-select v-model="model.rec.reltir" style="width:100%" placeholder="请选择Relevant Amount ">
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="SWIFT / DTA Code" prop="rec.sftcod">
            <c-select v-model="model.rec.sftcod" style="width:100%" placeholder="请选择SWIFT / DTA Code">
xiameng committed
40 41
                <el-option v-for="item in codes.sftcod" :key="item.value" :label="item.label" :value="item.value"></el-option>
            </c-select>
zhangzhenmin committed
42 43 44 45 46 47
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Fee Code for DTA Messages" prop="rec.dtacod">
            <c-select v-model="model.rec.dtacod" style="width:100%" placeholder="请选择Fee Code for DTA Messages">
xiameng committed
48 49
                 <el-option v-for="item in codes.dtacod" :key="item.value" :label="item.label" :value="item.value"></el-option>
            </c-select>
zhangzhenmin committed
50 51 52
        </el-form-item>
       </c-col>
                                   
xiameng committed
53
       <c-col :span="10">
zhangzhenmin committed
54 55
        <el-form-item label="Booking Type" prop="rec.staflg">
            <c-select v-model="model.rec.staflg" style="width:100%" placeholder="请选择Booking Type">
xiameng committed
56 57
                <el-option v-for="item in codes.staflg" :key="item.value" :label="item.label"  :value="item.value"></el-option>
            </c-select>
zhangzhenmin committed
58 59 60
        </el-form-item>
       </c-col>
                  
xiameng committed
61 62
       <c-col :span="2">
	    <c-checkbox v-model="model.rec.incflg" >Income</c-checkbox>
zhangzhenmin committed
63 64 65
       </c-col>
                                   
       <c-col :span="12">
xiameng committed
66 67 68 69
        <el-form-item label="Fee Payer(Deafult) " prop="rec.rol">
            <c-select v-model="model.rec.rol" style="width:100%" placeholder="请选择Fee Payer ">
                 <el-option v-for="item in codes.rol" :key="item.value" :label="item.label" :value="item.value"> </el-option>
            </c-select>
zhangzhenmin committed
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Account" prop="rec.acc">
            <c-input  v-model="model.rec.acc" maxlength="34"  placeholder="请输入Account"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.rec.dscmodflg">Modification of Description Allowed in Settlement</c-checkbox>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Accruing Account" prop="rec.accacr">
            <c-input  v-model="model.rec.accacr" maxlength="34"  placeholder="请输入Accruing Account"></c-input>
        </el-form-item>
       </c-col>
                                   
xiameng committed
89 90
       <c-col :span="8">
        <el-form-item label="Usable in" prop="rec.reltrn">
zhangzhenmin committed
91 92 93 94
            <c-input  v-model="model.rec.reltrn" maxlength="40"  placeholder="请输入Relevant Transaction and Business Sector"></c-input>
        </el-form-item>
       </c-col>
                                   
xiameng committed
95
       <c-col :span="8">
zhangzhenmin committed
96 97 98 99 100
        <el-form-item label="Begin Date" prop="rec.begdat">
            <c-date-picker type="date"  v-model="model.rec.begdat" style="width:100%"  placeholder="请选择Begin Date"></c-date-picker>
        </el-form-item>
       </c-col>
                                   
xiameng committed
101 102 103
       <c-col :span="8">
        <el-form-item label="End Date" prop="rec.enddat">
            <c-date-picker type="date"  v-model="model.rec.enddat" style="width:100%"  placeholder="请选择End  Date"></c-date-picker>
zhangzhenmin committed
104 105 106
        </el-form-item>
       </c-col>
                                   
xiameng committed
107
       <c-col :span="8">
zhangzhenmin committed
108 109 110 111 112 113
        <el-form-item label="Group Code" prop="rec.grpcod">
            <c-select v-model="model.rec.grpcod" style="width:100%" placeholder="请选择Group Code">
              </c-select>
        </el-form-item>
       </c-col>
                                   
xiameng committed
114
       <c-col :span="8">
zhangzhenmin committed
115
        <el-form-item label="价税分离" prop="rec.taxflg">
xiameng committed
116
            <c-select v-model="model.rec.taxflg" style="width:100%" placeholder="是/否">
zhangzhenmin committed
117 118 119 120 121 122
               <el-option v-for="item in codes.taxflg" :key="item.value" :label="item.label"
                        :value="item.value">
                    </el-option>
              </c-select>
        </el-form-item>
       </c-col>
xiameng committed
123 124 125
                                
       <c-col :span="8">
        <el-form-item label="Tax Account" prop="rec.taxacc">
zhangzhenmin committed
126 127 128 129
            <c-input  v-model="model.rec.taxacc" maxlength="34"  placeholder="请输入tax acc"></c-input>
        </el-form-item>
       </c-col>
                  
xiameng committed
130
   <!-- 
zhangzhenmin committed
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 203 204 205 206 207 208 209 210 211 212 213 214 215 216
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.seldef">Default</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count default" prop="recpan.cntdef">
            <c-input  v-model="model.recpan.cntdef" maxlength="5"  placeholder="请输入Count default"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selety">Entity</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Entity" prop="recpan.cntety">
            <c-input  v-model="model.recpan.cntety" maxlength="5"  placeholder="请输入Count Entity"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selreg">Region</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Region" prop="recpan.cntreg">
            <c-input  v-model="model.recpan.cntreg" maxlength="5"  placeholder="请输入Count Region"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selheq">Headquarter</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Headquarter" prop="recpan.cntheq">
            <c-input  v-model="model.recpan.cntheq" maxlength="5"  placeholder="请输入Count Headquarter"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="per Date" prop="recpan.fecdat">
            <c-date-picker type="date"  v-model="model.recpan.fecdat" style="width:100%"  placeholder="请选择per Date"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selbus">Business Sector</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Business Sector" prop="recpan.cntbus">
            <c-input  v-model="model.recpan.cntbus" maxlength="5"  placeholder="请输入Count Business Sector"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selcty">Country</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Country" prop="recpan.cntcty">
            <c-input  v-model="model.recpan.cntcty" maxlength="5"  placeholder="请输入Count Country"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.selpty">Party</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Count Party" prop="recpan.cntpty">
            <c-input  v-model="model.recpan.cntpty" maxlength="5"  placeholder="请输入Count Party"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="stream of fee conditions" prop="recpan.fecstm">
            <c-input  v-model="model.recpan.fecstm"  placeholder="请输入stream of fee conditions"></c-input>
        </el-form-item>
       </c-col>
       -->
  </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
217
import commonProcess from "~/mixin/commonProcess";
zhangzhenmin committed
218 219 220 221 222 223
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Inffee/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
224
    mixins: [commonProcess],
zhangzhenmin committed
225 226 227 228 229 230 231
    data(){
        return {

        }
    },
    methods:{...Event},
    created:function(){
xiameng committed
232 233 234
        
       
       
zhangzhenmin committed
235 236 237 238 239 240 241

    }
}
</script>
<style>

</style>
xiameng committed
242 243