Preperpc.vue 6.7 KB
Newer Older
1
<template>
huangxin committed
2
  <div class="eibs">
3 4
    <!-- ============左边================= -->
        <c-col :span="12" style="padding-right: 20px;">
liyixun committed
5 6
          <c-col :span="24">
            <el-form-item
wangna committed
7
              label="保函文本交付"
liyixun committed
8 9 10 11 12 13
              prop="gidgrp.rec.deloric"
            >
              <c-fullbox>
                <c-select
                  v-model="model.gidgrp.rec.deloric"
                  style="width: 100%"
wangna committed
14
                  placeholder="请选择保函文本交付"
liyixun committed
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
                >
                  <el-option
                    v-for="item in codes.deloric"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
                <template slot="footer">
                  <el-form-item label-width="5px" prop="gidgrp.rec.deloritxtc">
                    <c-input
                      :disabled="
                        model.gidgrp.rec.deloric != 'OTHR' &&
                        model.gidgrp.rec.deloric != 'COUR'
                      "
                      v-model="model.gidgrp.rec.deloritxtc"
                      maxlength="35"
wangna committed
33
                      placeholder="请输入保函文本交付"
liyixun committed
34 35 36 37 38 39 40 41
                    ></c-input>
                  </el-form-item>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
42
              label="交付收款人"
liyixun committed
43 44 45 46 47
              prop="gidgrp.rec.deltoc"
            >
              <c-select
                v-model="model.gidgrp.rec.deltoc"
                style="width: 100%"
wangna committed
48
                placeholder="请选择交付收款人"
liyixun committed
49 50 51 52 53 54 55 56 57 58 59 60 61
              >
                <el-option
                  v-for="item in codes.deltoc"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
62
              label="交付地址"
liyixun committed
63 64 65 66 67 68 69 70 71
              prop="gidgrp.blk.deltoadrc"
            >
              <c-input
                :disabled="model.gidgrp.rec.deltoc == 'BENE'"
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.deltoadrc"
                maxlength="210"
                show-word-limit
wangna committed
72
                placeholder="请输入交付地址"
liyixun committed
73 74 75 76 77 78
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
79
                label="演示说明"
liyixun committed
80
                prop="gidgrp.blk.preperc"
81
                v-if="model.gitp.prepercmodflg==''"
liyixun committed
82 83
              >
                <c-input
84
                  disabled
liyixun committed
85 86 87 88 89
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.preperc"
                  maxlength="6500"
                  show-word-limit
wangna committed
90
                  placeholder="请输入演示说明"
liyixun committed
91 92
                ></c-input>
              </el-form-item>
93
              <el-form-item
wangna committed
94
                label="演示说明"
95 96 97 98 99 100 101 102 103 104
                prop="gidgrp.blk.atxpreperc"
                v-if="model.gitp.prepercmodflg=='X'"
              >
                <c-input
                  disabled
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.atxpreperc"
                  maxlength="6500"
                  show-word-limit
wangna committed
105
                  placeholder="请输入演示说明"
106 107
                ></c-input>
              </el-form-item>
liyixun committed
108 109 110 111 112
            </c-col>
            <c-col :span="4">
              <c-checkbox
                v-model="model.gitp.prepercmodflg"
                style="margin: 0 0 0 10px"
wangna committed
113
                >是否手工修改保函文本</c-checkbox
liyixun committed
114 115 116 117
              >
              <c-checkbox
                v-model="model.gitp.chkpreperc"
                style="margin: 0 0 0 10px"
wangna committed
118
                >允许</c-checkbox
liyixun committed
119 120 121 122 123 124 125 126
              >
              <c-button
                disabled
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 100px"
                @click="onGitpButdifpreperc"
              >
wangna committed
127
                查看系统文本
liyixun committed
128 129 130 131 132 133 134 135
              </c-button>
              <c-button
                disabled
                size="small"
                style="margin: 5px 0 0 10px; width: 100px"
                type="primary"
                @click="onGitpButdifhispreperc"
              >
wangna committed
136
                查看历史文本
liyixun committed
137 138 139 140
              </c-button>
            </c-col>
          </c-col>
        </c-col>
141 142
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
143 144 145
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
146
                label="收费代码的附加详情"
liyixun committed
147 148 149 150 151 152 153 154
                prop="gidgrp.blk.feetxtc"
              >
                <c-input
                  rows="4"
                  type="textarea"
                  v-model="model.gidgrp.blk.feetxtc"
                  maxlength="210"
                  show-word-limit
wangna committed
155
                  placeholder="请输入收费代码的附加详情"
liyixun committed
156 157
                ></c-input>
              </el-form-item>
liyixun committed
158
            </c-col>
liyixun committed
159 160 161 162 163 164 165 166 167 168
            <c-col :span="4">
              <c-button
                style="margin: 5px 0 0 10px"
                size="small"
                type="primary"
                icon="el-icon-search"
                @click="onChargicButtxmsel"
              >
                ...
              </c-button>
liyixun committed
169

liyixun committed
170 171 172
              <c-checkbox
                style="margin: 0 0 0 10px"
                v-model="model.gitp.chargic.chkast"
wangna committed
173
                >允许</c-checkbox
liyixun committed
174
              >
liyixun committed
175
            </c-col>
liyixun committed
176 177 178
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
179
              label="转让条件"
liyixun committed
180 181 182 183 184 185 186 187 188
              prop="gidgrp.blk.trfcondc"
            >
              <c-input
                disabled
                rows="5"
                type="textarea"
                v-model="model.gidgrp.blk.trfcondc"
                maxlength="780"
                show-word-limit
wangna committed
189
                placeholder="请输入转让条件"
liyixun committed
190 191 192
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
193
        </c-col>
194 195 196
  </div>
</template>
<script>
liyixun committed
197
import Api from "~/service/Api";
198
import commonProcess from "~/mixin/commonProcess";
liyixun committed
199 200
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
201 202

export default {
liyixun committed
203 204 205 206 207 208 209 210 211
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
212 213 214
</script>
<style>
</style>