Utlp.vue 11.7 KB
Newer Older
zhoutian committed
1 2
<template>
  <div class="eibs-tab">
zhujiazhan committed
3 4
       <c-row >
        <c-col :span="24">
zhoutian committed
5

zhujiazhan committed
6
             <!---------------------------左边--------------------------->
7
            <c-col :span="12" class="col-left">
zhujiazhan committed
8 9 10 11 12 13 14 15 16 17
                <c-col :span="24">
                    <el-form-item label="信用证编号" prop="lidgrp.rec.ownref">
                        <c-input  v-model="model.lidgrp.rec.ownref" maxlength="16"  placeholder="请输入信用证编号" disabled></c-input>
                    </el-form-item>
               </c-col>
              <c-col :span="24">
               <el-form-item label="单据参考号" prop="brdgrp.rec.ownref">
                   <c-input  v-model="model.brdgrp.rec.ownref" maxlength="16"  placeholder="请输入单据参考号" disabled></c-input>
               </el-form-item>
              </c-col>
zhoutian committed
18

zhujiazhan committed
19 20 21 22 23 24 25 26 27 28 29 30 31
             <c-col :span="24">
                 <c-col :span="13">
                  <el-form-item label="单据金额" prop="brdgrp.cbs.max.cur">
                      <c-select v-model="model.brdgrp.cbs.max.cur" style="width:100%" placeholder="请选择单据金额" disabled :code="codes.cur">
                        </c-select>
                  </el-form-item>
                 </c-col>
                   <c-col :span="11">
                    <el-form-item label="" prop="brdgrp.cbs.max.amt" label-width="5px">
                        <c-input  v-model="model.brdgrp.cbs.max.amt"  placeholder="请输入单据金额" disabled></c-input>
                    </el-form-item>
                   </c-col>
                </c-col>
zhoutian committed
32

zhujiazhan committed
33 34 35 36 37 38
               <c-col :span="24">
                   <c-col :span="13">
                    <el-form-item label="单据余额" prop="brdgrp.cbs.opn1.cur">
                        <c-input  v-model="model.brdgrp.cbs.opn1.cur" maxlength="3"  placeholder="请输入单据余额" disabled :code="codes.cur"></c-input>
                    </el-form-item>
                   </c-col>
zhoutian committed
39

zhujiazhan committed
40 41
                   <c-col :span="11">
                    <el-form-item label="" prop="brdgrp.cbs.opn1.amt" label-width="5px">
wangna committed
42
                        <c-input  v-model="model.brdgrp.cbs.opn1.amt"  placeholder="请输入" disabled></c-input>
zhujiazhan committed
43 44 45 46 47 48 49 50 51 52 53 54
                    </el-form-item>
                   </c-col>
               </c-col>

                <c-col :span="24">
                    <c-col :span="12">
                    <el-form-item label="到单日期" prop="brdgrp.rec.rcvdat">
                        <c-date-picker type="date"  v-model="model.brdgrp.rec.rcvdat" style="width:100%"  placeholder="请选择到单日期" disabled></c-date-picker>
                    </el-form-item>
                   </c-col>
                   <c-col :span="12">
                    <el-form-item label="通知到单日期" prop="brdgrp.rec.advdat">
wangna committed
55
                        <c-date-picker type="date"  v-model="model.brdgrp.rec.advdat" style="width:100%"  placeholder="请选择通知到单日期" disabled></c-date-picker>
zhujiazhan committed
56 57 58 59 60 61 62
                    </el-form-item>
                   </c-col>
               </c-col>

               <c-col :span="24">
                   <c-col :span="12">
                    <el-form-item label="远期单据到期日" prop="brdgrp.rec.matdat">
wangna committed
63
                        <c-date-picker type="date"  v-model="model.brdgrp.rec.matdat" style="width:100%"  placeholder="请选择远期单据到期日" disabled></c-date-picker>
zhujiazhan committed
64 65 66
                    </el-form-item>
                   </c-col>
                   <c-col :span="12">
67
                    <el-form-item label="开始日期" prop="brdgrp.rec.stadat">
wangna committed
68
                        <c-date-picker type="date"  v-model="model.brdgrp.rec.stadat" style="width:100%"  placeholder="请选择开始日期" disabled></c-date-picker>
