Ptyp.vue 9.35 KB
Newer Older
wangren committed
1 2 3 4 5
<template>
  <div class="eibs-tab">

      <el-col :span="11">
          <c-col :span="24">
jianglong committed
6 7
        <el-form-item label="申请人账户行参考号" prop="lidgrp.ini.pts.ref">
            <c-input disabled v-model="model.lidgrp.ini.pts.ref" maxlength="16"  placeholder="请输入参考号"></c-input>
wangren committed
8 9 10 11
        </el-form-item>
       </c-col>

       <c-col :span="24">
jianglong committed
12
        <el-form-item label="申请人账户行" prop="lidgrp.ini.pts.extkey">
wangren committed
13
            <c-fullbox>
jianglong committed
14
            <c-input disabled v-model="model.lidgrp.ini.pts.extkey" maxlength="16"  placeholder="请输入申请人账户行"></c-input>
wangren committed
15 16 17 18 19 20
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
21
                icon="el-icon-search"
wangren committed
22
              >
Wuyuqiu committed
23
                
wangren committed
24 25 26 27 28 29
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
30
                icon="el-icon-info"
wangren committed
31
              >
jianglong committed
32
                
wangren committed
33 34 35 36 37 38 39
              </c-button>
            </template>
          </c-fullbox>
        
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
40
        <el-form-item label="地址信息" prop="lidgrp.ini.pts.adrblk">
41 42 43
            <c-input 
            :rows="4"
            disabled 
jianglong committed
44
            type="textarea" v-model="model.lidgrp.ini.pts.adrblk" maxlength="120" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
45 46 47
        </el-form-item>
        </c-col>
        <c-col :span="24">
jianglong committed
48 49
        <el-form-item label="偿付行参考号" prop="lidgrp.rmb.pts.ref">
            <c-input  disabled v-model="model.lidgrp.rmb.pts.ref" maxlength="16"  placeholder="请输入参考号"></c-input>
wangren committed
50 51 52
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
53
        <el-form-item label="偿付行" prop="lidgrp.rmb.pts.extkey">
wangren committed
54
            <c-fullbox>
jianglong committed
55
            <c-input disabled v-model="model.lidgrp.rmb.pts.extkey" maxlength="16"  placeholder="请输入偿付行"></c-input>
wangren committed
56 57 58 59 60 61
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
62
                icon="el-icon-search"
wangren committed
63
              >
Wuyuqiu committed
64
                
wangren committed
65 66 67 68 69 70
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
71
                icon="el-icon-info"
wangren committed
72
              >
jianglong committed
73
                
wangren committed
74 75 76 77 78 79 80
              </c-button>
            </template>
          </c-fullbox>
        
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
81
        <el-form-item label="地址信息" prop="lidgrp.rmb.pts.adrblk">
82 83
            <c-input 
            :rows="4"
jianglong committed
84
            disabled type="textarea" v-model="model.lidgrp.rmb.pts.adrblk" maxlength="120" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
85 86 87
        </el-form-item>
        </c-col>
        <c-col :span="24">
jianglong committed
88 89
        <el-form-item label="保兑行参考号" prop="lidgrp.con.pts.ref">
            <c-input  disabled v-model="model.lidgrp.con.pts.ref" maxlength="16"  placeholder="请输入参考号"></c-input>
wangren committed
90 91 92
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
93
        <el-form-item label="保兑行" prop="lidgrp.con.pts.extkey">
wangren committed
94
           <c-fullbox>
jianglong committed
95
            <c-input disabled v-model="model.lidgrp.con.pts.extkey" maxlength="16"  placeholder="请输入保兑行"></c-input>
wangren committed
96 97 98 99 100 101
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
102
                icon="el-icon-search"
wangren committed
103
              >
Wuyuqiu committed
104
                
wangren committed
105 106 107 108 109 110
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
111
                icon="el-icon-info"
wangren committed
112
              >
jianglong committed
113
                
wangren committed
114 115 116 117 118 119
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
120
        <el-form-item label="地址信息" prop="lidgrp.con.pts.adrblk">
121 122
            <c-input
            :rows="4"
jianglong committed
123
             disabled type="textarea" v-model="model.lidgrp.con.pts.adrblk" maxlength="120" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
