Gitsetp1.vue 15.5 KB
Newer Older
1
<template>
huangxin committed
2
  <div class="eibs">
liyixun committed
3
    <!-- -----------上层------------- -->
4 5
      <!-- ============左边================= -->
<c-col :span="12" style="padding-right: 20px;">
liyixun committed
6
          <c-col :span="24">
wangna committed
7
            <c-form-item label="保函编号" prop="gidgrp.rec.ownref">
liyixun committed
8 9 10 11 12
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.ownref"
                  maxlength="16"
wangna committed
13
                  placeholder="请输入保函编号"
liyixun committed
14 15 16
                ></c-input>
                <template slot="footer">
                  <c-button
17
                  style="float:right;"
liyixun committed
18 19 20
                    size="small"
                    type="primary"
                  >
nanrui committed
21
                    <i class="el-icon-info" style="font-size:15px"></i>
liyixun committed
22 23 24 25 26
                  </c-button>
                </template>
              </c-fullbox>
            </c-form-item>
          </c-col>
liyixun committed
27

liyixun committed
28
          <c-col :span="24">
wangna committed
29
            <c-form-item label="索赔编号" prop="gcdgrp.rec.ownref">
liyixun committed
30 31 32 33 34
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gcdgrp.rec.ownref"
                  maxlength="16"
wangna committed
35
                  placeholder="请输入索赔编号"
liyixun committed
36 37 38 39 40 41 42
                ></c-input>
                <template slot="footer">
                  <c-button
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
43
                    <i class="el-icon-info" style="font-size:15px"></i>
liyixun committed
44
                  </c-button>
liyixun committed
45

liyixun committed
46 47 48 49 50 51 52 53 54 55 56 57
                  <c-button
                    style="margin: 0 0"
                    disabled
                    size="small"
                    type="primary"
                  >
                    获取
                  </c-button>
                </template>
              </c-fullbox>
            </c-form-item>
          </c-col>
liyixun committed
58

liyixun committed
59 60
          <c-col :span="24">
            <c-col :span="12">
wangna committed
61
              <c-form-item label="索赔金额" prop="gcdgrp.cbs.max.cur">
liyixun committed
62 63 64 65
                <c-input
                  disabled
                  v-model="model.gcdgrp.cbs.max.cur"
                  maxlength="3"
wangna committed
66
                  placeholder="请输入索赔金额"
liyixun committed
67 68 69 70 71
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item label-width="5px" prop="gcdgrp.cbs.max.amt">
72
                <c-input-currency
liyixun committed
73 74
                  disabled
                  v-model="model.gcdgrp.cbs.max.amt"
wangna committed
75
                  placeholder="请输入"
76
                ></c-input-currency>
liyixun committed
77 78 79
              </c-form-item>
            </c-col>
          </c-col>
liyixun committed
80

liyixun committed
81 82
          <c-col :span="24">
            <c-col :span="12">
wangna committed
83
              <c-form-item label="保函余额" prop="gcdgrp.cbs.opn1.cur">
liyixun committed
84 85 86 87
                <c-input
                  disabled
                  v-model="model.gcdgrp.cbs.opn1.cur"
                  maxlength="3"
wangna committed
88
                  placeholder="请输入保函余额"
liyixun committed
89 90 91 92 93
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item label-width="5px" prop="gcdgrp.cbs.opn1.amt">
94 95
                <!-- 不确定此空是否能输负数,因此空disabled,暂用可显示负数的标签-min -->
                <c-input-currency-min
liyixun committed
96 97
                  disabled
                  v-model="model.gcdgrp.cbs.opn1.amt"
wangna committed
98
                  placeholder="请输入"
99
                ></c-input-currency-min>
liyixun committed
100
              </c-form-item>
liyixun committed
101 102
            </c-col>
          </c-col>
liyixun committed
103
          <c-col :span="24">
wangna committed
104
            <el-form-item label="保函种类" prop="gidgrp.rec.gartyp">
liyixun committed
105 106 107 108 109
              <c-select
                :code="codes.typgar2"
                disabled
                v-model="model.gidgrp.rec.gartyp"
                style="width: 100%"
