Lttinf.vue 9.51 KB
Newer Older
孟冬雪 committed
1 2
<template>
  <div class="eibs-tab">
孟冬雪 committed
3
  
孟冬雪 committed
4
      <!-- ====================顶部======================= -->
孟冬雪 committed
5
      <c-col :span="24">
孟冬雪 committed
6 7 8 9 10 11 12 13
        <c-col :span="11">
          <c-col :span="24">
            <el-form-item label="Reference" prop="ledgrp.rec.ownref">
              <c-input
                v-model="model.ledgrp.rec.ownref"
                maxlength="16"
                placeholder="请输入Reference"
              ></c-input>
孟冬雪 committed
14 15
            </el-form-item>
          </c-col>
孟冬雪 committed
16 17 18 19
        </c-col>
        <c-col :span="11" :offset="1">
          <c-col :span="24">
            <el-form-item label="Name" prop="ledgrp.rec.nam">
孟冬雪 committed
20
              <c-input
孟冬雪 committed
21 22 23
                v-model="model.ledgrp.rec.nam"
                maxlength="40"
                placeholder="请输入Name"
孟冬雪 committed
24 25 26
              ></c-input>
            </el-form-item>
          </c-col>
孟冬雪 committed
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
        </c-col>
      </c-col>
      <!-- ====================左边======================= -->
      <c-col :span="11">
        <c-col :span="8">
          <el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
            <c-select
              v-model="model.ledgrp.cbs.nom1.cur"
              style="width: 100%"
              placeholder=""
            >
              <el-option
                v-for="item in codes.cur"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="10">
          <el-form-item label="" label-width="15px" prop="ledgrp.cbs.nom1.amt">
            <c-input
              v-model="model.ledgrp.cbs.nom1.amt"
              placeholder="请输入Balance"
            ></c-input>
          </el-form-item>
        </c-col>
孟冬雪 committed
55
        <c-col :span="6">
孟冬雪 committed
56 57 58 59
          <c-checkbox v-model="model.lttp.letp0.aammod.addamtflg"
            >Add. Amount</c-checkbox
          >
        </c-col>
孟冬雪 committed
60
        <c-col :span="8">
孟冬雪 committed
61 62 63 64 65
          <el-form-item label="Open Amount" prop="ledgrp.cbs.opn1.cur">
            <c-select
              v-model="model.ledgrp.cbs.opn1.cur"
              style="width: 100%"
              placeholder=""
孟冬雪 committed
66
            >
孟冬雪 committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
              <el-option
                v-for="item in codes.cur"
                :key="item.value"
                :label="item.label"
                :value="item.value"
              ></el-option>
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="10">
          <el-form-item label="" label-width="15px" prop="ledgrp.cbs.opn1.amt">
            <c-input
              v-model="model.ledgrp.cbs.opn1.amt"
              placeholder="请输入Balance"
            ></c-input>
          </el-form-item>
        </c-col>
孟冬雪 committed
84
        <c-col :span="6">
孟冬雪 committed
85 86 87 88
          <c-checkbox v-model="model.ledgrp.rec.revflg"
            >Revolving Flag</c-checkbox
          >
        </c-col>
孟冬雪 committed
89

孟冬雪 committed
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
        <c-col :span="24">
          <el-form-item label="Available with" prop="ledgrp.avbnam">
            <c-input
              v-model="model.ledgrp.avbnam"
              maxlength="40"
              placeholder="请输入Available with"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="18">
          <el-form-item label="Available by [AVBBY0]" prop="ledgrp.rec.avbby">
            <c-select
              v-model="model.ledgrp.rec.avbby"
              style="width: 100%"
              placeholder="请选择Available by [AVBBY0]"
孟冬雪 committed
106
              :code="codes.avbby0"
孟冬雪 committed
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
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="6">
          <c-checkbox v-model="model.ledgrp.rec.redclsflg"
            >Red/Green Clause</c-checkbox
          >
        </c-col>

        <c-col :span="24">
          <el-form-item label="Date Issued" prop="ledgrp.rec.opndat">
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.opndat"
              style="width: 100%"
              placeholder="请选择Date Issued"
            ></c-date-picker>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Date/Place of Expiry" prop="ledgrp.rec.expdat">
            <c-date-picker
              type="date"
              v-model="model.ledgrp.rec.expdat"
              style="width: 100%"
              placeholder="请选择Date/Place of Expiry"
            ></c-date-picker>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Date/Place of Expiry" prop="ledgrp.rec.expplc">
            <c-input
              v-model="model.ledgrp.rec.expplc"
              maxlength="29"
              placeholder="请输入Date/Place of Expiry"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Form of L/C" prop="ledgrp.rec.lcrtyp">
            <c-select
              v-model="model.ledgrp.rec.lcrtyp"
              style="width: 100%"
              placeholder="请选择Form of L/C"
