Canp.vue 8.03 KB
Newer Older
1
<template>
2
  <div class="eibs-tab">
wangna committed
3
      <!--=================顶部=================  -->
javaHeight committed
4
      <c-col :span="12" style="padding-right: 20px">
wangna committed
5 6 7 8 9 10 11 12 13
        <c-form-item label="父交易参考号" prop="trdgrp.rec.pntref">
          <c-input
            v-model="model.trdgrp.rec.pntref"
            maxlength="16"
            :disabled="true"
            :placeholder="$t('other.please_enter') + $t('trtp0.SF000049')"
          ></c-input>
        </c-form-item>
      </c-col>
14

javaHeight committed
15
      <c-col :span="12" style="padding-left: 20px">
wangna committed
16 17 18 19 20 21 22 23 24 25
        <c-form-item label="简略信息" prop="trdgrp.rec.pntnam">
          <c-input
            v-model="model.trdgrp.rec.pntnam"
            maxlength="40"
            :disabled="true"
            :placeholder="$t('other.please_enter') + $t('trtp0.SF000059')"
          ></c-input>
        </c-form-item>
      </c-col>

javaHeight committed
26
      <c-col :span="12" style="padding-right: 20px">
wangna committed
27 28 29 30 31 32 33 34 35 36
        <c-form-item label="参考号" prop="trdgrp.rec.ownref">
          <c-input
            v-model="model.trdgrp.rec.ownref"
            maxlength="16"
            :disabled="true"
            :placeholder="$t('other.please_enter') + $t('trtp0.S0000077')"
          ></c-input>
        </c-form-item>
      </c-col>

javaHeight committed
37
      <c-col :span="12" style="padding-left: 20px">
wangna committed
38 39 40 41 42 43 44 45 46 47
        <c-form-item label="简略信息" prop="trdgrp.rec.nam">
          <c-input
            v-model="model.trdgrp.rec.nam"
            maxlength="40"
            :disabled="true"
            :placeholder="$t('other.please_enter') + $t('trtp0.SF000068')"
          ></c-input>
        </c-form-item>
      </c-col>

javaHeight committed
48 49
      <!-- 中左 -->
      <c-col :span="12" style="padding-right: 20px">
wangna committed
50
        <c-col :span="24">
javaHeight committed
51 52 53 54 55 56 57 58 59 60
          <c-col :span="22">
            <c-form-item label="融资比例" prop="trdgrp.rec.pctfin">
              <c-input
                v-model="model.trdgrp.rec.pctfin"
                :disabled="true"
                style="width: 100%"
                :placeholder="$t('other.please_enter') + $t('trtp0.SF000050')"
              ></c-input>
            </c-form-item>
            </c-col>
wangna committed
61

javaHeight committed
62 63 64 65 66 67 68
            <c-col :span="2" style="padding:5px; font-size: 10px;text-align: center;">
                <span>%</span>
            </c-col>
          </c-col>


        <!-- <c-col :span="12" style="padding-right: 20px">
wangna committed
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
          <el-form-item label="融资金额" prop="trdgrp.cbs.max.cur">
            <c-fullbox>
              <c-select
                v-model="model.trdgrp.cbs.max.cur"
                style="width: 30%"
                :disabled="true"
              >
              </c-select>
              <c-input
                v-model="model.trdgrp.cbs.max.amt"
                style="width: 70%"
                :disabled="true"
              ></c-input>
            </c-fullbox>
          </el-form-item>
javaHeight committed
84
        </c-col> -->
wangna committed
85

javaHeight committed
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
          <c-col :span="24">
            <el-form-item label="融资金额" prop="trdgrp.cbs.max.cur">
                <c-col :span="12">
                  <c-select
                    v-model="model.trdgrp.cbs.max.cur"
                    :disabled="true"
                  >
                  </c-select>
                </c-col>
                <c-col :span="12">
                  <c-input
                    v-model="model.trdgrp.cbs.max.amt"
                    style="text-align: left; margin-left: 2px"
                    :disabled="true"
                  ></c-input>
                </c-col>
            </el-form-item>
          </c-col>

        <!-- <c-col :span="24">
wangna committed
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
          <c-form-item label="余额" prop="trdgrp.cbs.opn1.cur">
            <c-fullbox>
              <c-input
                v-model="model.trdgrp.cbs.opn1.cur"
                style="width: 30%"
                maxlength="3"
                :disabled="true"
              ></c-input>
              <c-input
                v-model="model.trdgrp.cbs.opn1.amt"
                style="width: 70%"
                :disabled="true"
              ></c-input>
            </c-fullbox>
          </c-form-item>