wangna committed
110
                placeholder="请输入保函种类"
liyixun committed
111 112 113 114 115
              >
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
116
            <el-form-item label="索赔日期" prop="gcdgrp.rec.clmdat">
liyixun committed
117 118 119 120 121
              <c-date-picker
                disabled
                type="date"
                v-model="model.gcdgrp.rec.clmdat"
                style="width: 100%"
wangna committed
122
                placeholder="请选择索赔日期"
liyixun committed
123 124 125 126
              ></c-date-picker>
            </el-form-item>
          </c-col>
        </c-col>
liyixun committed
127

128 129
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
130 131
          <c-col :span="24">
            <c-col :span="12">
wangna committed
132
              <c-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur">
liyixun committed
133 134 135 136
                <c-input
                  disabled
                  v-model="model.gidgrp.cbs.opn1.cur"
                  maxlength="3"
wangna committed
137
                  placeholder="请输入保函余额"
liyixun committed
138 139 140 141 142
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item label-width="5px" prop="gidgrp.cbs.opn1.amt">
143 144
                <!-- 不确定此空是否能输负数,因此空disabled,暂用可显示负数的标签-min -->
                <c-input-currency-min
liyixun committed
145 146
                  disabled
                  v-model="model.gidgrp.cbs.opn1.amt"
wangna committed
147
                  placeholder="请输入"
148
                ></c-input-currency-min>
liyixun committed
149 150
              </c-form-item>
            </c-col>
liyixun committed
151
          </c-col>
liyixun committed
152
          <c-col :span="24">
wangna committed
153
            <c-form-item label="简略信息" prop="gcdgrp.rec.nam">
liyixun committed
154 155 156 157
              <c-input
                disabled
                v-model="model.gcdgrp.rec.nam"
                maxlength="40"
wangna committed
158
                placeholder="请输入简略信息"
liyixun committed
159 160 161 162
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
163
            <c-form-item label="申请人参考号" prop="gcdgrp.apl.pts.ref">
liyixun committed
164 165 166 167
              <c-input
                disabled
                v-model="model.gcdgrp.apl.pts.ref"
                maxlength="16"
wangna committed
168
                placeholder="请输入申请人参考号"
liyixun committed
169 170 171 172
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
173
            <c-form-item label="当事人名称" prop="gcdgrp.apl.pts.nam">
liyixun committed
174 175 176 177
              <c-input
                disabled
                v-model="model.gcdgrp.apl.pts.nam"
                maxlength="40"
wangna committed
178
                placeholder="请输入当事人名称"
liyixun committed
179 180 181 182
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
183
            <c-form-item label="受益人参考号" prop="gcdgrp.ben.pts.ref">
liyixun committed
184 185 186
              <c-input
                v-model="model.gcdgrp.ben.pts.ref"
                maxlength="16"
wangna committed
187
                placeholder="请输入受益人参考号"
liyixun committed
188 189 190 191
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
192
            <c-form-item label="当事人名称" prop="gcdgrp.ben.pts.nam">
liyixun committed
193 194 195 196
              <c-input
                disabled
                v-model="model.gcdgrp.ben.pts.nam"
                maxlength="40"
wangna committed
197
                placeholder="请输入当事人名称"
liyixun committed
198 199 200 201
              ></c-input>
            </c-form-item>
          </c-col>
          <c-col :span="24">
202 203
            <c-col :span="6">
              <el-form-item label=" " prop="gctp.adaflg" label-width="120px" style=" float:left;">
liyixun committed
204
              <c-checkbox disabled v-model="model.gctp.adaflg"
wangna committed
205
                >附加金额</c-checkbox
liyixun committed
206
              >
207
            </el-form-item>
liyixun committed
208 209 210 211
            </c-col>
          </c-col>
        </c-col>

212

liyixun committed
213

liyixun committed
214
    <!----------下层-------- -->
215 216
<!-- ============左边================= -->
<c-col :span="12" style="padding-right: 20px;">
liyixun committed
217 218
          <c-col :span="24">
            <c-col :span="12">
wangna committed
219
              <c-form-item label="索赔金额" prop="gcdgrp.cbs.max.cur">
