Addbcb.vue 8.4 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
Wuyuqiu committed
3
    <el-collapse v-model="activeNames" @change="handleChange">
Wuyuqiu committed
4
      <el-collapse-item title="备查表" name="addbcb">
Wuyuqiu committed
5 6 7 8 9 10 11 12 13 14 15 16
        <c-col :span="24">
          <el-col :span="12">
            <el-form-item label="货物简称" prop="godnam">
              <c-input
                v-model="model.godnam"
                maxlength="40"
                style="width: 50%"
                placeholder="请输入货物简称"
              ></c-input>
            </el-form-item>
          </el-col>
        </c-col>
17

Wuyuqiu committed
18
        <c-col :span="24">
19
          <el-form-item label="备案表类型" style="float:left;">
Wuyuqiu committed
20 21 22 23 24
            <c-checkbox v-model="model.bcbtyp1">不在名录</c-checkbox>
            <c-checkbox v-model="model.bcbtyp2">异地付汇</c-checkbox>
            <c-checkbox v-model="model.bcbtyp3">转口贸易</c-checkbox>
            <c-checkbox v-model="model.bcbtyp4">90天以上信用证</c-checkbox>
            <c-checkbox v-model="model.bcbtyp5">不需要</c-checkbox>
25
            <c-checkbox v-model="model.bcbtyp6" style="margin-right:30px;">其它</c-checkbox>
Wuyuqiu committed
26 27 28 29 30 31 32 33 34 35
          </el-form-item>
          <el-form-item label="" prop="bcbtyp7" v-if="model.bcbtyp6">
            <c-input
              v-model="model.bcbtyp7"
              maxlength="30"
              style="width: 21.8%"
              placeholder="请输入备查表类型填写文本框"
            ></c-input>
          </el-form-item>
        </c-col>
36

Wuyuqiu committed
37
        <!-- <c-col :span="4" class=".centerLable">
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
	    <c-checkbox v-model="model.bcbtyp1">不在名录</c-checkbox>
       </c-col>
                  
       <c-col :span="4" class=".centerLable">
	    <c-checkbox v-model="model.bcbtyp2">异地付汇</c-checkbox>
       </c-col>
                  
       <c-col :span="4" class=".centerLable">
	    <c-checkbox v-model="model.bcbtyp3">转口贸易</c-checkbox>
       </c-col>
                  
       <c-col :span="6" class=".centerLable">
	    <c-checkbox v-model="model.bcbtyp4">90天以上信用证</c-checkbox>
       </c-col>
                  
       <c-col :span="4" class=".centerLable">
	    <c-checkbox v-model="model.bcbtyp5">不需要</c-checkbox>
       </c-col>
                  
       <c-col :span="4" class=".centerLable">
	    <c-checkbox v-model="model.bcbtyp6">其它</c-checkbox>
59 60
       </c-col> -->

Wuyuqiu committed
61
        <c-col :span="10" :pull="5"> </c-col>
62

Wuyuqiu committed
63 64 65 66 67 68 69 70 71 72
        <c-col :span="18">
          <el-form-item label="备案表效期" prop="bcbdat">
            <c-date-picker
              type="date"
              v-model="model.bcbdat"
              style="width: 30.75%"
              placeholder="请选择备案表效期"
            ></c-date-picker>
          </el-form-item>
        </c-col>
73

Wuyuqiu committed
74
        <!--
75
        <c-col :span="15" :push="1">
76 77 78
            <el-form-item label="1、申请人与我行已签署贸易融资协议(如需);" label-width="360px"></el-form-item>
        </c-col>

79
        <c-col :span="15" :push="1">
80 81 82
            <el-form-item label="2、申请书要素齐全;" label-width="360px"></el-form-item>
        </c-col>

83
        <c-col :span="15" :push="1">
84 85 86
            <el-form-item label="3、申请书是否双面签章,签章已经核符;" label-width="360px"></el-form-item>
        </c-col>

87
        <c-col :span="15" :push="1">
88 89 90
            <el-form-item label="4、占用授信额度的开证业务;" label-width="360px"></el-form-item>
        </c-col>
-->
Wuyuqiu committed
91 92 93 94 95 96 97
        <el-col :span="24">
          <el-form-item label="交易银行部意见">
            <div
              v-text="model.label1"
              data-path=".label1"
              class="lableSize"
            ></div>
98

Wuyuqiu committed
99 100 101 102 103
            <div
              v-text="model.label2"
              data-path=".label2"
              class="lableSize"
            ></div>
104

