Utlp.vue 19.2 KB
Newer Older
liushikai committed
1
<template>
潘际乾 committed
2
  <div class="eibs-tab" style="">
liuxin committed
3 4

    <c-col :span="24">
wangyanjiao committed
5 6 7 8 9 10 11
      <c-col :span="11">
        <c-col :span="16">
          <el-form-item label="信用证参考号" prop="didgrp.rec.ownref">
            <c-fullbox>
              <c-input v-model="model.didgrp.rec.ownref" maxlength="16" placeholder="请输入信用证参考号" disabled></c-input>
              <template slot="footer">
                <c-button style="padding: 0 14px;" size="small" type="primary">
nanrui committed
12
                  <i class="el-icon-info" style="font-size:15px"></i>
wangyanjiao committed
13 14 15 16 17 18 19 20 21 22
                </c-button>
              </template>
            </c-fullbox>
          </el-form-item>
        </c-col>

        <c-col :span="8">
          <el-form-item label="到期日" prop="didgrp.rec.expdat" label-width="30%">
            <c-fullbox>
              <c-date-picker type="date" v-model="model.didgrp.rec.expdat" style="width: 100%"
wangna committed
23
                placeholder="请选择到期日" disabled></c-date-picker>
wangyanjiao committed
24 25
            </c-fullbox>
          </el-form-item>
liuxin committed
26
        </c-col>
wangyanjiao committed
27 28 29 30 31
      </c-col>

      <c-col :span="11" :offset="1">
        <c-col :span="12">
          <el-form-item label="信用证余额" prop="didgrp.cbs.opn1.cur">
wangna committed
32
            <c-input v-model="model.didgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入币种" disabled></c-input>
wangyanjiao committed
33 34 35 36
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" prop="didgrp.cbs.opn1.amt" label-width="2%">
wangna committed
37
            <c-input v-model="model.didgrp.cbs.opn1.amt" placeholder="请输入信用证余额" disabled></c-input>
wangyanjiao committed
38 39 40
          </el-form-item>
        </c-col>
      </c-col>
41
    </c-col>
liuxin committed
42

43
    <c-col :span="24" style="height:24px;margin-top:-10px">
wangyanjiao committed
44 45
      <el-form-item label="单据信息" class="messageLabel">
      </el-form-item>
liuxin committed
46
    </c-col>
潘际乾 committed
47
    <c-col :span="24" style="height: 0px">
wangyanjiao committed
48
      <el-divider></el-divider>
liuxin committed
49
    </c-col>
50

liuxin committed
51
    <c-col :span="11" style="margin-top:10px">
wangyanjiao committed
52 53 54 55 56 57 58 59
      <c-col :span="24">
        <c-col :span="22">
          <el-form-item label="单据参考号" prop="bddgrp.rec.ownref">
            <c-input v-model="model.bddgrp.rec.ownref" maxlength="16" placeholder="请输入单据参考号" disabled></c-input>
          </el-form-item>
        </c-col>
        <c-col :span="2" style="text-align: right">
          <c-button style="margin:0;padding: 0 14px;" size="small" type="primary">
nanrui committed
60
            <i class="el-icon-info" style="font-size:15px"></i>
wangyanjiao committed
61 62 63
          </c-button>
        </c-col>
      </c-col>
64 65
    </c-col>

liuxin committed
66
    <c-col :span="11" :offset="1" style="margin-top:10px">
liushikai committed
67
      <el-form-item label="单据摘要" prop="bddgrp.rec.nam">
wangna committed
68
        <c-input v-model="model.bddgrp.rec.nam" maxlength="40" placeholder="请输入单据摘要" disabled>
wangyanjiao committed
69
        </c-input>
70 71 72 73 74 75
      </el-form-item>
    </c-col>

    <!-- ==========middle-left======== -->
    <c-col :span="11">
      <c-col :span="24">
liuxin committed
76
        <c-col :span="12">
77
          <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
wangna committed
78
            <c-select v-model="model.bddgrp.cbs.max.cur" placeholder="请选择币种" disabled>
79 80 81
            </c-select>
          </el-form-item>
        </c-col>
82 83
        <c-col :span="12">
          <el-form-item label="" prop="bddgrp.cbs.max.amt" label-width="2%">
