Preperp.vue 8.1 KB
Newer Older
1
<template>
huangxin committed
2
  <div class="eibs">
3 4
    <!-- ============左边================= -->
        <c-col :span="12" style="padding-right: 20px;">
huangxin committed
5
          <c-col :span="14">
liyixun committed
6
            <el-form-item
wangna committed
7
              label="保函文本交付"
liyixun committed
8 9 10 11 12 13 14 15 16
              prop="gidgrp.rec.delori"
            >
                <c-select
                  :disabled="
                    model.gidgrp.rec.purpos == 'ICCO' ||
                    model.gidgrp.rec.purpos == 'ISCO'
                  "
                  v-model="model.gidgrp.rec.delori"
                  style="width: 100%"
wangna committed
17
                  placeholder="请选择保函文本交付"
liyixun committed
18 19 20 21 22 23 24 25 26
                >
                  <el-option
                    v-for="item in codes.delori1"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
huangxin committed
27 28 29 30 31
              </el-form-item>
              </c-col>

              <c-col :span="10">
                <el-form-item prop="gidgrp.rec.deloritxt" label-width="5px">
liyixun committed
32 33 34 35 36 37 38
                  <c-input
                    :disabled="
                      model.gidgrp.rec.delori != 'COUR' &&
                      model.gidgrp.rec.delori != 'OTHR'
                    "
                    v-model="model.gidgrp.rec.deloritxt"
                    maxlength="35"
wangna committed
39
                    placeholder="请输入保函文本交付"
liyixun committed
40 41 42
                  ></c-input>
            </el-form-item>
          </c-col>
43

liyixun committed
44
          <c-col :span="24">
wangna committed
45
            <el-form-item label="保函文本发送" prop="gidgrp.rec.sndto">
liyixun committed
46 47 48 49 50 51 52
              <c-select
                :disabled="
                  model.gidgrp.rec.purpos == 'ICCO' ||
                  model.gidgrp.rec.purpos == 'ISCO'
                "
                v-model="model.gidgrp.rec.sndto"
                style="width: 100%"
wangna committed
53
                placeholder="请选择保函文本发送"
liyixun committed
54
                :code="getValues('gidgrp.rec.sndto')"
liyixun committed
55 56 57 58
              >
              </c-select>
            </el-form-item>
          </c-col>
59

liyixun committed
60 61
          <c-col :span="24">
            <el-form-item
wangna committed
62
              label="交付收款人"
liyixun committed
63 64 65 66 67 68 69 70 71
              prop="gidgrp.rec.delto"
            >
              <c-select
                :disabled="
                  model.gidgrp.rec.purpos == 'ICCO' ||
                  model.gidgrp.rec.purpos == 'ISCO'
                "
                v-model="model.gidgrp.rec.delto"
                style="width: 100%"
wangna committed
72
                placeholder="请选择交付收款人"
73
                :code="getValues('gidgrp.rec.delto','delto1')"
liyixun committed
74 75 76 77
              >
              </c-select>
            </el-form-item>
          </c-col>
78

liyixun committed
79 80
          <c-col :span="24">
            <el-form-item
wangna committed
81
              label="交付地址"
liyixun committed
82 83 84 85 86 87 88 89 90
              prop="gidgrp.blk.deltoadr"
            >
              <c-input
                :rows="4"
                :disabled="model.gidgrp.rec.delto == ''"
                type="textarea"
                v-model="model.gidgrp.blk.deltoadr"
                maxlength="210"
                show-word-limit
wangna committed
91
                placeholder="请输入交付地址"
liyixun committed
92 93 94
              ></c-input>
            </el-form-item>
          </c-col>
95

liyixun committed
96
          <c-col :span="24">
wangna committed
97
            <el-form-item label="转让条款" prop="gidgrp.blk.trfcond">
liyixun committed
98 99 100 101 102 103 104
              <c-input
                :rows="4"
                disabled
                type="textarea"
                v-model="model.gidgrp.blk.trfcond"
                maxlength="780"
                show-word-limit
wangna committed
105
                placeholder="请输入转让条款"
liyixun committed
106 107 108
              ></c-input>
            </el-form-item>
          </c-col>
109
        </c-col>
110 111
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
112
          <c-col :span="24">
wangna committed
113
            <el-form-item label="收费条款"> </el-form-item>
liyixun committed
114 115
          </c-col>
          <c-col :span="24">
wangna committed
116
            <el-form-item label="费用承担人" prop="gidgrp.rec.chato">
