Canp.vue 6.25 KB
Newer Older
fukai committed
1
<template>
youbaofeng committed
2 3 4 5 6 7 8 9 10
    <div class="eibs-tab">
        <c-col :span="24">
            <!-- ======================左边====================== -->
            <c-col :span="12" style="padding-right: 20px">
                <c-col :span="24">
                    <c-form-item :label="$t('fttfcn.资金调拨业务参考号')" prop="ftdgrp.rec.ownref">
                        <c-input v-model="model.ftdgrp.rec.ownref" maxlength="16"
                            :placeholder="$t('other.请输入') + $t('fttfcn.S0000002')"></c-input>
                    </c-form-item>
11
                </c-col>
youbaofeng committed
12 13 14 15 16

                <c-col :span="24">
                    <c-form-item :label="$t('fttfcn.资金部负责人')" prop="fttp.usr.extkey">
                        <c-input v-model="model.fttp.usr.extkey" maxlength="8"
                            :placeholder="$t('other.请输入') + $t('fttfcn.资金部负责人')"></c-input>
17 18 19
                    </c-form-item>
                </c-col>

youbaofeng committed
20 21 22 23
                <c-col :span="24">
                    <el-form-item :label="$t('fttfcn.定存拆借类型')" prop="ftdgrp.rec.fttyp">
                        <c-select v-model="model.ftdgrp.rec.fttyp" style="width:100%"
                            :placeholder="$t('other.请输入') + $t('fttfcn.定存拆借类型')">
24 25 26
                        </c-select>
                    </el-form-item>
                </c-col>
youbaofeng committed
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

                <c-col :span="24">
                    <c-col :span="12">
                        <el-form-item :label="$t('fttfcn.定存拆借金额币种')" prop="ftdgrp.cbs.max.cur">
                            <c-select v-model="model.ftdgrp.cbs.max.cur" :code="codes.curtxt1" style="width:100%"
                                :placeholder="$t('other.请输入') + $t('fttfcn.定存拆借金额币种')">
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="12" class="pl8">
                        <c-form-item label-width="0" prop="ftdgrp.cbs.max.amt">
                            <c-input v-model="model.ftdgrp.cbs.max.amt"
                                :placeholder="$t('other.请输入') + $t('fttfcn.定存拆借金额')"></c-input>
                        </c-form-item>
                    </c-col>
42
                </c-col>
youbaofeng committed
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

                <c-col :span="24">
                    <c-col :span="12">
                        <el-form-item :label="$t('fttfcn.待销账金额币种')" prop="ftdgrp.cbs.opn2.cur">
                            <c-select v-model="model.ftdgrp.cbs.opn2.cur" :code="codes.curtxt1" style="width:100%"
                                :placeholder="$t('other.请输入') + $t('fttfcn.待销账金额币种')">
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="12" class="pl8">
                        <c-form-item label-width="0" prop="ftdgrp.cbs.opn2.amt">
                            <c-input v-model="model.ftdgrp.cbs.opn2.amt"
                                :placeholder="$t('other.请输入') + '待销账金额币种'"></c-input>
                        </c-form-item>
                    </c-col>
58
                </c-col>
youbaofeng committed
59 60 61 62 63 64 65 66 67 68 69 70 71 72
                <c-col :span="24">
                    <c-col :span="12">
                        <el-form-item :label="$t('fttfcn.实际消费金币种')" prop="setmod.doccur">
                            <c-select v-model="model.setmod.doccur" :code="codes.curtxt1" style="width:100%"
                                :placeholder="$t('other.请输入') + $t('fttfcn.实际消费金币种')">
                            </c-select>
                        </el-form-item>
                    </c-col>

                    <c-col :span="12" class="pl8">
                        <c-form-item label-width="0" prop="canamt">
                            <c-input v-model="model.canamt" :placeholder="$t('other.请输入') + '实际消费金额'"></c-input>
                        </c-form-item>
                    </c-col>
73 74 75
                </c-col>

            </c-col>
youbaofeng committed
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 104 105 106 107
            <!-- ======================右边====================== -->
            <c-col :span="12" style="padding-left: 20px">
                <c-col :span="24">
                    <c-form-item :label="$t('fttfcn.名称')" prop="ftdgrp.rec.nam">
                        <c-input v-model="model.ftdgrp.rec.nam" maxlength="40"
                            :placeholder="$t('other.请输入') + $t('fttfcn.S0000003')"></c-input>
                    </c-form-item>
                </c-col>
                <c-col :span="24">
                    <el-card class="box-card">
                        <c-ptap :model="model" :requiredExtkey="true" :disabled="false" :isAdrblk="true"
                            :haveAdrLabel="true" :isShowCard="false"
                            :argadr="{ title: '资金拆出行', grp: 'ftdgrp', rol: 'tro' }" ptytyp="B">
                        </c-ptap>
                    </el-card>
                </c-col>
                <c-col :span="24">
                    <el-card class="box-card">
                        <c-ptap :model="model" :requiredExtkey="true" :disabled="false" :isAdrblk="true"
                            :haveAdrLabel="true" :isShowCard="false"
                            :argadr="{ title: '资金拆入行', grp: 'ftdgrp', rol: 'tri' }" ptytyp="B">
                        </c-ptap>
                    </el-card>
                </c-col>
                <c-col :span="24">
                    <el-card class="box-card">
                        <c-ptap :model="model" :requiredExtkey="true" :disabled="false" :isAdrblk="true"
                            :haveAdrLabel="true" :isShowCard="false"
                            :argadr="{ title: '账户行', grp: 'ftdgrp', rol: 'act' }" ptytyp="B">
                        </c-ptap>
                    </el-card>
                </c-col>
108
            </c-col>
fukai committed
109
        </c-col>
youbaofeng committed
110
    </div>
fukai committed
111 112 113 114 115 116 117 118 119
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "../model/Event"

export default {
    inject: ['root'],
youbaofeng committed
120
    props: ["model", "codes"],
121
    mixins: [],
youbaofeng committed
122
    data() {
fukai committed
123 124 125 126
        return {

        }
    },
youbaofeng committed
127 128
    methods: { ...Event },
    created: function () {
fukai committed
129 130 131 132

    }
}
</script>
youbaofeng committed
133
<style></style>