wangyanjiao committed
84
            <c-input v-model="model.bddgrp.cbs.max.amt" placeholder="请输入单据金额" disabled></c-input>
85 86 87 88 89
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
liuxin committed
90
        <c-col :span="12">
91
          <el-form-item label="单据余额" prop="bddgrp.cbs.opn1.cur">
wangna committed
92
            <c-select v-model="model.bddgrp.cbs.opn1.cur" placeholder="请选择币种" disabled></c-select>
93 94
          </el-form-item>
        </c-col>
95 96
        <c-col :span="12">
          <el-form-item label="" prop="bddgrp.cbs.opn1.amt" label-width="2%">
wangna committed
97
            <c-input v-model="model.bddgrp.cbs.opn1.amt" placeholder="请输入单据余额" disabled></c-input>
98 99 100 101
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
liuxin committed
102
        <c-col :span="12">
103
          <el-form-item label="到单日期" prop="bddgrp.rec.rcvdat">
wangyanjiao committed
104 105
            <c-date-picker type="date" style="width:100%" v-model="model.bddgrp.rec.rcvdat" placeholder="请选择到单日期"
              disabled></c-date-picker>
106 107
          </el-form-item>
        </c-col>
liuxin committed
108
        <c-col :span="1">
wangyanjiao committed
109
          &nbsp;
liuxin committed
110
        </c-col>
111
        <c-col :span="11">
wangyanjiao committed
112
          <el-form-item label="远期起算日" prop="bddgrp.rec.stadat" label-width="40%">
wangna committed
113
            <c-date-picker type="date" v-model="model.bddgrp.rec.stadat" style="width: 100%" placeholder="请选择远期起算日"
wangyanjiao committed
114
              disabled></c-date-picker>
115 116 117 118 119
          </el-form-item>
        </c-col>
      </c-col>

      <c-col :span="24">
liuxin committed
120
        <c-col :span="12">
121
          <el-form-item label="单据到期日" prop="bddgrp.rec.matdat">
wangyanjiao committed
122
            <c-date-picker type="date" style="width:100%" v-model="model.bddgrp.rec.matdat"
wangna committed
123
              placeholder="请选择单据到期日" width="100%" disabled></c-date-picker>
124 125
          </el-form-item>
        </c-col>
liuxin committed
126
        <c-col :span="1">
wangyanjiao committed
127
          &nbsp;
liuxin committed
128
        </c-col>
129
        <c-col :span="11">
wangyanjiao committed
130
          <el-form-item label="远期期限" prop="bddgrp.rec.tenmaxday" label-width="40%">
wangna committed
131
            <c-input v-model="model.bddgrp.rec.tenmaxday" placeholder="请输入远期期限" disabled></c-input>
132 133 134 135 136
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
        <el-form-item label="单据类型" prop="bddgrp.rec.docflg">
wangyanjiao committed
137 138
          <c-select v-model="model.bddgrp.rec.docflg" style="width: 100%" placeholder="请选择单据类型" disabled>
            <el-option v-for="item in codes.brdtyp" :key="item.value" :label="item.label" :value="item.value">
139
            </el-option>
140 141 142 143 144
          </c-select>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item label="单据状态" prop="bddgrp.rec.docsta">
wangyanjiao committed
145 146 147
          <c-select v-model="model.bddgrp.rec.docsta" style="width: 100%" placeholder="请选择单据状态" disabled>
            <el-option v-for="item in codes.docsta" :key="item.value" :label="item.label" :value="item.value">
            </el-option>
148 149 150 151 152 153 154
          </c-select>
        </el-form-item>
      </c-col>
    </c-col>
    <!-- ==========middle-right======== -->
    <c-col :span="11" :offset="1">
      <c-col :span="24">
wangguangchao committed
155
        <el-form-item label="申请人编号" prop="bddgrp.apl.pts.ref">
wangna committed
156
          <c-input v-model="model.bddgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人编号" disabled></c-input>
liushikai committed
157
        </el-form-item>
158 159 160
      </c-col>

      <c-col :span="24">
liushikai committed
161
        <el-form-item label="申请人名称" prop="bddgrp.apl.pts.nam">
wangna committed
162
          <c-input v-model="model.bddgrp.apl.pts.nam" maxlength="40" placeholder="请输入申请人名称" disabled></c-input>
liushikai committed
163
        </el-form-item>