124 125 126 127 128 129 130
        </el-form-item>
        </c-col>
      </el-col>

      <!-- ============================================ -->
      <el-col :span="11" :offset="1">
            <c-col :span="24">
jianglong committed
131 132
        <el-form-item label="第二通知行参考号" prop="lidgrp.a2b.pts.ref">
            <c-input disabled v-model="model.lidgrp.a2b.pts.ref" maxlength="16"  placeholder="请输入参考号"></c-input>
wangren committed
133 134 135 136
        </el-form-item>
       </c-col>

        <c-col :span="24">
jianglong committed
137
        <el-form-item label="第二通知行" prop="lidgrp.a2b.pts.extkey">
wangren committed
138
            <c-fullbox>
jianglong committed
139
            <c-input disabled v-model="model.lidgrp.a2b.pts.extkey" maxlength="16"  placeholder="请输入第二通知行"></c-input>
wangren committed
140 141 142 143 144 145
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
146
                icon="el-icon-search"
wangren committed
147
              >
Wuyuqiu committed
148
                
wangren committed
149 150 151 152 153 154
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
155
                icon="el-icon-info"
wangren committed
156
              >
jianglong committed
157
                
wangren committed
158 159 160 161 162 163 164
              </c-button>
            </template>
          </c-fullbox>

        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
165
        <el-form-item label="地址信息" prop="lidgrp.a2b.pts.adrblk">
166 167
            <c-input 
            :rows="4"
jianglong committed
168
            disabled type="textarea" v-model="model.lidgrp.a2b.pts.adrblk" maxlength="120" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
169 170 171 172
        </el-form-item>
        </c-col>

            <c-col :span="24">
jianglong committed
173 174
        <el-form-item label="通知行参考号" prop="lidgrp.adv.pts.ref">
            <c-input disabled v-model="model.lidgrp.adv.pts.ref" maxlength="16"  placeholder="请输入参考号"></c-input>
wangren committed
175 176 177 178
        </el-form-item>
       </c-col>

        <c-col :span="24">
jianglong committed
179
        <el-form-item label="通知行" prop="lidgrp.adv.pts.extkey">
wangren committed
180
            <c-fullbox>
jianglong committed
181
            <c-input disabled v-model="model.lidgrp.adv.pts.extkey" maxlength="16"  placeholder="请输入通知行"></c-input>
wangren committed
182 183 184 185 186 187
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
188
                icon="el-icon-search"
wangren committed
189
              >
Wuyuqiu committed
190
                
wangren committed
191 192 193 194 195 196
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
197
                icon="el-icon-info"
wangren committed
198
              >
jianglong committed
199
                
wangren committed
200 201 202 203 204 205 206
              </c-button>
            </template>
          </c-fullbox>

        </el-form-item>
       </c-col>
       <c-col :span="24">
jianglong committed
207
        <el-form-item label="地址信息" prop="lidgrp.adv.pts.adrblk">
208 209
            <c-input 
            :rows="4"
jianglong committed
210
            disabled type="textarea" v-model="model.lidgrp.adv.pts.adrblk" maxlength="180" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
211 212 213
        </el-form-item>
        </c-col>

jianglong committed
214
        
wangren committed
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
      </el-col>
                                               
       
                                                    
       
                                   
       
                                   
       <c-col :span="23">
        <div class="e-table-wrapper">
            <c-table
                :data="model.litp.ptsaddp.ptsaddg"
                style="width: 100%"
                >
                <el-table-column
                  prop="rol"
jianglong committed
231
                  label="角色"
wangren committed
232 233 234 235 236
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="ptyextkey"
jianglong committed
237
                  label="当事人"
wangren committed
238 239 240 241 242
                  sortable
                  width="100">
                </el-table-column>
                <el-table-column
                  prop="nam"
jianglong committed
243
                  label="当事人名称"
wangren committed
244 245 246 247 248
                  sortable
                  width="300px">
                </el-table-column>
                <el-table-column
                  prop="ref"
jianglong committed
249
                  label="地址编号"
wangren committed
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
                  sortable
                  width="300px">
                </el-table-column>
              </c-table>
              <!-- <el-pagination
                 layout="prev, pager, next"
                 :total="pager.litp_ptsaddp_ptsaddg.total">
              </el-pagination> -->
       </div>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litacp/Event"

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

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

    }
}
</script>
<style>

</style>