Lttinf.vue 10.4 KB
Newer Older
孟冬雪 committed
1 2
<template>
  <div class="eibs-tab">
3 4 5
    <!-- 顶部 -->
    <c-col :span="24">
      <el-form-item
wangna committed
6
        label="出口信用证转账:"
7 8 9 10 11 12 13
        prop="lttp.lttinf"
        style="width: 100%"
      >
      </el-form-item>
    </c-col>
    <!-- left -->
    <c-col :span="11">
孟冬雪 committed
14
      <c-col :span="24">
15
        <el-form-item
wangna committed
16
          label="转让信用证业务编号"
17 18 19 20 21 22
          prop="ledgrp.rec.ownref"
          style="width: 100%"
        >
          <c-input
            v-model="model.ledgrp.rec.ownref"
            maxlength="16"
wangna committed
23
            placeholder="请输入转让信用证参考号"
24 25 26 27
            style="width: 100%"
            disabled
          ></c-input>
        </el-form-item>
孟冬雪 committed
28
      </c-col>
29 30

      <c-col :span="24">
wangna committed
31
        <el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
32 33
          <c-fullbox>
            <c-input
孟冬雪 committed
34
              v-model="model.ledgrp.cbs.nom1.cur"
35 36
              maxlength="3"
              style="width: 50%"
wangna committed
37
              placeholder="请输入信用证金额"
38 39
              disabled
            ></c-input>
孟冬雪 committed
40 41
            <c-input
              v-model="model.ledgrp.cbs.nom1.amt"
42
              style="width: 50%"
wangna committed
43
              placeholder="请输入"
44 45
              class="m-input-currency"
              disabled
孟冬雪 committed
46
            ></c-input>
47 48 49 50 51
            <template slot="footer">
              <c-checkbox
                v-model="model.lttp.aamp.aammod.addamtflg"
                style="margin-left: 10px"
                disabled
wangna committed
52
                >附加金额</c-checkbox
53 54 55 56 57 58
              >
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
wangna committed
59
        <el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
60 61
          <c-fullbox>
            <c-input
孟冬雪 committed
62
              v-model="model.ledgrp.cbs.opn1.cur"
63 64
              maxlength="3"
              style="width: 50%"
wangna committed
65
              placeholder="请输入余额"
66 67
              disabled
            ></c-input>
孟冬雪 committed
68 69
            <c-input
              v-model="model.ledgrp.cbs.opn1.amt"
70
              style="width: 50%"
wangna committed
71
              placeholder="请输入"
72 73
              class="m-input-currency"
              disabled
孟冬雪 committed
74
            ></c-input>
75 76 77 78 79
            <template slot="footer">
              <c-checkbox
                v-model="model.ledgrp.rec.revflg"
                style="margin-left: 10px"
                disabled
wangna committed
80
                >循环信用证</c-checkbox
81 82 83 84 85 86
              >
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
wangna committed
87
        <el-form-item label="被授权的银行当事人" prop="ledgrp.avbnam">
88 89 90
          <c-input
            v-model="model.ledgrp.avbnam"
            style="width: 100%"
wangna committed
91
            placeholder="请输入被授权的银行当事人"
92
            disabled
孟冬雪 committed
93
          >
94 95 96 97 98 99
          </c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="by" prop="ledgrp.rec.avbby">
          <c-fullbox>
孟冬雪 committed
100 101
            <c-input
              v-model="model.ledgrp.rec.avbby"
102
              maxlength="3"
孟冬雪 committed
103
              style="width: 100%"
wangna committed
104
              placeholder="请输入"
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
              disabled
              :code="codes.avbby"
            ></c-input>
            <template slot="footer">
              <c-checkbox
                v-model="model.ledgrp.rec.redclsflg"
                style="margin-left: 10px"
                disabled
                >红/绿条款</c-checkbox
              >
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <c-col :span="12">
wangna committed
121
          <el-form-item label="开证日期" prop="ledgrp.rec.opndat">
孟冬雪 committed
122 123 124 125
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.opndat"
              style="width: 100%"
wangna committed
126
              placeholder="请选择开证日期"