164 165 166
      </c-col>

      <c-col :span="24">
wangguangchao committed
167
        <el-form-item label="受益人编号" prop="bddgrp.ben.pts.ref">
wangna committed
168
          <c-input v-model="model.bddgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人编号" disabled></c-input>
liushikai committed
169
        </el-form-item>
170 171 172
      </c-col>

      <c-col :span="24">
liushikai committed
173
        <el-form-item label="受益人名称" prop="bddgrp.ben.pts.nam">
wangna committed
174
          <c-input v-model="model.bddgrp.ben.pts.nam" maxlength="40" placeholder="请输入受益人名称" disabled></c-input>
175 176 177 178
        </el-form-item>
      </c-col>

      <c-col :span="24">
wangguangchao committed
179
        <el-form-item label="交单行编号" prop="bddgrp.prb.pts.ref">
wangna committed
180
          <c-input v-model="model.bddgrp.prb.pts.ref" maxlength="16" placeholder="请输入交单行编号" disabled></c-input>
liushikai committed
181
        </el-form-item>
182 183 184
      </c-col>

      <c-col :span="24">
liushikai committed
185
        <el-form-item label="交单行名称" prop="bddgrp.prb.pts.nam">
wangna committed
186
          <c-input v-model="model.bddgrp.prb.pts.nam" maxlength="40" placeholder="请输入交单行名称" disabled></c-input>
187 188 189 190 191
        </el-form-item>
      </c-col>
    </c-col>

    <!-- =========bottom-left======== -->
192
    <c-col :span="24" style="height:24px;margin-top:-10px">
wangyanjiao committed
193 194
      <el-form-item label="付款信息" class="messageLabel">
      </el-form-item>
liuxin committed
195
    </c-col>
潘际乾 committed
196
    <c-col :span="24" style="height: 0px">
wangyanjiao committed
197
      <el-divider></el-divider>
liuxin committed
198
    </c-col>
199
    <c-col :span="11">
liuxin committed
200 201
      <c-col :span="24" style="margin-top: 10px">
        <c-col :span="12">
202
          <el-form-item label="付款金额" prop="setmod.doccur">
wangna committed
203
            <c-input v-model="model.setmod.doccur" maxlength="3" placeholder="请输入付款金额" disabled></c-input>
204
          </el-form-item>
liushikai committed
205
        </c-col>
206 207
        <c-col :span="12">
          <el-form-item label="" prop="setmod.docamt" label-width="2%">
wangna committed
208
            <c-input v-model="model.setmod.docamt" placeholder="请输入"
wangyanjiao committed
209
              @keyup.enter.native="commonExecuteRule('setmod.docamt')"></c-input>
210 211 212
          </el-form-item>
        </c-col>
      </c-col>
liushikai committed
213 214

      <c-col :span="24">
liuxin committed
215
        <c-col :span="12">
liushikai committed
216
          <el-form-item label="扣减金额" prop="setmod.doccur">
wangyanjiao committed
217
            <c-input v-model="model.setmod.doccur" placeholder="请输入扣减金额" disabled></c-input>
liushikai committed
218 219
          </el-form-item>
        </c-col>
220 221
        <c-col :span="12">
          <el-form-item label="" prop="setmod.redamt" label-width="2%">
wangyanjiao committed
222 223
            <c-input v-model="model.setmod.redamt" placeholder="请输入扣减金额" :disabled="model.bddgrp.rec.frepayflg == 'X' "
              @keyup.enter.native="commonExecuteRule('setmod.redamt')"></c-input>
liushikai committed
224 225 226
          </el-form-item>
        </c-col>
      </c-col>
wangyanjiao committed
227

228
      <c-col :span="24">
liuxin committed
229
        <c-col :span="12">
230
          <el-form-item label="扣费后付款金额" prop="setmod.doccur">
wangna committed
231
            <c-input v-model="model.setmod.doccur" maxlength="3" placeholder="请输入扣费后付款金额" disabled></c-input>
232 233
          </el-form-item>
        </c-col>
234 235
        <c-col :span="12">
          <el-form-item label="" prop="setmod.setamt" label-width="2%">
wangna committed
236
            <c-input v-model="model.setmod.setamt" placeholder="请输入" disabled></c-input>
237 238 239
          </el-form-item>
        </c-col>
      </c-col>