孟冬雪 committed
153
              :code="codes.lcrtyp"
孟冬雪 committed
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 217 218 219 220 221 222 223 224 225 226 227
            >
            </c-select>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ====================右边======================= -->
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <el-form-item label="Applicant" prop="ledgrp.apl.pts.ref">
            <c-input
              v-model="model.ledgrp.apl.pts.ref"
              maxlength="16"
              placeholder="请输入Applicant"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.apl.pts.nam">
            <c-input
              v-model="model.ledgrp.apl.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Iss. Bank" prop="ledgrp.iss.pts.ref">
            <c-input
              v-model="model.ledgrp.iss.pts.ref"
              maxlength="16"
              placeholder="请输入Iss. Bank"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.iss.pts.nam">
            <c-input
              v-model="model.ledgrp.iss.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Beneficiary" prop="ledgrp.ben.pts.ref">
            <c-input
              v-model="model.ledgrp.ben.pts.ref"
              maxlength="16"
              placeholder="请输入Beneficiary"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Name of Party" prop="ledgrp.ben.pts.nam">
            <c-input
              v-model="model.ledgrp.ben.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="24">
          <el-form-item label="Confirmation text" prop="lttp.letp0.cnftxt">
            <c-input
              v-model="model.lttp.letp0.cnftxt"
              maxlength="40"
              placeholder="请输入Confirmation text"
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <!-- ====================底部======================= -->
潘际乾 committed
228
      <c-col :span="24">
孟冬雪 committed
229 230 231 232 233 234
        <el-form-item
          label="Streamgrid of other L/Cs backed by B2B LE"
          prop="lttp.leltb2b.litb2bstm"
        >
          <c-input
            v-model="model.lttp.leltb2b.litb2bstm"
孟冬雪 committed
235 236
            type="textarea"
            :rows="5"
孟冬雪 committed
237 238
            placeholder="请输入Streamgrid of other L/Cs backed by B2B LE"
          ></c-input>
孟冬雪 committed
239
        </el-form-item>
孟冬雪 committed
240 241
      </c-col>
      <c-col :span="11">
孟冬雪 committed
242
        <el-form-item label="Shipment Date" prop="ledgrp.rec.shpdat">
孟冬雪 committed
243 244 245 246 247 248
          <c-date-picker
            type="date"
            v-model="model.ledgrp.rec.shpdat"
            style="width: 100%"
            placeholder="请选择Shipment Date"
          ></c-date-picker>
孟冬雪 committed
249
        </el-form-item>
孟冬雪 committed
250
      </c-col>
孟冬雪 committed
251
      <c-col :span="11" :offset="1">
孟冬雪 committed
252
        <el-form-item label="Total Amount" prop="lttp.totamt">
孟冬雪 committed
253 254 255 256
          <c-input
            v-model="model.lttp.totamt"
            placeholder="请输入Total Amount"
          ></c-input>
孟冬雪 committed
257
        </el-form-item>
孟冬雪 committed
258 259
      </c-col>
      <!-- <c-col :span="12">
孟冬雪 committed
260 261
        <el-form-item label="Drag  Drop Sender" prop="lttp.letp0.recget.sdamod.dadsnd">
            <c-input  v-model="model.lttp.letp0.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
孟冬雪 committed
262 263
        </el-form-item>
       </c-col>
孟冬雪 committed
264
          
孟冬雪 committed
265
       <c-col :span="12">
孟冬雪 committed
266 267 268 269 270 271 272 273
	    <c-checkbox v-model="model.ledgrp.rec.revflg">Revolving Flag</c-checkbox>
       </c-col>
                                

                                   
       <c-col :span="12">
        <el-form-item label="Balance" prop="ltdgrp.cbs.opn1.amt">
            <c-input  v-model="model.ltdgrp.cbs.opn1.amt"  placeholder="请输入Balance"></c-input>
孟冬雪 committed
274 275
        </el-form-item>
       </c-col>
孟冬雪 committed
276
       </c-col> -->
孟冬雪 committed
277
    
孟冬雪 committed
278
  </div>
孟冬雪 committed
279 280
</template>
<script>
孟冬雪 committed
281
import Api from "~/service/Api";
wangren committed
282
import commonProcess from "~/mixin/commonProcess";
孟冬雪 committed
283 284
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Lttame/Event";
孟冬雪 committed
285 286

export default {
孟冬雪 committed
287 288
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
289
  mixins: [commonProcess],
孟冬雪 committed
290 291 292 293 294 295
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
孟冬雪 committed
296 297 298
</script>
<style>
</style>