Dclp.vue 7.65 KB
Newer Older
liumin committed
1 2 3 4 5
<template>
  <div class="eibs-tab">
                             <!-- S0000001 : 临时申报编号 -->
                  
       <c-col :span="12">
liumin committed
6 7
        <c-form-item :label="$t('dclpp.S0000001')" prop="recgrp.dcl.tmpref">
            <c-input  v-model="model.recgrp.dcl.tmpref" maxlength="16"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000001')"></c-input>
liumin committed
8 9 10 11 12
        </c-form-item>
       </c-col>
                 <!-- S0000005 : 申报号码 -->
                  
       <c-col :span="12">
liumin committed
13 14
        <c-form-item :label="$t('dclpp.S0000005')" prop="recgrp.dcl.rptno">
            <c-input  v-model="model.recgrp.dcl.rptno" maxlength="22"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000005')"></c-input>
liumin committed
15 16 17 18 19
        </c-form-item>
       </c-col>
                 <!-- S0000003 : 操作类型 -->
                  
       <c-col :span="12">
liumin committed
20 21
        <c-form-item :label="$t('dclpp.S0000003')" prop="recgrp.dcl.actiontype">
            <c-input  v-model="model.recgrp.dcl.actiontype" maxlength="1"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000003')"></c-input>
liumin committed
22 23 24 25 26
        </c-form-item>
       </c-col>
                 <!-- S0000004 : 修改/删除原因 -->
                  
       <c-col :span="12">
liumin committed
27 28
        <c-form-item :label="$t('dclpp.S0000004')" prop="recgrp.dcl.actiondesc">
            <c-input type="textarea" v-model="model.recgrp.dcl.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('dclpp.S0000004')" ></c-input>
liumin committed
29 30 31 32 33
        </c-form-item>
        </c-col>
                 <!-- S0000002 : 地区机构号 -->
                  
       <c-col :span="12">
liumin committed
34 35
        <c-form-item :label="$t('dclpp.S0000002')" prop="recgrp.dcl.ownextkey">
            <c-input  v-model="model.recgrp.dcl.ownextkey" maxlength="8"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000002')"></c-input>
liumin committed
36 37 38 39 40
        </c-form-item>
       </c-col>
                 <!-- S0000018 : 申报日期 -->
                  
       <c-col :span="12">
liumin committed
41 42
        <el-form-item :label="$t('dclpp.S0000018')" prop="recgrp.dcl.rptdate">
            <c-date-picker type="date"  v-model="model.recgrp.dcl.rptdate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000018')"></c-date-picker>
liumin committed
43 44 45 46 47 48 49 50
        </el-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.dclpp.isref1"   data-path=".recp.dclpp.isref1" > </span>
</c-col>
                  
       <c-col :span="12">
liumin committed
51 52
        <el-form-item label="是否进口核销项下收汇" prop="recgrp.dcl.isref">
            <c-select v-model="model.recgrp.dcl.isref" style="width:100%" :placeholder="$t('other.please_enter')+'是否进口核销项下收汇'">
liumin committed
53 54 55 56 57
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
liumin committed
58 59
        <c-form-item label="收款人常驻国家/地区编码" prop="recgrp.dcl.country">
            <c-input  v-model="model.recgrp.dcl.country" maxlength="3"  :placeholder="$t('other.please_enter')+'收款人常驻国家/地区编码'"></c-input>
liumin committed
60 61 62 63 64 65 66 67 68 69 70 71 72 73
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut1">
             {{$t('codsel.C0000005')}}
        </c-button>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.dclpp.paytype1"   data-path=".recp.dclpp.paytype1" > </span>
</c-col>
                  
       <c-col :span="12">
liumin committed
74 75
        <el-form-item label="付款类型" prop="recgrp.dcl.paytype">
            <c-select v-model="model.recgrp.dcl.paytype" style="width:100%" :placeholder="$t('other.please_enter')+'付款类型'">