Wuyuqiu committed
105 106 107 108 109 110 111 112 113 114 115 116 117 118
            <div
              v-text="model.label3"
              data-path=".label3"
              class="lableSize"
            ></div>
            <div
              v-text="model.label4"
              data-path=".label4"
              class="lableSize"
            ></div>
          </el-form-item>
        </el-col>

        <!-- <c-col :span="15" :push="1">
119 120 121
            <span  v-text="model.label2"   data-path=".label2" class="lableSize"> </span>
        </c-col>
                    
122
        <c-col :span="15" :push="1">
123 124 125
            <span  v-text="model.label3"   data-path=".label3" class="lableSize"> </span>
        </c-col>
                    
126
        <c-col :span="15" :push="1">
127 128
            <span  v-text="model.label4"   data-path=".label4" class="lableSize"> </span>
        </c-col>
129 130
    -->

Wuyuqiu committed
131 132 133 134 135 136 137 138 139 140 141 142
        <c-col :span="24">
          <el-form-item label="" prop="label5">
            <c-select
              v-model="model.label5"
              style="width: 33%"
              placeholder="请选择国际部意见"
              :code="codes.label5"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <!--             
143 144 145 146
	<c-col :span="12">
	    <span  v-text="model.label6"   data-path=".label6" > </span>
	</c-col>
    -->
147

Wuyuqiu committed
148
        <!-- <c-col :span="24">
149
        <el-form-item label="异地通知" prop="bccls1" label-width="270px">
huangxin committed
150
            <c-select v-model="model.bccls1" style="width:30%" placeholder="请选择异地通知" :code="codes.bccls1">
151 152 153 154 155 156
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="受益人为保税区企业" prop="bccls2" label-width="270px">
huangxin committed
157
            <c-select v-model="model.bccls2" style="width:30%" placeholder="请选择受益人为保税区企业" :code="codes.bccls2">
158 159 160 161 162 163
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="运输单据抬头人为开证行,申请人不得拒付" prop="bccls3" label-width="270px">
huangxin committed
164
            <c-select v-model="model.bccls3" style="width:30%" placeholder="请选择运输单据抬头人为开证行,申请人不得拒付" :code="codes.bccls3">
165 166 167 168 169 170
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="目的港在境外的转口贸易/境外工程业务" prop="bccls4" label-width="270px">
huangxin committed
171
            <c-select v-model="model.bccls4" style="width:30%" placeholder="请选择目的港在境外的转口贸易/境外工程业务" :code="codes.bccls4">
172 173 174 175 176 177
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="起运地与目的地均为国内,属于加工贸易深加工" prop="bccls5" label-width="270px">
huangxin committed
178
            <c-select v-model="model.bccls5" style="width:30%" placeholder="请选择起运地与目的地均为国内,属于加工贸易深加工" :code="codes.bccls5">
179 180 181 182 183 184
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="非物权凭证,贸易背景真实" prop="bccls6" label-width="270px">
huangxin committed
185
            <c-select v-model="model.bccls6" style="width:30%" placeholder="请选择非物权凭证,贸易背景真实" :code="codes.bccls6">
186 187 188 189 190 191
              </c-select>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="24">
        <el-form-item label="超90天,已经总行贸易金融部批准办理" prop="bccls7" label-width="270px">
huangxin committed
192
            <c-select v-model="model.bccls7" style="width:30%" placeholder="请选择超90天,已经总行贸易金融部批准办理" :code="codes.bccls7">
193 194
              </c-select>
        </el-form-item>
huangxin committed
195
       </c-col> -->
Wuyuqiu committed
196
      </el-collapse-item>
Wuyuqiu committed
197
      <el-collapse-item title="附言" name="coninfp">
Wuyuqiu committed
198 199 200 201
        <!-- 附言 -->
        <m-coninfp :model="model" :codes="codes" />
      </el-collapse-item>
    </el-collapse>
202 203 204
  </div>
</template>
<script>
205
import Api from "~/service/Api";
wangren committed
206
import commonProcess from "~/mixin/commonProcess";
207 208
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Litopn/Event";
Wuyuqiu committed
209
import Coninfp from "~/views/Public/Coninfp";
210 211

export default {
Wuyuqiu committed
212 213 214
  components: {
    "m-coninfp": Coninfp,
  },
215 216 217 218
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
Wuyuqiu committed
219
    return {
Wuyuqiu committed
220
      activeNames: ["addbcb"],
Wuyuqiu committed
221 222 223 224 225 226 227
    };
  },
  methods: {
    ...Event,
    handleChange(val) {
      console.log(val);
    },
228 229 230
  },
  created: function () {},
};
231 232
</script>
<style>
233 234
.lableSize {
  font-size: 1px;
235 236
}
</style>