Preperpc.vue 6 KB
Newer Older
liyixun committed
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
                >
                  <el-option
                    v-for="item in codes.deloric"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
                <template slot="footer">
                  <c-input
                    :disabled="
                      model.gidgrp.rec.deloric != 'OTHR' &&
                      model.gidgrp.rec.deloric != 'COUR'
                    "
                    v-model="model.gidgrp.rec.deloritxtc"
                    maxlength="35"
wangna committed
32
                    placeholder="请输入保函文本交付"
liyixun committed
33 34 35 36 37 38 39
                  ></c-input>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
40
              label="交付收款人"
liyixun committed
41 42 43 44 45
              prop="gidgrp.rec.deltoc"
            >
              <c-select
                v-model="model.gidgrp.rec.deltoc"
                style="width: 100%"
wangna committed
46
                placeholder="请选择交付收款人"
liyixun committed
47 48 49 50 51 52 53 54 55 56 57 58 59
              >
                <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
60
              label="交付地址"
liyixun committed
61 62 63 64 65 66 67 68 69
              prop="gidgrp.blk.deltoadrc"
            >
              <c-input
                :disabled="model.gidgrp.rec.deltoc == 'BENE'"
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.deltoadrc"
                maxlength="35"
                show-word-limit
wangna committed
70
                placeholder="请输入交付地址"
liyixun committed
71 72 73 74 75 76
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
77
                label="演示说明 "
liyixun committed
78 79 80 81 82 83 84 85 86
                prop="gidgrp.blk.preperc"
              >
                <c-input
                  :disabled="model.gitp.prepercmodflg == ''"
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.preperc"
                  maxlength="65"
                  show-word-limit
wangna committed
87
                  placeholder="请输入演示说明 "
liyixun committed
88 89
                ></c-input>
              </el-form-item>
liyixun committed
90
            </c-col>
liyixun committed
91 92 93 94
            <c-col :span="4">
              <c-checkbox
                v-model="model.gitp.prepercmodflg"
                style="margin: 0 0 0 10px"
wangna committed
95
                >修改文本</c-checkbox
liyixun committed
96 97 98 99
              >
              <c-checkbox
                v-model="model.gitp.chkpreperc"
                style="margin: 0 0 0 10px"
wangna committed
100
                >允许</c-checkbox
liyixun committed
101 102 103 104 105 106 107 108
              >
              <c-button
                disabled
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 98px"
                @click="onGitpButdifpreperc"
              >
wangna committed
109
                查看系统文本
liyixun committed
110 111 112 113 114 115 116 117
              </c-button>
              <c-button
                disabled
                size="small"
                style="margin: 5px 0 0 10px; width: 98px"
                type="primary"
                @click="onGitpButdifhispreperc"
              >
wangna committed
118
                查看历史文本
liyixun committed
119 120 121 122
              </c-button>
            </c-col>
          </c-col>
        </c-col>
123 124
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
125 126 127
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
128
                label="收费代码附加详情"
liyixun committed
129 130 131 132 133 134 135 136
                prop="gidgrp.blk.feetxtc"
              >
                <c-input
                  rows="4"
                  type="textarea"
                  v-model="model.gidgrp.blk.feetxtc"
                  maxlength="35"
                  show-word-limit
wangna committed
137
                  placeholder="请输入收费代码附加详情"
liyixun committed
138 139 140 141 142 143 144 145 146 147 148 149 150
                ></c-input>
              </el-form-item>
            </c-col>
            <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
151

liyixun committed
152 153 154
              <c-checkbox
                style="margin: 0 0 0 10px"
                v-model="model.gitp.chargic.chkast"
wangna committed
155
                >允许</c-checkbox
liyixun committed
156
              >
liyixun committed
157
            </c-col>
liyixun committed
158 159 160
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
161
              label="转让条件"
liyixun committed
162 163 164 165 166 167 168 169 170
              prop="gidgrp.blk.trfcondc"
            >
              <c-input
                disabled
                rows="5"
                type="textarea"
                v-model="model.gidgrp.blk.trfcondc"
                maxlength="65"
                show-word-limit
wangna committed
171
                placeholder="请输入转让条件"
liyixun committed
172 173 174
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
175 176 177 178
        </c-col>
  </div>
</template>
<script>
liyixun committed
179
import Api from "~/service/Api";
liyixun committed
180
import commonProcess from "~/mixin/commonProcess";
liyixun committed
181 182
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getame/Event";
liyixun committed
183 184

export default {
liyixun committed
185 186 187 188 189 190 191 192 193
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
liyixun committed
194 195 196
</script>
<style>
</style>