liumin committed
76 77 78 79 80 81 82 83 84 85 86 87 88
              </c-select>
        </el-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.dclpp.country1"   data-path=".recp.dclpp.country1" > </span>
</c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recp.dclpp.acp">{{$t('dclpp.C0000029')}}</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
liumin committed
89 90
        <c-form-item label="交易编码1" prop="recgrp.dcl.txcode">
            <c-input  v-model="model.recgrp.dcl.txcode" maxlength="6"  :placeholder="$t('other.please_enter')+'交易编码1'"></c-input>
liumin committed
91 92 93 94 95 96 97 98 99 100 101 102
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel1Selbut">
             {{$t('codsel.C0000002')}}
        </c-button>
       </c-col>
                 <!-- S0000033 : 交易编码1 -->
                 <!-- S0000009 : 相应金额1 -->
                  
       <c-col :span="12">
liumin committed
103 104
        <c-form-item :label="$t('dclpp.S0000009')" prop="recgrp.dcl.tc1amt">
            <c-input  v-model="model.recgrp.dcl.tc1amt"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000009')"></c-input>
liumin committed
105 106 107 108 109
        </c-form-item>
       </c-col>
                 <!-- S0000031 : 交易附言1 -->
                  
       <c-col :span="12">
liumin committed
110 111
        <c-form-item :label="$t('dclpp.S0000031')" prop="recgrp.dcl.txrem">
            <c-input  v-model="model.recgrp.dcl.txrem" maxlength="50"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000031')"></c-input>
liumin committed
112 113 114 115 116
        </c-form-item>
       </c-col>
                 <!-- S0000013 : 相应金额2 -->
                  
       <c-col :span="12">
liumin committed
117 118
        <c-form-item :label="$t('dclpp.S0000013')" prop="recgrp.dcl.tc2amt">
            <c-input  v-model="model.recgrp.dcl.tc2amt"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000013')"></c-input>
liumin committed
119 120 121 122
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
liumin committed
123 124
        <c-form-item label="交易编码2" prop="recgrp.dcl.txcode2">
            <c-input  v-model="model.recgrp.dcl.txcode2" maxlength="6"  :placeholder="$t('other.please_enter')+'交易编码2'"></c-input>
liumin committed
125 126 127 128 129 130 131 132 133 134 135 136
        </c-form-item>
       </c-col>
                 <!-- S0000032 : 交易编码2 -->
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onCodsel2Selbut">
             {{$t('codsel.C0000002')}}
        </c-button>
       </c-col>
                 <!-- S0000014 : 交易附言2 -->
                  
       <c-col :span="12">
liumin committed
137 138
        <c-form-item :label="$t('dclpp.S0000014')" prop="recgrp.dcl.tx2rem">
            <c-input  v-model="model.recgrp.dcl.tx2rem" maxlength="50"  :placeholder="$t('other.please_enter')+$t('dclpp.S0000014')"></c-input>
liumin committed
139 140 141 142 143 144 145 146
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.dclpp.crtuser1"   data-path=".recp.dclpp.crtuser1" > </span>
</c-col>
                  
       <c-col :span="12">
liumin committed
147 148
        <c-form-item label="联系人" prop="recgrp.dcl.crtuser">
            <c-input  v-model="model.recgrp.dcl.crtuser" maxlength="20"  :placeholder="$t('other.please_enter')+'联系人'"></c-input>
liumin committed
149 150 151 152 153 154 155 156
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.dclpp.inptelc1"   data-path=".recp.dclpp.inptelc1" > </span>
</c-col>
                  
       <c-col :span="12">
liumin committed
157 158
        <c-form-item label="联系人电话" prop="recgrp.dcl.inptelc">
            <c-input  v-model="model.recgrp.dcl.inptelc" maxlength="20"  :placeholder="$t('other.please_enter')+'联系人电话'"></c-input>
liumin committed
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
        </c-form-item>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Dbbinf/Event"

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

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

    }
}
</script>
<style>

</style>