liyixun committed
117 118 119
              <c-select
                v-model="model.gidgrp.rec.chato"
                style="width: 100%"
wangna committed
120
                placeholder="请选择费用承担人"
liyixun committed
121 122
              >
                <el-option
panziyi committed
123
                  v-for="item in codes.gitopn_chato"
liyixun committed
124 125 126 127 128
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
129
              </c-select>
liyixun committed
130 131 132
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
133
            <el-form-item label="收费">
liyixun committed
134 135 136
              <c-fullbox>
                <template slot="footer">
                  <c-checkbox v-model="model.gitp.chargi.chkast"
wangna committed
137
                    >允许</c-checkbox
liyixun committed
138 139 140 141 142 143 144
                  >
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
145
              label="收费代码的其他详细信息"
liyixun committed
146 147 148 149 150 151 152 153 154
              prop="gidgrp.blk.feetxt"
            >
              <c-fullbox>
                <c-input
                  :rows="4"
                  type="textarea"
                  v-model="model.gidgrp.blk.feetxt"
                  maxlength="210"
                  show-word-limit
wangna committed
155
                  placeholder="请输入收费代码的其他详细信息"
liyixun committed
156 157 158 159 160
                ></c-input>
                <template slot="footer">
                  <c-button
                    size="small"
                    type="primary"
huangxin committed
161
                    icon="el-icon-more"
liyixun committed
162 163 164 165 166 167 168 169
                    @click="onChargiButtxmsel"
                  >
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
          <c-col :span="24">
huangxin committed
170
            <c-col :span="18">
liyixun committed
171
              <el-form-item
wangna committed
172
                label="演示说明"
liyixun committed
173
                prop="gidgrp.blk.preper"
174
                v-if="model.gitp.prepermodflg==''"
liyixun committed
175 176
              >
                <c-input
177
                  disabled
liyixun committed
178
                  type="textarea"
huangxin committed
179
                  :rows="7"
liyixun committed
180 181 182
                  v-model="model.gidgrp.blk.preper"
                  maxlength="6500"
                  show-word-limit
wangna committed
183
                  placeholder="请输入演示说明"
liyixun committed
184 185
                ></c-input>
              </el-form-item>
186 187 188 189 190 191 192
              <el-form-item
                label="Presentation Instr."
                prop="gidgrp.blk.atxpreper"
                v-if="model.gitp.prepermodflg=='X'"
              >
                <c-input
                  type="textarea"
huangxin committed
193
                  :rows="7"
194 195 196 197 198 199
                  v-model="model.gidgrp.blk.atxpreper"
                  maxlength="6500"
                  show-word-limit
                  placeholder="请输入Presentation Instr."
                ></c-input>
              </el-form-item>
liyixun committed
200
            </c-col>
huangxin committed
201
            <c-col :span="6">
liyixun committed
202 203
              <c-checkbox
                v-model="model.gitp.prepermodflg"
huangxin committed
204
                style="margin: 0 0 0 10px;float:left"
wangna committed
205
                >是否手工修改保函文本</c-checkbox
liyixun committed
206 207 208
              >
              <c-checkbox
                v-model="model.gitp.chkpreper"
huangxin committed
209
                style="margin: 0 0 0 10px;float:left"
wangna committed
210
                >允许</c-checkbox
liyixun committed
211 212 213 214 215
              >
              <c-button
                disabled
                size="small"
                type="primary"
huangxin committed
216
                style="margin: 5px 0 0 10px"
liyixun committed
217 218
                @click="onGitpButdifpreper"
              >
wangna committed
219
                查看系统文本
liyixun committed
220 221 222 223
              </c-button>
              <c-button
                disabled
                size="small"
huangxin committed
224
                style="margin: 5px 0 0 10px;"
liyixun committed
225 226 227
                type="primary"
                @click="onGitpButdifhispreper"
              >
wangna committed
228
                查看历史文本
liyixun committed
229 230 231
              </c-button>
            </c-col>
          </c-col>
232 233 234 235
        </c-col>
  </div>
</template>
<script>
liyixun committed
236
import Api from "~/service/Api";
237
import commonProcess from "~/mixin/commonProcess";
liyixun committed
238 239
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
240 241

export default {
liyixun committed
242
  inject: ["root"],
liyixun committed
243
  props: ["model","codes"],
liyixun committed
244 245 246 247 248 249 250 251
  mixins: [commonProcess],
  data() {
    return {
    };
  },
  methods: { ...Event },
  created: function () {},
};
252 253 254
</script>
<style>
</style>