liyixun committed
220 221 222 223
                <c-input
                  disabled
                  v-model="model.gcdgrp.cbs.max.cur"
                  maxlength="3"
wangna committed
224
                  placeholder="请输入索赔金额"
liyixun committed
225 226 227 228 229
                ></c-input>
              </c-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item label-width="5px" prop="gcdgrp.cbs.max.amt">
230
                <c-input-currency
liyixun committed
231 232
                  disabled
                  v-model="model.gcdgrp.cbs.max.amt"
wangna committed
233
                  placeholder="请输入"
234
                ></c-input-currency>
liyixun committed
235 236 237 238 239
              </c-form-item>
            </c-col>
          </c-col>
          <c-col :span="24">
            <c-col :span="12">
wangna committed
240
              <el-form-item label="附加金额" prop="gcdgrp.cbs.opn2.cur">
liyixun committed
241 242 243 244
                <c-select
                  disabled
                  v-model="model.gcdgrp.cbs.opn2.cur"
                  style="width: 100%"
wangna committed
245
                  placeholder="请选择附加金额"
liyixun committed
246 247 248 249 250 251
                >
                </c-select>
              </el-form-item>
            </c-col>
            <c-col :span="12">
              <c-form-item label-width="5px" prop="gcdgrp.cbs.max2.amt">
252
                <c-input-currency
liyixun committed
253 254 255
                  disabled
                  v-model="model.gcdgrp.cbs.max2.amt"
                  placeholder=""
256
                ></c-input-currency>
liyixun committed
257 258 259
              </c-form-item>
            </c-col>
            <c-col :span="24">
260 261
              <c-col :span="6">
                <c-form-item  prop="gcdgrp.rec.cannowflg" style=" float:left;">
panziyi committed
262
                  <c-checkbox v-model="model.gcdgrp.rec.cannowflg" checked
wangna committed
263
                    >保函注销情况下的付款</c-checkbox
liyixun committed
264 265
                  >
                </c-form-item>
liyixun committed
266
              </c-col>
liyixun committed
267 268
            </c-col>
            <c-col :span="24">
269 270
              <c-col :span="6">
                <c-form-item  prop="mtabut.clsflg" style=" float:left;">
liyixun committed
271
                  <c-checkbox v-model="model.mtabut.clsflg"
wangna committed
272
                    >是否闭卷</c-checkbox
liyixun committed
273 274 275 276 277
                  >
                </c-form-item>
              </c-col>
            </c-col>
            <c-col :span="24">
278 279
              <c-col :span="6">
                <c-form-item  prop="gcdgrp.rec.frepayflg" style=" float:left;">
liyixun committed
280
                  <c-checkbox v-model="model.gcdgrp.rec.frepayflg"
wangna committed
281
                    >免费付款</c-checkbox
liyixun committed
282 283
                  >
                </c-form-item>
liyixun committed
284
              </c-col>
liyixun committed
285
            </c-col>
liyixun committed
286
          </c-col>
liyixun committed
287
        </c-col>
288 289
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
290
          <c-col :span="24">
wangna committed
291
            <c-form-item label="索赔当事人" prop="gcdgrp.rec.docprbrol">
liyixun committed
292 293
              <c-select
                v-model="model.gcdgrp.rec.docprbrol"
wangna committed
294
                placeholder="请选择索赔当事人"
liyixun committed
295 296 297 298 299 300 301 302 303 304 305 306
                style="width: 100%"
                disabled
              >
                <el-option
                  v-for="item in codes.docprbrol"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
liyixun committed
307

liyixun committed
308
          <c-col :span="24">
wangna committed
309
            <el-form-item label="编号" prop="gcdgrp.prb.pts.ref">
liyixun committed
310 311 312
              <c-input
                v-model="model.gcdgrp.prb.pts.ref"
                maxlength="16"
wangna committed
313
                placeholder="请输入编号"
liyixun committed
314 315 316 317
                disabled
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
318

liyixun committed
319 320 321 322 323 324 325
          <c-col :span="24">
            <el-form-item label="" prop="gcdgrp.prb.pts.extkey">
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gcdgrp.prb.pts.extkey"
                  maxlength="16"