127 128 129 130 131
              disabled
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="12">
wangna committed
132
          <el-form-item label="装运日期" prop="ledgrp.rec.shpdat">
133 134 135 136
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.shpdat"
              style="width: 100%"
wangna committed
137
              placeholder="请选择装运日期"
138
              disabled
孟冬雪 committed
139 140 141
            ></c-date-picker>
          </el-form-item>
        </c-col>
142 143 144
      </c-col>
      <c-col :span="24">
        <c-col :span="12">
wangna committed
145
          <el-form-item label="到期日及其到期地点" prop="ledgrp.rec.expdat">
孟冬雪 committed
146 147 148 149
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.expdat"
              style="width: 100%"
wangna committed
150
              placeholder="请选择到期日及其到期地点"
151
              disabled
孟冬雪 committed
152 153 154
            ></c-date-picker>
          </el-form-item>
        </c-col>
155 156
        <c-col :span="12">
          <el-form-item label="" prop="ledgrp.rec.expplc">
孟冬雪 committed
157 158
            <c-input
              v-model="model.ledgrp.rec.expplc"
159
              style="width: 100%"
wangna committed
160
              placeholder=""
161
              disabled
孟冬雪 committed
162 163 164
            ></c-input>
          </el-form-item>
        </c-col>
165 166
      </c-col>
      <c-col :span="24">
wangna committed
167
        <el-form-item label="信用证类型" prop="ledgrp.rec.lcrtyp">
168 169 170
          <c-select
            v-model="model.ledgrp.rec.lcrtyp"
            style="width: 100%"
wangna committed
171
            placeholder="请选择信用证类型"
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
            disabled
          >
            <el-option
              v-for="item in codes.lcrtyp1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- right -->
    <c-col :span="11" :offset="1">
      <c-col :span="24">
wangna committed
189
        <el-form-item label="简略信息" prop="ledgrp.rec.nam">
190 191 192
          <c-input
            v-model="model.ledgrp.rec.nam"
            maxlength="40"
wangna committed
193
            placeholder="请输入简略信息"
194 195 196 197 198 199 200 201 202
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-ptsmsg
          :model="model"
          :argadr="{
wangna committed
203
            title: '申请人',
204 205 206 207 208 209 210 211 212 213 214 215
            grp: 'ledgrp',
            rol: 'apl',
          }"
          :disabled="true"
          :enRef="true"
          :enNam="true"
        ></c-ptsmsg>
      </c-col>
      <c-col :span="24">
        <c-ptsmsg
          :model="model"
          :argadr="{
wangna committed
216
            title: '原始信用证开证行',
217 218 219 220 221 222 223 224 225 226 227 228
            grp: 'ledgrp',
            rol: 'iss',
          }"
          :disabled="true"
          :enRef="true"
          :enNam="true"
        ></c-ptsmsg>
      </c-col>
      <c-col :span="24">
        <c-ptsmsg
          :model="model"
          :argadr="{
wangna committed
229
            title: '受益人',
230 231 232 233 234 235 236 237 238 239 240 241 242
            grp: 'ledgrp',
            rol: 'ben',
          }"
          :disabled="true"
          :enRef="true"
          :enNam="true"
        ></c-ptsmsg>
      </c-col>
      <c-col :span="24">
        <el-form-item label="" prop="lttp.letp0.cnftxt">
          <c-input
            v-model="model.lttp.letp0.cnftxt"
            style="width: 100%"
wangna committed
243
            placeholder="请选择信用证类型"
244 245 246 247 248 249
            disabled
          >
          </c-input>
        </el-form-item>
      </c-col>
    </c-col>
wangna committed
250

251 252 253
    <c-col :span="23" style="height: 24px; margin-left: 9px">
      <el-form-item
        class="formItemLabel"
wangna committed
254
        label="利用上面的信息开立可转让的背对背信用证"
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
        label-width="300px"
      >
      </el-form-item>
    </c-col>
    <c-col :span="23" style="margin:0 0 10px 9px">
      <c-istream-table
        :list="model.lttp.leltb2b.litb2bstm.rows || []"
        :columns="columns"
      ></c-istream-table>
    </c-col>
    <!-- 底部 -->
    <!-- left -->
    <c-col :span="11">
      <c-col :span="24">
        <c-col :span="12">
