Commit 43532e3c by WH

gitadd前端交易提交

parent e227e9d7
......@@ -20,7 +20,6 @@
<c-col :span="12">
<el-form-item label-width="5px" prop="gidgrp.cbs.mac2.amt">
<c-input
class="m-input-currency"
v-model="model.gidgrp.cbs.mac2.amt"
placeholder="请输入"
@keyup.enter.native="
......@@ -46,7 +45,6 @@
<el-form-item label-width="5px" prop="gidgrp.cbs.opc2.amt">
<c-input
disabled
class="m-input-currency"
v-model="model.gidgrp.cbs.opc2.amt"
placeholder="请输入"
></c-input>
......
......@@ -136,11 +136,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="支出目的" prop="gidgrp.rec.purpos">
<!-- :code="gidgrp.rec.purpos" -->
<c-select
v-model="model.gidgrp.rec.purpos"
style="width: 100%"
placeholder="请选择支出目的"
:code="codes.purpos"
disabled
>
</c-select>
......@@ -153,11 +153,11 @@
label="保函开立类型"
prop="gidgrp.rec.hndtyp"
>
<!-- :code="gidgrp.rec.hndtyp" -->
<c-select
v-model="model.gidgrp.rec.hndtyp"
style="width: 100%"
placeholder="请选择保函开立类型"
:code="codes.voHndtyp"
disabled
>
</c-select>
......@@ -245,11 +245,11 @@
<c-col :span="24">
<c-col :span="12">
<el-form-item label="申请条款" prop="gidgrp.blk.apprul">
<!-- :code="gidgrp.blk.apprul" -->
<c-select
v-model="model.gidgrp.blk.apprul"
style="width: 100%"
placeholder="请选择申请条款"
:code="codes.apprulc1"
disabled
>
</c-select>
......@@ -272,11 +272,11 @@
label="保函文本语言种类"
prop="gidgrp.rec.giduil"
>
<!-- :code="gidgrp.rec.giduil" -->
<c-select
v-model="model.gidgrp.rec.giduil"
style="width: 100%"
placeholder="请选择保函文本语言种类"
:code="codes.uiltxt1"
disabled
>
</c-select>
......@@ -305,11 +305,11 @@
label="保函文本格式"
prop="gidgrp.rec.gtxinr"
>
<!-- :code="gidgrp.rec.gtxinr" -->
<c-select
v-model="model.gidgrp.rec.gtxinr"
style="width: 100%"
placeholder="请选择保函文本格式"
:code="codes.gtxinr"
disabled
>
</c-select>
......@@ -374,7 +374,6 @@
style="width: 100%"
placeholder="请选择保函文本格式"
>
<!-- :code="gidgrp.rec.atxinr" -->
</c-select>
</el-form-item>
</c-col>
......
64<template>
<template>
<div class="eibs">
<c-row>
<c-col :span="24">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment