Preperpc.vue 5.88 KB
Newer Older
1
<template>
Wuyuqiu committed
2
  <div class="eibs">
3
    <c-row>
liyixun committed
4
      <c-col :span="24">
Wuyuqiu committed
5
        <c-col :span="12" style="padding-right: 20px;">
liyixun committed
6
          <c-col :span="24">
7
            <c-col :span="12">
liyixun committed
8
              <el-form-item
wangna committed
9
                label="保函文本交付"
liyixun committed
10 11 12 13 14
                prop="gidgrp.rec.deloric"
              >
                <c-select
                  v-model="model.gidgrp.rec.deloric"
                  style="width: 100%"
wangna committed
15
                  placeholder="请选择保函文本交付"
liyixun committed
16 17 18 19
                  :code="codes.deloric"
                >
                </c-select>
              </el-form-item>
20
            </c-col>
liyixun committed
21 22 23 24 25 26 27 28 29
            <c-col :span="12">
              <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
30
                  placeholder="请输入保函文本交付"
liyixun committed
31 32
                ></c-input>
              </el-form-item>
33
            </c-col>
liyixun committed
34 35 36
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
37
              label="交付收款人"
liyixun committed
38 39 40 41 42
              prop="gidgrp.rec.deltoc"
            >
              <c-select
                v-model="model.gidgrp.rec.deltoc"
                style="width: 100%"
wangna committed
43
                placeholder="请选择交付收款人"
liyixun committed
44 45 46 47 48 49 50 51
              >
                <el-option
                  v-for="item in codes.deltoc"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
52
              </c-select>
liyixun committed
53 54 55 56
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
57
              label="交付地址"
liyixun committed
58 59 60 61 62 63 64 65 66
              prop="gidgrp.blk.deltoadrc"
            >
              <c-input
                :disabled="model.gidgrp.rec.deltoc != 'OTHR'"
                type="textarea"
                rows="4"
                v-model="model.gidgrp.blk.deltoadrc"
                maxlength="210"
                show-word-limit
wangna committed
67
                placeholder="请输入交付地址"
liyixun committed
68 69 70 71 72 73
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
wangna committed
74
              label="转让条件"
liyixun committed
75 76 77 78 79 80 81 82 83
              prop="gidgrp.blk.trfcondc"
            >
              <c-input
                disabled
                rows="5"
                type="textarea"
                v-model="model.gidgrp.blk.trfcondc"
                maxlength="780"
                show-word-limit
wangna committed
84
                placeholder="请输入转让条件"
liyixun committed
85 86 87
              ></c-input>
            </el-form-item>
          </c-col>
88
        </c-col>
Wuyuqiu committed
89
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
90
          <c-col :span="24">
Wuyuqiu committed
91
            <c-col :span="17">
liyixun committed
92
              <el-form-item
wangna committed
93
                label="收费代码的附加详情"
liyixun committed
94 95 96 97 98 99 100 101
                prop="gidgrp.blk.feetxtc"
              >
                <c-input
                  rows="4"
                  type="textarea"
                  v-model="model.gidgrp.blk.feetxtc"
                  maxlength="210"
                  show-word-limit
wangna committed
102
                  placeholder="请输入收费代码的附加详情"
liyixun committed
103 104 105
                ></c-input>
              </el-form-item>
            </c-col>
Wuyuqiu committed
106
            <c-col :span="7">
liyixun committed
107
              <c-button
Wuyuqiu committed
108
                style="margin: 0 0 0 10px"
liyixun committed
109 110
                size="small"
                type="primary"
Wuyuqiu committed
111
                icon="el-icon-more"
liyixun committed
112 113 114 115 116 117 118
                @click="onChargicButtxmsel"
              >
              </c-button>

              <c-checkbox
                style="margin: 0 0 0 10px"
                v-model="model.gitp.chargic.chkast"
wangna committed
119
                >允许</c-checkbox
liyixun committed
120 121 122 123 124
              >
            </c-col>
          </c-col>

          <c-col :span="24">
Wuyuqiu committed
125
            <c-col :span="17">
liyixun committed
126
              <el-form-item
wangna committed
127
                label="演示说明 "
liyixun committed
128 129 130 131 132 133 134 135 136
                prop="gidgrp.blk.preperc"
              >
                <c-input
                  :disabled="model.gitp.prepercmodflg == ''"
                  rows="6"
                  type="textarea"
                  v-model="model.gidgrp.blk.preperc"
                  maxlength="6500"
                  show-word-limit
wangna committed
137
                  placeholder="请输入演示说明 "
liyixun committed
138 139 140
                ></c-input>
              </el-form-item>
            </c-col>
Wuyuqiu committed
141
            <c-col :span="7">
liyixun committed
142 143
              <c-checkbox
                v-model="model.gitp.prepercmodflg"
Wuyuqiu committed
144
                style="margin: 0 0 0 10px;float:left"
wangna committed
145
                >是否手工修改保函文本</c-checkbox
liyixun committed
146 147 148
              >
              <c-checkbox
                v-model="model.gitp.chkpreperc"
Wuyuqiu committed
149
                style="margin: 0 0 0 10px;float:left"
wangna committed
150
                >允许</c-checkbox
liyixun committed
151 152 153 154 155 156 157 158
              >
              <c-button
                disabled
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 98px"
                @click="onGitpButdifpreperc"
              >
wangna committed
159
                查看系统文本
liyixun committed
160 161 162 163 164 165 166 167
              </c-button>
              <c-button
                disabled
                size="small"
                style="margin: 5px 0 0 10px; width: 98px"
                type="primary"
                @click="onGitpButdifhispreperc"
              >
wangna committed
168
                查看历史文本
liyixun committed
169 170 171
              </c-button>
            </c-col>
          </c-col>
172
        </c-col>
liyixun committed
173 174
      </c-col>
    </c-row>
175 176 177
  </div>
</template>
<script>
liyixun committed
178
import Api from "~/service/Api";
179
import commonProcess from "~/mixin/commonProcess";
liyixun committed
180 181
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitopn/Event";
182 183

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