Basp2.vue 10.4 KB
Newer Older
huangxin committed
1
<template>
2 3 4
  <div class="eibs">
        <!-- ==================左边================ -->
        <c-col :span="12" style="padding-right: 20px;">
wangna committed
5
      <c-col :span="24">
huangxin committed
6
        <el-form-item label="申报号码" prop="bopmod.dbdgrp.bas.rptno">
wangna committed
7 8 9 10 11 12
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.rptno"
            maxlength="22"
            placeholder="请输入申报号码"
          ></c-input>
huangxin committed
13
        </el-form-item>
wangna committed
14 15 16
      </c-col>

      <c-col :span="24">
huangxin committed
17
        <el-form-item label="操作类型" prop="bopmod.dbdgrp.bas.actiontype">
wangna committed
18 19 20 21 22 23
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.actiontype"
            style="width: 100%"
            placeholder="请选择操作类型"
          >
huangxin committed
24 25 26 27 28 29 30
            <el-option
              v-for="item in actiontype"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
31
          </c-select>
huangxin committed
32
        </el-form-item>
wangna committed
33
      </c-col>
huangxin committed
34

wangna committed
35
      <c-col :span="24">
huangxin committed
36
        <el-form-item label="地区机构号" prop="bopmod.dbdgrp.bas.ownextkey">
wangna committed
37 38 39 40 41 42
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.ownextkey"
            style="width: 100%"
            placeholder="请选择地区机构号"
          >
huangxin committed
43 44 45 46 47 48 49
            <el-option
              v-for="item in ownextkey"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
50
          </c-select>
huangxin committed
51
        </el-form-item>
wangna committed
52
      </c-col>
huangxin committed
53

wangna committed
54
      <c-col :span="24">
huangxin committed
55
        <el-form-item label="银行业务编号" prop="bopmod.dbdgrp.bas.buscode">
wangna committed
56 57 58 59 60 61
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.buscode"
            maxlength="22"
            placeholder="请输入银行业务编号"
          ></c-input>
huangxin committed
62
        </el-form-item>
wangna committed
63
      </c-col>
huangxin committed
64

wangna committed
65
      <c-col :span="24">
huangxin committed
66
        <el-form-item label="收款人类型" prop="bopmod.dbdgrp.bas.custype">
wangna committed
67 68 69 70 71 72
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.custype"
            style="width: 100%"
            placeholder="请选择类型"
          >
huangxin committed
73 74 75 76 77 78 79
            <el-option
              v-for="item in codes.custype"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
80
          </c-select>
huangxin committed
81
        </el-form-item>
wangna committed
82
      </c-col>
huangxin committed
83

wangna committed
84
      <c-col :span="24">
huangxin committed
85
        <el-form-item label="收款人名称" prop="bopmod.dbdgrp.bas.custnm">
wangna committed
86 87 88 89 90 91 92
          <c-input
            type="textarea"
            v-model="model.bopmod.dbdgrp.bas.custnm"
            maxlength="63"
            show-word-limit
            placeholder="请输入收款人名称"
          ></c-input>
huangxin committed
93
        </el-form-item>
wangna committed
94
      </c-col>
huangxin committed
95

wangna committed
96
      <c-col :span="24">
huangxin committed
97
        <el-form-item label="付款人名称" prop="bopmod.dbdgrp.bas.oppuser">
wangna committed
98 99 100 101 102 103 104
          <c-input
            type="textarea"
            v-model="model.bopmod.dbdgrp.bas.oppuser"
            maxlength="63"
            show-word-limit
            placeholder="请输入付款人名称"
          ></c-input>
huangxin committed
105
        </el-form-item>
wangna committed
106
      </c-col>
huangxin committed
107

wangna committed
108 109 110 111 112 113 114 115 116 117 118 119
      <c-col :span="24">
        <el-form-item
          disabled
          label="身份证件号码"
          prop="bopmod.dbdgrp.bas.idcode"
        >
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.idcode"
            maxlength="32"
            placeholder="请输入身份证件号码"
          ></c-input>
huangxin committed
120
        </el-form-item>
wangna committed
121
      </c-col>
huangxin committed
122

wangna committed
123
      <c-col :span="24">
huangxin committed
124
        <el-form-item label="结汇金额" prop="bopmod.dbdgrp.bas.lcyamt">