wangna committed
270
          <el-form-item label="此笔转让证的金额" prop="ltdgrp.cbs.max.cur">
孟冬雪 committed
271
            <c-select
272
              v-model="model.ltdgrp.cbs.max.cur"
孟冬雪 committed
273
              style="width: 100%"
wangna committed
274
              placeholder="请选择此笔转让证的金额"
275 276
              disabled
              :code="codes.curtxt1"
孟冬雪 committed
277 278 279 280 281
            >
            </c-select>
          </el-form-item>
        </c-col>

282 283
        <c-col :span="12">
          <el-form-item label="" label-width="20px" prop="ltdgrp.cbs.opn1.amt">
孟冬雪 committed
284
            <c-input
285
              v-model="model.ltdgrp.cbs.opn1.amt"
wangna committed
286
              placeholder="请输入"
287 288
              class="m-input-currency"
              disabled
孟冬雪 committed
289 290 291
            ></c-input>
          </el-form-item>
        </c-col>
292
      </c-col>
孟冬雪 committed
293

294
      <c-col :span="24">
wangna committed
295
          <el-form-item label="已经转让的总额" prop="lttp.totamt">
孟冬雪 committed
296
            <c-input
297 298
              v-model="model.lttp.totamt"
              style="width: 100%"
wangna committed
299
              placeholder="请选择已经转让的总额"
300 301 302 303
              class="m-input-currency"
              disabled
            >
            </c-input>
孟冬雪 committed
304 305
          </el-form-item>
        </c-col>
306 307 308 309
    </c-col>

    <!-- right -->
    <c-col :span="11" :offset="1">
潘际乾 committed
310
      <c-col :span="24">
wangna committed
311
        <el-form-item label="装运日期" prop="ltdgrp.rec.shpdat">
孟冬雪 committed
312 313
          <c-date-picker
            type="date"
314
            v-model="model.ltdgrp.rec.shpdat"
孟冬雪 committed
315
            style="width: 100%"
wangna committed
316
            placeholder="请选择装运日期"
孟冬雪 committed
317
          ></c-date-picker>
孟冬雪 committed
318
        </el-form-item>
孟冬雪 committed
319
      </c-col>
320
      <c-col :span="24">
wangna committed
321
        <el-form-item label="有效期" prop="ltdgrp.rec.expdat">
322 323 324 325
          <c-date-picker
            type="date"
            v-model="model.ltdgrp.rec.expdat"
            style="width: 100%"
wangna committed
326
            placeholder="请选择有效期"
327 328
            disabled
          ></c-date-picker>
孟冬雪 committed
329
        </el-form-item>
孟冬雪 committed
330
      </c-col>
331
    </c-col>
孟冬雪 committed
332
  </div>
孟冬雪 committed
333 334
</template>
<script>
335
import Api from "~/service/Api"
wangren committed
336
import commonProcess from "~/mixin/commonProcess";
337 338 339
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Lttame/Event"
import Ptsmsg from "~/views/Public/Ptsmsg";
孟冬雪 committed
340 341

export default {
342
  components: { "c-ptsmsg": Ptsmsg },
孟冬雪 committed
343 344
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
345
  mixins: [commonProcess],
孟冬雪 committed
346
  data() {
347 348
    return {
      columns: [
wangna committed
349 350 351 352 353 354 355
        '2 1 "类型" 145',
        '4 2 "信用证编号" 150',
        '7 3 "币种" 140',
        '8 4 "余额" 150 2 8 1 7',
        '5 5 "最迟装船日期" 150 4 7 1',
        '6 6 "有效期" 150 4 7 1',
        '3 7 "名称" 150',
356 357 358 359
        '9 8 "Info" 150 5 6:1 0 I',
      ],
      data: [],
    };
孟冬雪 committed
360 361 362 363
  },
  methods: { ...Event },
  created: function () {},
};
孟冬雪 committed
364 365
</script>
<style>
366 367 368 369
.formItemLabel >>> .el-form-item__label {
  text-align: left;
  font-weight: bold;
}
孟冬雪 committed
370
</style>
371