wangyanjiao committed
240

241
      <c-col :span="24">
wangguangchao committed
242
        <el-form-item label="清算方式" prop="bddgrp.rec.clrmtd">
wangyanjiao committed
243 244 245

          <c-select v-model="model.bddgrp.rec.clrmtd" style="width: 100%" placeholder="请选择清算方式" disabled>
            <el-option v-for="item in codes.clrtyp" :key="item.value" :label="item.label" :value="item.value">
wangguangchao committed
246 247
            </el-option>
          </c-select>
248 249
        </el-form-item>
      </c-col>
liushikai committed
250

251 252 253
    </c-col>
    <!-- =========bottom-right======== -->
    <c-col :span="11" :offset="1">
liuxin committed
254 255
      <c-col :span="24" style="margin-top:10px">
        <el-form-item>
wangyanjiao committed
256 257 258 259
          <c-col :span=4>
            <c-checkbox v-model="crefinflg" :disabled="model.bddgrp.rec.frepayflg === 'X'  || model.paypsb ==='X'">融资</c-checkbox>
          </c-col>
          <c-col :span="5">
lianyang committed
260
            <c-checkbox v-model="clsflg" @change="clsflgOtherDefault" :disabled="clsflgFlg">闭卷</c-checkbox>
wangyanjiao committed
261 262 263 264 265 266 267 268 269 270
          </c-col>
          <c-col :span="5">
            <c-checkbox v-model="paypsb" :disabled="model.bddgrp.rec.frepayflg === 'X' || model.trtcre.crefinflg ==='X'">垫款</c-checkbox>
          </c-col>
          <c-col :span="5">
            <c-checkbox v-model="frepayflg" @change="frepayflgDefault">无偿放单</c-checkbox>
          </c-col>
          <c-col :span="5">
            <c-checkbox v-model="dfflag">同业代付</c-checkbox>
          </c-col>
271 272 273
        </el-form-item>
      </c-col>

274
      <c-col :span="24">
lianyang committed
275
        <el-form-item label="交单行" prop="bddgrp.rec.docprbrol">
wangna committed
276
          <c-select v-model="model.bddgrp.rec.docprbrol" style="width: 100%" placeholder="请选择交单行"
lianyang committed
277 278
            :code="codes.docprbrol1" @change="docprbrolChange">
          </c-select>
wangyanjiao committed
279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="交单行BIC" prop="bddgrp.prb.pts.extkey">
          <c-input
            v-model="model.bddgrp.prb.pts.extkey"
            maxlength="16"
            style="width: 100%"
            placeholder="请输入交单行BIC"
            @keyup.enter.native="showGridPromptDialog(`bddgrp.prb.pts.extkey`)"
            :disabled="model.bddgrp.rec.docprbrol == 'PRB' ? false : true"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="交单行联行行号" prop="bddgrp.prb.pts.bankno">
          <c-input
            v-model="model.bddgrp.prb.pts.bankno"
            maxlength="20"
            style="width: 100%"
            placeholder="请输入交单行联行行号"
            :disabled="model.bddgrp.rec.docprbrol == 'PRB' ? false : true"
             @keyup.enter.native="showGridPromptDialog('bddgrp.prb.pts.bankno')"
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="交单行联行名称" prop="bddgrp.prb.pts.jigomc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.prb.pts.jigomc"
            style="width: 100%"
            maxlength="35"
            show-word-limit
            placeholder="请输入联行名称"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="交单行地址" prop="bddgrp.prb.pts.dizhii">
          <c-input
            type="textarea"
            v-model="model.bddgrp.prb.pts.dizhii"
            style="width: 100%"
            maxlength="35"
            show-word-limit
            placeholder="请输入交单行地址"
            :disabled="model.bddgrp.rec.docprbrol == 'PRB' ? false : true"
          ></c-input>
        </el-form-item>
      </c-col>
335 336
    </c-col>

337
    <c-col :span="24" style="height:24px;margin-top:-10px">
wangyanjiao committed
338 339
      <el-form-item label="表外信息" class="messageLabel">
      </el-form-item>
340
    </c-col>
潘际乾 committed
341
    <c-col :span="24" style="height: 0px">
wangyanjiao committed
342
      <el-divider></el-divider>
343
    </c-col>