javaHeight committed
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
        </c-col> -->

        <c-col :span="24">
            <c-col :span="12">
              <c-form-item label="余额" prop="trdgrp.cbs.opn1.cur">
                <c-input
                  v-model="model.trdgrp.cbs.opn1.cur"
                  maxlength="3"
                  :disabled="true"
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12" >
              <el-form-item
                style="text-align: left; margin-left: 5px"
                label-width="0px">
                <c-input
                  v-model="model.trdgrp.cbs.opn1.amt"
                  :disabled="true"
                ></c-input>
              </el-form-item>
            </c-col>
          </c-col>
wangna committed
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167

        <c-col :span="12">
          <el-form-item label="起息日期" prop="trdgrp.rec.stttendat">
            <c-date-picker
              type="date"
              v-model="model.trdgrp.rec.stttendat"
              style="width: 100%"
              :disabled="true"
              :placeholder="$t('other.please_enter') + $t('trtp0.SF000052')"
            ></c-date-picker>
          </el-form-item>
        </c-col>

        <c-col :span="12">
          <el-form-item label="押汇到期日期" prop="trdgrp.rec.matdat">
            <c-date-picker
              label="押汇到期日期"
              type="date"
              v-model="model.trdgrp.rec.matdat"
              style="width: 100%"
              :disabled="true"
              :placeholder="$t('other.please_enter') + 'Maturity Date'"
            ></c-date-picker>
          </el-form-item>
168 169
        </c-col>

wangna committed
170
      </c-col>
javaHeight committed
171 172 173 174 175

        

      <!-- 中右 -->
      <c-col :span="12" style="padding-left: 20px">
wangna committed
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
        <c-col :span="24">
          <c-form-item label="融资客户" prop="trdgrp.fip.pts.ref">
            <c-input
              v-model="model.trdgrp.fip.pts.ref"
              maxlength="16"
              :disabled="true"
              :placeholder="$t('other.please_enter') + $t('trtp0.SF000062')"
            ></c-input>
          </c-form-item>
        </c-col>

        <c-col :span="24">
          <c-form-item label="当事人名称" prop="trdgrp.fip.pts.nam">
            <c-input
              v-model="model.trdgrp.fip.pts.nam"
              maxlength="40"
              :disabled="true"
              :placeholder="$t('other.please_enter') + '当事人名称'"
            ></c-input>
          </c-form-item>
        </c-col>
197

wangna committed
198 199 200 201 202 203 204 205 206 207
        <c-col :span="24">
          <c-form-item label="融资品种" prop="trdgrp.rec.fintyp">
            <c-input
              v-model="model.trdgrp.rec.fintyp"
              maxlength="3"
              :disabled="true"
              :placeholder="$t('other.please_enter') + $t('trtp0.SF000063')"
            ></c-input>
          </c-form-item>
        </c-col>
208

wangna committed
209 210 211 212 213 214 215 216 217 218
        <c-col :span="24">
          <c-form-item label="融资账号" prop="trdgrp.rec.finact">
            <c-input
              v-model="model.trdgrp.rec.finact"
              maxlength="21"
              :disabled="true"
              :placeholder="$t('other.please_enter') + $t('trtp0.SG000078')"
            ></c-input>
          </c-form-item>
        </c-col>
javaHeight committed
219
      </c-col>
220

javaHeight committed
221 222 223 224 225 226 227 228 229 230 231 232 233
      <c-col :span="12" style="padding-right: 20px">
        <c-col :span="20">
          <c-form-item label="叙述内容" prop="strinf">
            <c-input
              type="textarea"
              v-model="model.strinf"
              maxlength="50"
              show-word-limit
              :placeholder="$t('other.please_enter') + $t('叙述内容')"
            ></c-input>
          </c-form-item>
        </c-col>
        <c-col :span="4">
wangna committed
234
          <c-checkbox v-model="model.sndmsg">{{ $t("发送消息") }}</c-checkbox>
235
        </c-col>
wangna committed
236
      </c-col>
237
  </div>
238 239
</template>
<script>
wangna committed
240
import Api from "~/service/Api";
wangren committed
241
import commonProcess from "~/mixin/commonProcess";
wangna committed
242 243
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Trtcan/Event";
244 245

export default {
wangna committed
246 247 248 249 250 251 252 253 254
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
255 256 257
</script>
<style>
</style>