Canp.vue 9.19 KB
Newer Older
xsh committed
1 2 3 4 5 6 7
<template>
  <div class="eibs-tab">
    <!-- =================顶部====================== -->
    <c-col :span="24">
      <c-col :span="8">
        <el-form-item label="Reference" prop="bodgrp.rec.ownref">
          <c-input
xsh committed
8
            disabled
xsh committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
            v-model="model.bodgrp.rec.ownref"
            maxlength="16"
            placeholder="请输入Reference"
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="4">
        <el-form-item label="" label-width="15px">
          <c-button size="small" type="primary;width:10%" @click="onSeainf"
            >i</c-button
          >
        </el-form-item>
      </c-col>
      <c-col :span="12">
        <el-form-item label="Name" prop="bodgrp.rec.nam">
          <c-input
xsh committed
25
            disabled
xsh committed
26 27
            v-model="model.bodgrp.rec.nam"
            maxlength="40"
xsh committed
28
            style="width:88%"
xsh committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
            placeholder="请输入Name"
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
    <c-row>
      <!-- ====================左边======================= -->
      <c-col :span="11">
        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="Document Amount" prop="bodgrp.cbs.max.cur">
              <c-select
                v-model="model.bodgrp.cbs.max.cur"
                style="width:100%"
                placeholder="CUR"
xsh committed
44 45 46 47 48 49 50 51
              >
              <el-option
                  v-for="item in codes.cur"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
xsh committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item
              label=""
              style="text-align: left"
              label-width="20px"
              prop="bodgrp.cbs.max.amt"
            >
              <c-input
                v-model="model.bodgrp.cbs.max.amt"
                placeholder="请输入Document Amount"
              ></c-input
            ></el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <c-col :span="12">
            <el-form-item label="Open Amount" prop="bodgrp.cbs.opn1.cur">
              <c-select
                v-model="model.bodgrp.cbs.opn1.cur"
                style="width:100%"
                placeholder="CUR"
xsh committed
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>
xsh committed
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
            </el-form-item>
          </c-col>
          <c-col :span="12">
            <el-form-item
              label=""
              style="text-align: left"
              label-width="20px"
              prop="bodgrp.cbs.opn1.amt"
            >
              <c-input
                v-model="model.bodgrp.cbs.opn1.amt"
                placeholder="请输入Open Amount"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item
            label="Collection Condition"
            prop="bodgrp.rec.doctypcod"
          >
            <c-select
              v-model="model.bodgrp.rec.doctypcod"
              style="width:100%"
              placeholder="请选择Collection Condition"
xsh committed
110 111 112 113 114 115 116 117
            >
            <el-option
                  v-for="item in codes.doctyp"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
            </c-select>
xsh committed
118 119 120 121 122 123 124 125 126 127 128 129 130 131
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Document Set Status" prop="bodgrp.rec.docsta">
            <c-input
              v-model="model.bodgrp.rec.docsta"
              maxlength="40"
              placeholder="请输入Document Set Status"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
xsh committed
132
          <c-col :span="16">
xsh committed
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
            <el-form-item label="Tenor Specification" prop="bodgrp.rec.matdat">
              <c-date-picker
                type="date"
                v-model="model.bodgrp.rec.matdat"
                style="width:100%"
                placeholder="请选择Maturity Date"
              ></c-date-picker>
            </el-form-item>
          </c-col>

          <c-col :span="4">
            <el-form-item
              label=""
              style="text-align: left"
              label-width="6px"
              prop="bodgrp.rec.matpercnt"
            >
              <c-input
                v-model="model.bodgrp.rec.matpercnt"
                placeholder="0"
              ></c-input>
            </el-form-item>
          </c-col>
        </c-col>

        <c-col :span="24">
          <el-form-item label="" prop="bodgrp.rec.matperbeg">
            <c-select
              v-model="model.bodgrp.rec.matperbeg"
              style="width:100%"
              placeholder="请选择Start of Maturity Period MATBEG"
xsh committed
164 165 166 167 168 169 170 171
            >
            <el-option
                  v-for="item in codes.matbeg"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
            </c-select>
xsh committed
172 173 174 175 176 177 178 179
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Order Date" prop="bodgrp.rec.rcvdat">
            <c-date-picker
              type="date"
              v-model="model.bodgrp.rec.rcvdat"
xsh committed
180
              style="width:50%"
xsh committed
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
              placeholder="请选择Order Date"
            ></c-date-picker>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <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>
      </c-col>

      <!-- ====================右边======================= -->
      <c-col :span="11" :offset="1">
        <c-col :span="24">
          <el-form-item label="Drawer.Ref" prop="bodgrp.drr.pts.ref">
            <c-input
              v-model="model.bodgrp.drr.pts.ref"
              maxlength="16"
xsh committed
206
              style="width:50%"
xsh committed
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
              placeholder="请输入Drawer"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Drawer.Name" prop="bodgrp.drr.pts.nam">
            <c-input
              v-model="model.bodgrp.drr.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Collecting Bank.Ref" prop="bodgrp.col.pts.ref">
            <c-input
              v-model="model.bodgrp.col.pts.ref"
              maxlength="16"
xsh committed
227
              style="width:50%"
xsh committed
228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
              placeholder="请输入Collecting Bank"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Collecting Bank.Name" prop="bodgrp.col.pts.nam">
            <c-input
              v-model="model.bodgrp.col.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Drawee.Ref" prop="bodgrp.dre.pts.ref">
            <c-input
              v-model="model.bodgrp.dre.pts.ref"
              maxlength="16"
xsh committed
248
              style="width:50%"
xsh committed
249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
              placeholder="请输入Drawee"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Drawee.Name" prop="bodgrp.dre.pts.nam">
            <c-input
              v-model="model.bodgrp.dre.pts.nam"
              maxlength="40"
              placeholder="请输入Name of Party"
            ></c-input>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <el-form-item label="Presentation Date" prop="bodgrp.rec.predat">
            <c-date-picker
              type="date"
              v-model="model.bodgrp.rec.predat"
xsh committed
269
              style="width:50%"
xsh committed
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
              placeholder="请选择Presentation Date"
            ></c-date-picker>
          </el-form-item>
        </c-col>

        <c-col :span="24">
          <c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
        </c-col>
      </c-col>

      <!--<c-col :span="12">
	    <span  v-text="model.botp0.matp.mattxtlab"   data-path=".botp0.matp.mattxtlab" > </span>
	   </c-col>                            
	   <c-col :span="12">
	    <span  v-text="model.bodgrp.rec.matpertyp"   data-path=".bodgrp.rec.matpertyp" > </span>
	    </c-col> -->
    </c-row>
  </div>
</template>
<script>
import Api from "~/service/Api";
wangren committed
291
import commonProcess from "~/mixin/commonProcess";
xsh committed
292 293 294 295 296 297
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Botcan/Event";

export default {
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
298
  mixins: [commonProcess],
xsh committed
299 300 301 302 303 304 305 306
  data() {
    return {};
  },
  methods: { ...Event },
  created: function() {},
};
</script>
<style></style>