wangna committed
326
                  placeholder="请输入"
liyixun committed
327 328 329 330 331 332 333 334 335 336 337
                  @keyup.enter.native="
                    showGridPromptDialog('gcdgrp.prb.pts.extkey')
                  "
                ></c-input>
                <template slot="footer">
                  <c-button
                    v-model="model.gctp.prbp.ptsget.sdamod.seainf"
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
338
                    <i class="el-icon-info"></i>
liyixun committed
339 340 341 342 343 344 345 346 347 348 349 350 351
                  </c-button>
                  <c-button
                    size="small"
                    type="primary"
                    v-model="model.gctp.prbp.det"
                    style="margin: 0 0"
                  >
                    Temp.
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>
liyixun committed
352

liyixun committed
353 354 355 356 357 358 359 360 361
          <c-col :span="24">
            <el-form-item label="" prop="gcdgrp.prb.pts.adrblk">
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gcdgrp.prb.pts.adrblk"
                maxlength="100"
                show-word-limit
wangna committed
362
                placeholder="请输入"
liyixun committed
363 364 365 366
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
367
            <c-form-item label="向索人" prop="gcdgrp.rec.payrol">
liyixun committed
368 369
              <c-select
                v-model="model.gcdgrp.rec.payrol"
wangna committed
370
                placeholder="请选择向索人"
panziyi committed
371
                disabled
liyixun committed
372 373 374 375 376 377 378 379 380 381 382
                style="width: 100%"
              >
                <el-option
                  v-for="item in codes.payrol"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                ></el-option>
              </c-select>
            </c-form-item>
          </c-col>
liyixun committed
383

liyixun committed
384 385 386 387 388 389 390
          <c-col :span="24">
            <el-form-item label="" prop="gcdgrp.oth.pts.extkey">
              <c-fullbox>
                <c-input
                  disabled
                  v-model="model.gcdgrp.oth.pts.extkey"
                  maxlength="16"
wangna committed
391
                  placeholder="请输入"
liyixun committed
392 393 394 395 396 397 398 399 400 401 402 403
                  @keyup.enter.native="
                    showGridPromptDialog('gcdgrp.oth.pts.extkey')
                  "
                >
                </c-input>
                <template slot="footer">
                  <c-button
                    v-model="model.gctp.othp.ptsget.sdamod.seainf"
                    style="margin: 0 10px 0 10px; padding: 0 12px"
                    size="small"
                    type="primary"
                  >
nanrui committed
404
                    <i class="el-icon-info"></i>
liyixun committed
405 406 407 408 409 410 411
                  </c-button>
                  <c-button
                    v-model="model.gctp.othp.det"
                    style="margin: 0 0"
                    size="small"
                    type="primary"
                  >
wangna committed
412
                    详情
liyixun committed
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427
                  </c-button>
                </template>
              </c-fullbox>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item label="" prop="gcdgrp.oth.pts.adrblk">
              <c-input
                disabled
                type="textarea"
                rows="4"
                v-model="model.gcdgrp.oth.pts.adrblk"
                maxlength="100"
                show-word-limit
wangna committed
428
                placeholder="请输入"
liyixun committed
429 430
              ></c-input>
            </el-form-item>
liyixun committed
431
          </c-col>
liyixun committed
432
        </c-col>
liyixun committed
433
  </div>
434 435
</template>
<script>
liyixun committed
436
import Api from "~/service/Api";
437
import commonProcess from "~/mixin/commonProcess";
liyixun committed
438 439
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getset/Event";
440 441

export default {
liyixun committed
442 443 444 445 446
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
liyixun committed
447
  },
liyixun committed
448 449 450 451 452 453 454
  computed: {},
  methods: { ...Event },
  created: function () {},
  watch: {
    "model.mtabut.clsflg": function () {
      if (this.model.mtabut.clsflg == "C") {
        this.model.mtabut.clsflg = "X";
liyixun committed
455
      }
liyixun committed
456 457 458
    },
  },
};
459 460 461
</script>
<style>
</style>