Canp.vue 8.56 KB
Newer Older
1
<template>
潘际乾 committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  <div class="eibs-tab">
    <el-row>
      <c-col :span="8">
        <c-fullbox>
          <el-form-item label="Import L/C" prop="lidgrp.rec.ownref">
            <c-input
              v-model="model.lidgrp.rec.ownref"
              maxlength="16"
              placeholder="请输入参考号"
            ></c-input>
          </el-form-item>
          <template slot="footer">
            <c-button
              style="margin: 0 10px 0 10px; padding: 0 12px"
              size="small"
              type="primary"
              @click="onSeainf"
            >
              <span style="font-family: '宋体'; font-weight: bold">i</span>
            </c-button>
          </template>
        </c-fullbox>
      </c-col>
25

潘际乾 committed
26 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
      <c-col :span="4">
        <el-form-item
          label="Expiry"
          prop="lidgrp.rec.expdat"
          label-width="80px"
        >
          <c-date-picker
            type="date"
            v-model="model.lidgrp.rec.expdat"
            style="width: 100%"
            placeholder="请选择Date of Expiry"
            disabled="disabled"
          ></c-date-picker>
        </el-form-item>
      </c-col>
      <c-col :span="6">
        <el-form-item label="Open Amt. L/C" prop="lidgrp.cbs.opn1.cur">
          <c-select
            v-model="model.lidgrp.cbs.opn1.cur"
            style="width: 100%"
            placeholder="请选择币种"
          >
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="6">
        <el-form-item prop="lidgrp.cbs.opn1.amt" label-width="20px">
          <c-input
            v-model="model.lidgrp.cbs.opn1.amt"
            placeholder="请输入Balance"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="12">
        <c-fullbox>
          <el-form-item label="Bill Set Reference" prop="brdgrp.rec.ownref">
            <c-input
              v-model="model.brdgrp.rec.ownref"
              maxlength="16"
              placeholder="请输入单据参考号"
              disabled="disabled"
            ></c-input>
          </el-form-item>
          <template slot="footer">
            <c-button
              style="margin: 0 0 0 10px; padding: 0 12px"
              size="small"
              type="primary"
              @click="onSeainf"
            >
              <span style="font-family: '宋体'; font-weight: bold">i</span>
            </c-button>
          </template>
        </c-fullbox>
      </c-col>
      <c-col :span="12">
        <el-form-item prop="brdgrp.rec.nam">
          <c-input
            v-model="model.brdgrp.rec.nam"
            maxlength="40"
            placeholder="请输入Name of Bill Contract"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="5">
        <el-form-item label="Document Amount" prop="brdgrp.cbs.max.cur">
          <c-select
            v-model="model.brdgrp.cbs.max.cur"
            style="width: 100%"
            placeholder="请选择币种"
          >
          </c-select>
        </el-form-item>
      </c-col>
104

潘际乾 committed
105 106 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
      <c-col :span="7">
        <el-form-item prop="brdgrp.cbs.max.amt" label-width="20px">
          <c-input
            v-model="model.brdgrp.cbs.max.amt"
            placeholder="请输入单据金额"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <el-form-item label="Applicant .ref" prop="brdgrp.apl.pts.ref">
          <c-input
            v-model="model.brdgrp.apl.pts.ref"
            maxlength="16"
            placeholder="请输入申请人ref"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="5">
        <el-form-item label="Open Amount" prop="brdgrp.cbs.opn1.cur">
          <c-select
            v-model="model.brdgrp.cbs.opn1.cur"
            style="width: 100%"
            placeholder="请选择币种"
          >
          </c-select>
        </el-form-item>
      </c-col>
134

潘际乾 committed
135 136 137 138 139 140 141 142
      <c-col :span="7">
        <el-form-item prop="brdgrp.cbs.opn1.amt" label-width="20px">
          <c-input
            v-model="model.brdgrp.cbs.opn1.amt"
            placeholder="请输入Balance"
          ></c-input>
        </el-form-item>
      </c-col>
143