zhujiazhan committed
69 70 71 72 73 74 75 76 77 78 79
                    </el-form-item>
                   </c-col>
               </c-col>
               <c-col :span="24">
                   <c-col :span="12">
                    <el-form-item label="单据类型" prop="brdgrp.rec.docflg">
                        <c-select v-model="model.brdgrp.rec.docflg" style="width:100%" placeholder="请选择单据类型" :code="codes.docflg" disabled>
                          </c-select>
                    </el-form-item>
                   </c-col>
                    <c-col :span="12">
80
                           <el-form-item label="期限(天)" prop="brdgrp.rec.tenmaxday">
wangna committed
81
                               <c-input  v-model="model.brdgrp.rec.tenmaxday"  placeholder="请输入期限(天)" disabled></c-input>
zhujiazhan committed
82 83 84 85 86
                           </el-form-item>
                      </c-col>
                </c-col>
               <c-col :span="24">
                <el-form-item label="单据状态" prop="brdgrp.rec.docsta">
zhujiazhan committed
87
                    <c-select v-model="model.brdgrp.rec.docsta" style="width:100%" placeholder="请选择单据状态" :code="codes.docsta1" disabled>
zhujiazhan committed
88 89 90 91 92
                      </c-select>
                </el-form-item>
               </c-col>

                <c-col :span="24">
93
                    <el-form-item label="提交单据" prop="brdgrp.blk.prsdoc">
wangna committed
94
                        <c-input type="textarea" v-model="model.brdgrp.blk.prsdoc" maxlength="65" show-word-limit placeholder="请输入" :rows="5" disabled></c-input>
zhujiazhan committed
95 96 97 98 99 100
                    </el-form-item>
                </c-col>

            </c-col>

            <!---------------------------右边--------------------------->
101
            <c-col :span="12" class="col-right">
zhujiazhan committed
102 103
              <c-col :span="24">
                <el-form-item label="到期日" prop="lidgrp.rec.expdat">
wangna committed
104
                    <c-date-picker type="date"  v-model="model.lidgrp.rec.expdat" style="width:100%"  placeholder="请选择到期日" disabled></c-date-picker>
zhujiazhan committed
105 106 107 108 109
                </el-form-item>
               </c-col>
               <c-col :span="24">
                   <c-col :span="13">
                    <el-form-item label="信用证余额" prop="lidgrp.cbs.opn1.cur">
110
                        <c-input  v-model="model.lidgrp.cbs.opn1.cur" maxlength="3"  placeholder="请选择币种" disabled></c-input>
zhujiazhan committed
111 112 113 114
                    </el-form-item>
                   </c-col>
                  <c-col :span="11">
                   <el-form-item label="" prop="lidgrp.cbs.opn1.amt" label-width="5px">
wangna committed
115
                       <c-input  v-model="model.lidgrp.cbs.opn1.amt"  placeholder="请输入信用证余额" disabled></c-input>
zhujiazhan committed
116 117 118 119
                   </el-form-item>
                  </c-col>
               </c-col>
               <c-col :span="24">
120
                <el-form-item label="单据简略信息" prop="brdgrp.rec.nam">
wangna committed
121
                    <c-input  v-model="model.brdgrp.rec.nam" maxlength="40"  placeholder="请输入单据简略信息" disabled></c-input>
zhujiazhan committed
122 123 124 125 126 127 128 129 130 131
                </el-form-item>
               </c-col>
              <c-col :span="24">
                  <c-col :span="13">
                    <el-form-item label="申请人" prop="brdgrp.apl.pts.ref">
                        <c-input  v-model="model.brdgrp.apl.pts.ref" maxlength="16"  placeholder="请输入申请人" disabled></c-input>
                    </el-form-item>
                   </c-col>
                   <c-col :span="11">
                    <el-form-item label="" prop="brdgrp.apl.pts.nam" label-width="5px">
wangna committed
132
                        <c-input  v-model="model.brdgrp.apl.pts.nam" maxlength="40"  placeholder="请输入" disabled></c-input>