wangna committed
125 126 127 128
          <c-input-currency
            v-model="model.bopmod.dbdgrp.bas.lcyamt"
            placeholder="请输入结汇金额"
          ></c-input-currency>
huangxin committed
129
        </el-form-item>
wangna committed
130
      </c-col>
huangxin committed
131

wangna committed
132
      <c-col :span="24">
huangxin committed
133
        <el-form-item label="现汇金额" prop="bopmod.dbdgrp.bas.fcyamt">
wangna committed
134 135 136 137
          <c-input-currency
            v-model="model.bopmod.dbdgrp.bas.fcyamt"
            placeholder="请输入现汇金额"
          ></c-input-currency>
huangxin committed
138
        </el-form-item>
wangna committed
139
      </c-col>
huangxin committed
140

wangna committed
141
      <c-col :span="24">
huangxin committed
142
        <el-form-item label="其它金额" prop="bopmod.dbdgrp.bas.othamt">
wangna committed
143 144 145 146
          <c-input-currency
            v-model="model.bopmod.dbdgrp.bas.othamt"
            placeholder="请输入其它金额"
          ></c-input-currency>
huangxin committed
147
        </el-form-item>
wangna committed
148
      </c-col>
huangxin committed
149

wangna committed
150 151 152 153 154 155 156 157 158 159 160 161
      <c-col :span="10">
        <el-form-item
          disabled
          label="收入款币种及金额"
          prop="bopmod.dbdgrp.bas.txccy"
        >
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.txccy"
            style="width: 100%"
            placeholder="请选择收入款币种"
          >
huangxin committed
162 163 164 165 166 167 168
            <el-option
              v-for="item in codes.curtxt1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
169
          </c-select>
huangxin committed
170
        </el-form-item>
wangna committed
171 172 173
      </c-col>

      <c-col :span="14">
huangxin committed
174
        <el-form-item label="" prop="bopmod.dbdgrp.bas.txamt" label-width="5px">
wangna committed
175 176 177 178 179
          <c-input-currency
            disabled
            v-model="model.bopmod.dbdgrp.bas.txamt"
            placeholder="请输入"
          ></c-input-currency>
huangxin committed
180
        </el-form-item>
wangna committed
181
      </c-col>
182
</c-col>
huangxin committed
183

184 185
            <!-- ============右边================= -->
            <c-col :span="12" style="padding-left: 20px;">
wangna committed
186 187 188
      <c-col :span="24"><el-form-item label=""></el-form-item></c-col>
      <c-col :span="24"><el-form-item label=""></el-form-item></c-col>
      <c-col :span="24"><el-form-item label=""></el-form-item></c-col>
huangxin committed
189

wangna committed
190
      <c-col :span="24">
huangxin committed
191
        <el-form-item label="修改/删除原因" prop="bopmod.dbdgrp.bas.actiondesc">
wangna committed
192 193 194 195 196 197 198 199 200
          <c-input
            disabled
            :rows="7"
            type="textarea"
            v-model="model.bopmod.dbdgrp.bas.actiondesc"
            maxlength="32"
            show-word-limit
            placeholder=""
          ></c-input>
huangxin committed
201
        </el-form-item>
wangna committed
202 203 204
      </c-col>

      <c-col :span="24">
huangxin committed
205
        <el-form-item label="结算方式" prop="bopmod.dbdgrp.bas.methods">
wangna committed
206 207 208 209 210 211
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.methods"
            style="width: 100%"
            placeholder="请选择结算方式"
          >
huangxin committed
212 213 214 215 216 217 218
            <el-option
              v-for="item in codes.bopmethods"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
219
          </c-select>
huangxin committed
220
        </el-form-item>
wangna committed
221
      </c-col>
huangxin committed
222

wangna committed
223
      <c-col :span="24">
huangxin committed
224
        <el-form-item label="组织机构代码" prop="bopmod.dbdgrp.bas.custcod">
wangna committed
225 226 227 228 229 230
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.custcod"
            maxlength="18"
            placeholder="请输入组织机构"
          ></c-input>
huangxin committed
231
        </el-form-item>
wangna committed
232
      </c-col>
huangxin committed
233

