Vrfp.vue 5.67 KB
Newer Older
jianglong committed
1 2 3 4 5 6 7 8 9
<template>
<div class="eibs-tab">

    <c-row>
        <c-col :span="24">
            <!-- -----左边----- -->
            <c-col :span="12" style="padding-right:20px">
                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000001')" prop="recgrp.vrf.tmpref">
jianglong committed
10
                        <c-input disabled  v-model="model.recgrp.vrf.tmpref" maxlength="16" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000001')"></c-input>
jianglong committed
11 12 13 14 15 16 17
                    </c-form-item>
                </c-col>

                <!-- S0000003 : 操作类型 -->

                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000003')" prop="recgrp.vrf.actiontype">
jianglong committed
18
                        <c-input disabled  v-model="model.recgrp.vrf.actiontype" maxlength="1" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000003')"></c-input>
jianglong committed
19 20 21 22 23 24
                    </c-form-item>
                </c-col>
                <!-- S0000002 : 地区机构号 -->

                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000002')" prop="recgrp.vrf.ownextkey">
jianglong committed
25
                        <c-input disabled  v-model="model.recgrp.vrf.ownextkey" maxlength="8" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000002')"></c-input>
jianglong committed
26 27 28 29 30 31 32
                    </c-form-item>
                </c-col>

                <!-- S0000052 : 收汇类型 -->

                <c-col :span="24">
                    <el-form-item :label="$t('dbap.S0000052')" prop="recgrp.vrf.payattr">
jianglong committed
33
                        <c-select disabled  v-model="model.recgrp.vrf.payattr" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbap.S0000052')">
jianglong committed
34 35 36 37 38 39
                        </c-select>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <c-form-item :label="$t('dbap.S0000050')" prop="recgrp.vrf.osamt">
jianglong committed
40
                        <c-input disabled  v-model="model.recgrp.vrf.osamt" :placeholder="$t('other.please_enter')+$t('dbap.S0000050')"></c-input>
jianglong committed
41 42 43 44 45
                    </c-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item :label="$t('dbap.S0000049')" prop="recgrp.vrf.chkprtd">
jianglong committed
46
                        <c-select disabled  v-model="model.recgrp.vrf.chkprtd" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbap.S0000049')">
jianglong committed
47 48 49 50 51 52 53
                        </c-select>
                    </el-form-item>
                </c-col>
                <!-- S0000053 : 收汇总金额中用于出口核销的金额 -->

                <c-col :span="24">
                    <c-form-item :label="$t('dbap.S0000053')" prop="recgrp.vrf.chkamt">
jianglong committed
54
                        <c-input disabled  v-model="model.recgrp.vrf.chkamt" :placeholder="$t('other.please_enter')+$t('dbap.S0000053')"></c-input>
jianglong committed
55 56 57 58 59 60 61 62 63 64
                    </c-form-item>
                </c-col>

            </c-col>

            <!-- -----右边----- -->
            <c-col :span="12" style="padding-left:20px">

                <c-col :span="24">
                    <c-form-item label="申报编号" prop="recgrp.vrf.rptno">
jianglong committed
65
                        <c-input disabled  v-model="model.recgrp.vrf.rptno" maxlength="22" :placeholder="$t('other.please_enter')+'申报编号'"></c-input>
jianglong committed
66 67 68 69 70 71 72
                    </c-form-item>
                </c-col>

                <!-- S0000004 : 修改/删除原因 -->

                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000004')" prop="recgrp.vrf.actiondesc">
jianglong committed
73
                        <c-input disabled  type="textarea" v-model="model.recgrp.vrf.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('vrfpp.S0000004')"></c-input>
jianglong committed
74 75 76 77 78
                    </c-form-item>
                </c-col>

                <c-col :span="24">
                    <c-form-item label-width="120px">
jianglong committed
79
                        <c-checkbox  disabled style="float:left;" v-model="model.recp.vrfpp.acp">{{$t('vrfpp.C0000017')}}</c-checkbox>
jianglong committed
80 81 82 83 84 85 86
                    </c-form-item>
                </c-col>

                <!--出口收汇核销单号码 -->

                <c-col :span="24">
                    <el-form-item :label="$t('vrfpp.S0000015')" prop="recgrp.vrf.rptdate">
jianglong committed
87
                        <c-date-picker disabled  type="date" v-model="model.recgrp.vrf.rptdate" style="width:100%" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000015')"></c-date-picker>
jianglong committed
88 89 90 91 92 93
                    </el-form-item>
                </c-col>
                <!-- S0000013 : 填报人 -->

                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000013')" prop="recgrp.vrf.crtuser">
jianglong committed
94
                        <c-input disabled  v-model="model.recgrp.vrf.crtuser" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000013')"></c-input>
jianglong committed
95 96 97 98 99 100
                    </c-form-item>
                </c-col>
                <!-- S0000014 : 填报人电话 -->

                <c-col :span="24">
                    <c-form-item :label="$t('vrfpp.S0000014')" prop="recgrp.vrf.inptelc">
jianglong committed
101
                        <c-input disabled  v-model="model.recgrp.vrf.inptelc" maxlength="20" :placeholder="$t('other.please_enter')+$t('vrfpp.S0000014')"></c-input>
jianglong committed
102 103 104 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 134 135 136 137 138 139
                    </c-form-item>
                </c-col>

            </c-col>

        </c-col>

    </c-row>
</div>
</template>

<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Dbainf/Event"

export default {
    inject: ['root'],
    props: ["model", "codes"],
    mixins: [commonProcess],
    data() {
        return {

        }
    },
    methods: {
        ...Event
    },
    created: function () {

    }
}
</script>

<style>

</style>