潘际乾 committed
344
    <c-col :span="24" :offset="0">
lianyang committed
345
      <c-istream-table ref="bwxxIst" :list="stmData.data" :columns="stmData.columns" :paginationShow="false" v-on:multipleSelect="multipleSelect"
wangyanjiao committed
346 347 348
        :showSelection="true">
      </c-istream-table>
    </c-col>
349

liuxin committed
350
    <c-col :span="24" style="height:24px">
wangyanjiao committed
351 352
      <el-form-item label="待还融资" class="messageLabel">
      </el-form-item>
353
    </c-col>
潘际乾 committed
354
    <c-col :span="24" style="height: 0px">
wangyanjiao committed
355
      <el-divider></el-divider>
356
    </c-col>
潘际乾 committed
357
    <c-col :span="24" :offset="0">
wangyanjiao committed
358 359
      <div class="e-table-wrapper">
        <c-table :data="model.bptbck.bptbckg" style="width: 100%" :paginationShow="false">
wangna committed
360
          <el-table-column prop="ownref" label="编号" width="auto">
wangyanjiao committed
361
          </el-table-column>
wangna committed
362
          <el-table-column prop="opncur" label="币种" width="auto">
wangyanjiao committed
363
          </el-table-column>
wangna committed
364
          <el-table-column prop="opnamt" label="余额" width="auto">
wangyanjiao committed
365
          </el-table-column>
wangna committed
366
          <el-table-column prop="bckamt" label="已付金额" width="auto">
wangyanjiao committed
367 368 369 370 371 372
          </el-table-column>
          <el-table-column prop="butcal" label="Cal." width="auto">
          </el-table-column>
        </c-table>
      </div>
    </c-col>
liuxin committed
373
    <div>
wangna committed
374
     
liuxin committed
375
    </div>
wangyanjiao committed
376

liushikai committed
377 378 379
  </div>
</template>
<script>
380
import Api from "~/service/Api";
wangren committed
381
import commonProcess from "~/mixin/commonProcess";
382 383 384
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bdtset/Event";
import PtapDome from "~/views/Public/PtapDome";
385
import Utils from "~/utils";
liushikai committed
386 387