zhujiazhan committed
133 134 135 136 137 138 139 140 141 142 143 144
                    </el-form-item>
                   </c-col>
               </c-col>

               <c-col :span="24">
                   <c-col :span="13">
                    <el-form-item label="受益人" prop="brdgrp.ben.pts.ref">
                        <c-input  v-model="model.brdgrp.ben.pts.ref" maxlength="16"  placeholder="请输入受益人" disabled></c-input>
                    </el-form-item>
                   </c-col>
                   <c-col :span="11">
                    <el-form-item label="" prop="brdgrp.ben.pts.nam" label-width="5px">
wangna committed
145
                        <c-input  v-model="model.brdgrp.ben.pts.nam" maxlength="40"  placeholder="请输入" disabled></c-input>
zhujiazhan committed
146 147 148 149 150 151 152 153 154 155 156 157
                    </el-form-item>
                   </c-col>
               </c-col>

               <c-col :span="24">
                   <c-col :span="13">
                    <el-form-item label="交单行" prop="brdgrp.prb.pts.ref">
                        <c-input  v-model="model.brdgrp.prb.pts.ref" maxlength="16"  placeholder="请输入交单行" disabled></c-input>
                    </el-form-item>
                   </c-col>
                   <c-col :span="11">
                    <el-form-item label="" prop="brdgrp.prb.pts.nam" label-width="5px">
wangna committed
158
                        <c-input  v-model="model.brdgrp.prb.pts.nam" maxlength="40"  placeholder="请输入" disabled></c-input>
zhujiazhan committed
159 160 161 162 163 164 165 166
                    </el-form-item>
                   </c-col>
               </c-col>

                <c-col :span="24">
                   <br>
               </c-col>
                <c-col :span="24">
167
               	     <c-checkbox v-model="model.gleflg" true-label="X">系统内付款且过账</c-checkbox>
zhujiazhan committed
168 169 170 171 172 173 174 175 176 177
                </c-col>

                <c-col :span="24">
                     <c-col :span="13">
                        <el-form-item label="减少后的结算金额" prop="setmod.doccur">
                            <c-input  v-model="model.setmod.doccur" maxlength="3"  placeholder="请输入减少后的结算金额" disabled></c-input>
                        </el-form-item>
                   </c-col>
                   <c-col :span="11">
                        <el-form-item label="" prop="setmod.docamt" label-width="5px">
178
                            <c-input  v-model="model.setmod.docamt"  placeholder="请输入单据金额"></c-input>
zhujiazhan committed
179 180 181 182
                        </el-form-item>
                    </c-col>
               </c-col>
                 <c-col :span="24">
183 184
                    <el-form-item label="收到申请人指示" prop="brdgrp.blk.aplins">
                        <c-input type="textarea" v-model="model.brdgrp.blk.aplins" maxlength="40" show-word-limit placeholder="请输入指示内容" :rows="5"></c-input>
zhujiazhan committed
185 186 187 188 189 190 191 192
                    </el-form-item>
                </c-col>
            </c-col>
        </c-col>


    <!--多余字段先隐藏了-->
   <c-col :span="24" v-show="false">
zhoutian committed
193
       <c-col :span="12">
zhujiazhan committed
194 195 196
        <el-form-item label="Drag  Drop Sender" prop="brtp.lidget.sdamod.dadsnd">
            <c-input  v-model="model.brtp.lidget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
zhoutian committed
197 198
       </c-col>
       <c-col :span="12">
zhujiazhan committed
199 200 201
        <el-form-item label="" prop="brtp.lidget.sdamod.seainf">
            <c-input  v-model="model.brtp.lidget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
zhoutian committed
202
       </c-col>
zhujiazhan committed
203 204 205 206
         <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="brtp.recget.sdamod.dadsnd">
            <c-input  v-model="model.brtp.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
zhoutian committed
207 208
       </c-col>
       <c-col :span="12">
zhujiazhan committed
209 210 211
        <el-form-item label="" prop="brtp.recget.sdamod.seainf">
            <c-input  v-model="model.brtp.recget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
zhoutian committed
212
       </c-col>
zhujiazhan committed
213 214
        <c-col :span="12">
            <span  v-text="model.brtp.matp.mattxtlab"   data-path=".brtp.matp.mattxtlab" > </span>
zhoutian committed
215
        </c-col>
zhujiazhan committed
216 217 218 219 220
                                   

   </c-col>

    </c-row>
zhoutian committed
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"

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

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

    }
}
</script>
<style>

</style>