Preperpc.vue 6.63 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
liyixun committed
3
    <c-row>
liyixun committed
4 5 6 7
      <c-col :span="24">
        <c-col :span="12">
          <c-col :span="24">
            <el-form-item
wangna committed
8
              label="保函文本交付"
liyixun committed
9 10 11 12 13 14
              prop="gidgrp.rec.deloric"
            >
              <c-fullbox>
                <c-select
                  v-model="model.gidgrp.rec.deloric"
                  style="width: 100%"
wangna committed
15
                  placeholder="请选择保函文本交付"
liyixun committed
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
                >
                  <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
34
                      placeholder="请输入保函文本交付"
liyixun committed
35 36 37 38 39 40 41 42
                    ></c-input>
                  </el-form-item>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
43
              label="交付收款人"
liyixun committed
44 45 46 47 48
              prop="gidgrp.rec.deltoc"
            >
              <c-select
                v-model="model.gidgrp.rec.deltoc"
                style="width: 100%"
wangna committed
49
                placeholder="请选择交付收款人"
liyixun committed
50 51 52 53 54 55 56 57 58 59 60 61 62
              >
                <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
63
              label="交付地址"
liyixun committed
64 65 66 67 68 69 70 71 72
              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
73
                placeholder="请输入交付地址"
liyixun committed
74 75 76 77 78 79
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
80
                label="演示说明"
liyixun committed
81
                prop="gidgrp.blk.preperc"
82
                v-if="model.gitp.prepercmodflg==''"
liyixun committed
83 84
              >
                <c-input
85
                  disabled
liyixun committed
86 87 88 89 90
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.preperc"
                  maxlength="6500"
                  show-word-limit
wangna committed
91
                  placeholder="请输入演示说明"
liyixun committed
92 93
                ></c-input>
              </el-form-item>
94
              <el-form-item
wangna committed
95
                label="演示说明"
96 97 98 99 100 101 102 103 104 105
                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
106
                  placeholder="请输入演示说明"
107 108
                ></c-input>
              </el-form-item>
liyixun committed
109 110 111 112 113
            </c-col>
            <c-col :span="4">
              <c-checkbox
                v-model="model.gitp.prepercmodflg"
                style="margin: 0 0 0 10px"
wangna committed
114
                >是否手工修改保函文本</c-checkbox
liyixun committed
115 116 117 118
              >
              <c-checkbox
                v-model="model.gitp.chkpreperc"
                style="margin: 0 0 0 10px"
wangna committed
119
                >允许</c-checkbox
liyixun committed
120 121 122 123 124 125 126 127
              >
              <c-button
                disabled
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 100px"
                @click="onGitpButdifpreperc"
              >
wangna committed
128
                查看系统文本
liyixun committed
129 130 131 132 133 134 135 136
              </c-button>
              <c-button
                disabled
                size="small"
                style="margin: 5px 0 0 10px; width: 100px"
                type="primary"
                @click="onGitpButdifhispreperc"
              >
wangna committed
137
                查看历史文本
liyixun committed
138 139 140 141 142 143 144 145
              </c-button>
            </c-col>
          </c-col>
        </c-col>
        <c-col :span="11" :offset="1">
          <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>
liyixun committed
194
      </c-col>
liyixun committed
195
    </c-row>
196 197 198
  </div>
</template>
<script>
liyixun committed
199
import Api from "~/service/Api";
200
import commonProcess from "~/mixin/commonProcess";
liyixun committed
201 202
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
203 204

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