export default {
388 389 390
  components: { "c-ptapdome": PtapDome },
  inject: ["root"],
  props: ["model", "codes"],
wangren committed
391
  mixins: [commonProcess],
392 393 394 395 396 397 398 399 400
  data() {
    return {
      stmData: {
        columns: [
          '1 1 "Type" 0 ',
          '2 2 "Dbt" 0 ',
          '3 3 "Cdt" 0 ',
          '4 4 "Cur" 0 ',
          '5 5 "Amt" 0 ',
401
          '6 6 "Mat Dat" 0 ',
402 403 404
        ],
        data: [],
      },
lianyang committed
405
      clsflgFlg:false
406 407
    };
  },
liuxin committed
408
  computed: {
wangyanjiao committed
409 410 411 412 413 414 415 416 417
    crefinflg: {
      get() {
        
        if (this.model.bddgrp.rec.frepayflg == 'X' || this.model.paypsb =='X') {
          return false;
        }else{
          return this.model.trtcre.crefinflg != ''
        }
        
liuxin committed
418
      },
wangyanjiao committed
419 420 421 422 423 424 425 426
      set(val) {
      
        this.model.trtcre.crefinflg = val ? "X" : ""
        
      }
    },
    clsflg: {
      get() {
lianyang committed
427
        return this.model.mtabut.clsflg=='C'; 
liuxin committed
428
      },
wangyanjiao committed
429
      set(val) {
lianyang committed
430
        this.model.mtabut.clsflg = val ? "C" : "O"
wangyanjiao committed
431 432 433 434 435 436 437 438 439 440 441
      }
    },
    paypsb: {
      get() {
        
        if (this.model.bddgrp.rec.frepayflg == 'X'|| this.model.trtcre.crefinflg =='X' ) {
          return false;
        }else{
          return this.model.paypsb != ''
        }
        
liuxin committed
442
      },
wangyanjiao committed
443 444 445 446 447 448 449 450 451 452 453
      set(val) {
        if (this.model.bddgrp.rec.frepayflg == 'X'  || this.model.trtcre.crefinflg =='X') {
          this.model.paypsb = ""
        }else{
          this.model.paypsb = val ? "X" : ""
        }
      }
    },
    frepayflg: {
      get() {
        return this.model.bddgrp.rec.frepayflg != ''
liuxin committed
454
      },
wangyanjiao committed
455 456 457 458 459 460 461 462 463 464 465
      set(val) {
        if (this.model.bddgrp.rec.frepayflg == 'X' || this.model.paypsb =='X') {
          this.model.trtcre.crefinflg = ''
          this.model.paypsb = ''
        }
        this.model.bddgrp.rec.frepayflg = val ? "X" : ""
      }
    },
    dfflag: {
      get() {
        return this.model.dftcre.dfflag != ''
liuxin committed
466
      },
wangyanjiao committed
467 468 469 470
      set(val) {
        this.model.dftcre.dfflag = val ? "X" : ""
      }
    },
liuxin committed
471
  },
wangyanjiao committed
472 473
  methods: {
    ...Event,
lianyang committed
474 475 476
        async multipleSelect(selection) {
      if (selection.length > 1) {
        this.$notify({
wangna committed
477 478
          title: "错误",
          message: "您不能选择多个期限",
lianyang committed
479 480 481 482 483 484 485 486 487 488 489
          type: "error",
        });
      } else {
        let chkIds;
        if (selection.length === 0) {
          chkIds = []
          // this.model.liaall.tensetstm.rows = []
          this.clsflgFlg= true
        } else {
          chkIds = [selection[0] + 1]
          this.clsflgFlg= false
wangyanjiao committed
490
        }
lianyang committed
491 492 493 494 495 496 497 498 499 500 501
        //
        console.log(this.model.liaall.tensetstm);
        let params = { chkDst: "liaall.tenstm", chkIds };
        const rtnmsg = await this.executeRule("liaall.tenstm", params);
        if (rtnmsg.respCode == SUCCESS) {
          this.updateModel(rtnmsg.data);
        } else {
          this.$notify.error({ title: "错误", message: "服务请求失败!" });
        }
      }

wangyanjiao committed
502
    },
wangyanjiao committed
503
    frepayflgDefault(){
504
      this.executeDefault("paypsb").then((res) => {
wangyanjiao committed
505 506 507 508 509 510
        if ((res.respCode == SUCCESS)) {
          Utils.copyValueFromVO(this.model, res.data);
        }
      });
    },
    docprbrolChange() {
511
      this.executeRule("bddgrp.rec.docprbrol").then((res) => {
吴佳 committed
512
        if ((res.respCode == SUCCESS)) {
wangguangchao committed
513
          Utils.copyValueFromVO(this.model, res.data);
wangyanjiao committed
514
          this.stmData.data = res.data.liaall_tenstm.rows;
515
          this.$refs.bwxxIst.$refs.table.toggleAllSelection();
wangguangchao committed
516 517 518
        }
      });
    },
wangyanjiao committed
519 520
    commonExecuteRule(ruleName) {
      this.executeRule(ruleName).then((res) => {
吴佳 committed
521
        if ((res.respCode == SUCCESS)) {
522 523 524 525
          Utils.copyValueFromVO(this.model, res.data);
        }
      });
    },
lianyang committed
526
    clsflgOtherDefault(){
lianyang committed
527 528 529 530 531 532 533
      this.executeDefault("mtabut.clsflg").then((res) => {
        if ((res.respCode == SUCCESS)) {
          Utils.copyValueFromVO(this.model, res.data);
        }
      });
    },
    
wangyanjiao committed
534
  },
liuxin committed
535 536
  created: function () {
  },
537
};
liushikai committed
538
</script>
liushikai committed
539
<style scoped>
wangyanjiao committed
540
.el-checkbox {
liuxin committed
541
  text-align: left;
wangyanjiao committed
542
  margin-right: 0;
liushikai committed
543
}
wangyanjiao committed
544 545 546 547

.formItemLabel>>>.el-form-item__label {
  text-align: left;
  font-weight: bold;
liushikai committed
548
}
wangyanjiao committed
549 550 551

.el-col>>>.el-divider--horizontal {
  margin-top: 1px;
liushikai committed
552
}
wangyanjiao committed
553 554 555 556 557

.messageLabel>>>.el-form-item__label {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
liuxin committed
558
}
liushikai committed
559
</style>>
liushikai committed
560
</style>