wangna committed
234 235 236 237 238 239 240 241 242 243
      <c-col :span="24">
        <el-form-item label="" prop="bopmod.dbdp.baspp.acp">
          <c-checkbox
            style="margin: 0px 0 10px 150px"
            disabled
            v-model="model.bopmod.dbdp.baspp.acp"
            >确认</c-checkbox
          >
        </el-form-item>
      </c-col>
huangxin committed
244

wangna committed
245
      <c-col :span="24">
huangxin committed
246
        <el-form-item label="结汇汇率" prop="bopmod.dbdgrp.bas.exrate">
wangna committed
247 248 249 250 251
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.exrate"
            placeholder="请输入结汇汇率"
          ></c-input>
huangxin committed
252
        </el-form-item>
wangna committed
253 254 255 256 257 258 259 260 261 262 263 264 265
      </c-col>

      <c-col :span="24">
        <el-form-item
          label="人民币帐号/银行卡号"
          prop="bopmod.dbdgrp.bas.lcyacc"
        >
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.lcyacc"
            maxlength="32"
            placeholder="请输入人民币帐号/银行卡号"
          ></c-input>
huangxin committed
266
        </el-form-item>
wangna committed
267 268 269
      </c-col>

      <c-col :span="24">
huangxin committed
270
        <el-form-item label="外汇帐号/银行卡号" prop="bopmod.dbdgrp.bas.fcyacc">
wangna committed
271 272 273 274 275 276
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.fcyacc"
            maxlength="32"
            placeholder="请输入外汇帐号/银行卡号"
          ></c-input>
huangxin committed
277
        </el-form-item>
wangna committed
278 279 280
      </c-col>

      <c-col :span="24">
huangxin committed
281
        <el-form-item label="其它帐号/银行卡号" prop="bopmod.dbdgrp.bas.othacc">
wangna committed
282 283 284 285 286 287
          <c-input
            disabled
            v-model="model.bopmod.dbdgrp.bas.othacc"
            maxlength="32"
            placeholder="请输入其它帐号/银行卡号"
          ></c-input>
huangxin committed
288
        </el-form-item>
wangna committed
289 290 291
      </c-col>

      <c-col :span="10">
huangxin committed
292
        <el-form-item label="国内银行扣费" prop="bopmod.dbdgrp.bas.inchargeccy">
wangna committed
293 294 295 296 297 298
          <c-select
            disabled
            v-model="model.bopmod.dbdgrp.bas.inchargeccy"
            style="width: 100%"
            placeholder="请选择国内银行扣费"
          >
huangxin committed
299 300 301 302 303 304 305
            <el-option
              v-for="item in codes.curtxt1"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
wangna committed
306
          </c-select>
huangxin committed
307
        </el-form-item>
wangna committed
308
      </c-col>
huangxin committed
309

wangna committed
310 311 312 313 314 315 316 317 318 319 320 321 322
      <c-col :span="14">
        <el-form-item
          label=""
          prop="bopmod.dbdgrp.bas.inchargeamt"
          label-width="5px"
        >
          <c-input-currency
            disabled
            v-model="model.bopmod.dbdgrp.bas.inchargeamt"
            placeholder="请输入"
          ></c-input-currency>
        </el-form-item>
      </c-col>
323
</c-col>
huangxin committed
324 325 326
  </div>
</template>
<script>
wangna committed
327
import Api from "~/service/Api";
huangxin committed
328
import commonProcess from "~/mixin/commonProcess";
wangna committed
329 330
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Botset/Event";
huangxin committed
331 332

export default {
wangna committed
333 334 335 336 337 338
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
      actiontype: [
huangxin committed
339 340 341 342
        { label: "新建", value: "A" },
        { label: "修改", value: "C" },
        { label: "删除", value: "D" },
        { label: "申报无误(银行反馈)", value: "R" },
wangna committed
343 344 345 346 347 348
      ],
      ownextkey: [{ label: "08350012", value: "08350012" }],
    };
  },
  computed: {
    acp: {
349 350 351 352 353 354 355
      get() {
        return this.model.bopmod.dbdp.baspp.acp === "X";
      },
      set(val) {
        this.model.bopmod.dbdp.baspp.acp = val ? "X" : "";
      },
    },
wangna committed
356 357 358 359
  },
  methods: {},
  created: function () {},
};
huangxin committed
360 361 362
</script>
<style>
</style>