潘际乾 committed
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
      <c-col :span="12">
        <el-form-item prop="brdgrp.apl.pts.nam" label="名称">
          <c-input
            v-model="model.brdgrp.apl.pts.nam"
            maxlength="40"
            placeholder="申请人"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="6">
        <el-form-item label="Received on" prop="brdgrp.rec.rcvdat">
          <c-date-picker
            type="date"
            v-model="model.brdgrp.rec.rcvdat"
            style="width: 100%"
            placeholder="请选择到单日期"
          ></c-date-picker>
        </el-form-item>
      </c-col>
165

潘际乾 committed
166 167 168 169 170 171 172 173 174 175
      <c-col :span="6">
        <el-form-item label="Advice on" prop="brdgrp.rec.advdat">
          <c-date-picker
            type="date"
            v-model="model.brdgrp.rec.advdat"
            style="width: 100%"
            placeholder="请选择Date of Advice of Payment"
          ></c-date-picker>
        </el-form-item>
      </c-col>
176

潘际乾 committed
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
      <c-col :span="12">
        <el-form-item label="Beneficiary .ref" prop="brdgrp.ben.pts.ref">
          <c-input
            v-model="model.brdgrp.ben.pts.ref"
            maxlength="16"
            placeholder="请输入受益人ref"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="12">
        <el-form-item label="Maturity Date" prop="brdgrp.rec.matdat">
          <c-date-picker
            type="date"
            v-model="model.brdgrp.rec.matdat"
            style="width: 100%"
            placeholder="请选择Maturity Date"
          ></c-date-picker>
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <el-form-item prop="brdgrp.ben.pts.nam" label="名称">
          <c-input
            v-model="model.brdgrp.ben.pts.nam"
            maxlength="40"
            placeholder="受益人"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="12">
        <el-form-item label="Document Type" prop="brdgrp.rec.docflg">
          <c-select
            v-model="model.brdgrp.rec.docflg"
            style="width: 100%"
            placeholder="请选择单据类型"
          >
          </c-select>
        </el-form-item>
      </c-col>
219

潘际乾 committed
220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
      <c-col :span="12">
        <el-form-item label="Presenting Bank  .ref" prop="brdgrp.prb.pts.ref">
          <c-input
            v-model="model.brdgrp.prb.pts.ref"
            maxlength="16"
            placeholder="请输入交单行ref"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="12">
        <el-form-item label="Document Set Status" prop="brdgrp.rec.docsta">
          <c-select
            v-model="model.brdgrp.rec.docsta"
            style="width: 100%"
            placeholder="请选择单据承付状态"
          >
          </c-select>
        </el-form-item>
      </c-col>
241

潘际乾 committed
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
      <c-col :span="12">
        <el-form-item label="名称" prop="brdgrp.prb.pts.nam">
          <c-input
            v-model="model.brdgrp.prb.pts.nam"
            maxlength="40"
            placeholder="请输入Name of Party"
          ></c-input>
        </el-form-item>
      </c-col>
    </el-row>
    <el-row>
      <c-col :span="12">
        <el-form-item label="Narrative" prop="strinf">
          <c-input
            type="textarea"
            v-model="model.strinf"
            maxlength="50"
            show-word-limit
            placeholder="请输入Narrative"
          ></c-input>
        </el-form-item>
      </c-col>
264

潘际乾 committed
265 266 267 268 269 270
      <c-col :span="12">
				<el-form-item label="" prop="sndmsg">
					<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
				</el-form-item>
      </c-col>
    </el-row>
271

潘际乾 committed
272 273 274 275 276 277 278 279 280 281 282
    <c-col :span="12">
      <el-form-item label="Booking Procedure" prop="rebkpflg">
        <c-select
          v-model="model.rebkpflg"
          style="width: 100%"
          placeholder="请选择Booking Procedure"
        >
        </c-select>
      </el-form-item>
    </c-col>
  </div>
283 284
</template>
<script>
潘际乾 committed
285 286 287 288 289
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtcan/Event";
import Brtcan from "~/model/Brtcan";
290

潘际乾 committed
291 292 293 294 295 296 297 298 299 300
export default {
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
301 302 303
</script>
<style>
</style>