Instrecp.vue 5.3 KB
Newer Older
jxl committed
1
<template>
huangxin committed
2 3 4
     <div class="eibs">
                  <!-- ==================左边================ -->
        <c-col :span="12" style="padding-right: 20px;">
wangyanjiao committed
5
          <c-col :span="24">
nanrui committed
6
               <el-form-item label="汇票指示条款" prop="bodgrp.blk.dftins" label-width="180px">
wangyanjiao committed
7
                    <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 6}" v-model="model.bodgrp.blk.dftins"
huangxin committed
8
                         style="width:100%;margin-right:20px;" maxlength="390" show-word-limit
nanrui committed
9
                         placeholder="请输入汇票指示条款"></c-input>
wangyanjiao committed
10 11
               </el-form-item>
          </c-col>
jxl committed
12 13


wangyanjiao committed
14
          <c-col :span="24">
nanrui committed
15
               <el-form-item label="利息指示条款" prop="bodgrp.blk.intins" label-width="180px">
wangyanjiao committed
16
                    <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 5}" v-model="model.bodgrp.blk.intins"
huangxin committed
17
                         style="width:100%;margin-right:20px;" maxlength="325" show-word-limit
nanrui committed
18
                         placeholder="请输入利息指示条款"></c-input>
wangyanjiao committed
19 20
               </el-form-item>
          </c-col>
huangxin committed
21
          <c-col :span="24">
hewei committed
22 23 24 25
            <el-form-item label="结算条款" prop="bodgrp.blk.setinsbo" label-width="180px">
              <c-fullbox>
                <c-input type="textarea" v-model="model.bodgrp.blk.setinsbo" :autosize="{ minRows: 6, maxRows: 8}"
                         style="width:100%" maxlength="400" show-word-limit
nanrui committed
26
                         placeholder="请输入结算条款"></c-input>
hewei committed
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
                <template slot="footer">
                  <c-button size="small" type="primary" icon="el-icon-more" style="margin: 0 0 0 10px"
                            @click="showGridPromptDialog('botp.setins.buttxmsel',null,null,{TXT:'bodgrp.blk.setinsbo'},{TXT:false},'doxpDialog')">
                  </c-button>
                </template>

              </c-fullbox>
<!--            </el-form-item>-->
<!--               <c-col :span="22">-->
<!--               <el-form-item label="结算条款" prop="bodgrp.blk.setinsbo" label-width="180px">-->
<!--                    <c-input type="textarea" :autosize="{ minRows: 6, maxRows: 8}" v-model="model.bodgrp.blk.setinsbo"-->
<!--                         style="width:100%;margin-right:20px;" maxlength="400" show-word-limit-->
<!--                         placeholder="请输入结算条款"></c-input>-->
<!--                    </el-form-item>-->
<!--          </c-col>-->
<!--          <c-col :span="2">-->
<!--               <c-button size="small" type="primary" icon="el-icon-more"-->
<!--                    @click="showGridPromptDialog('botp.setins.buttxmsel',null,null,{TXT:'bodgrp.blk.setinsbo'},{TXT:false},'doxpDialog')">-->
<!--               </c-button>-->
<!--          </c-col>-->
            </el-form-item>
huangxin committed
48 49
          </c-col>

wangyanjiao committed
50
          <c-col :span="24">
nanrui committed
51
               <el-form-item label="赋予代理行的权力" prop="bodgrp.blk.agtaut" label-width="180px">
wangyanjiao committed
52
                    <c-input type="textarea" :autosize="{ minRows: 6, maxRows: 6}" v-model="model.bodgrp.blk.agtaut"
huangxin committed
53
                         style="width:100%;margin-right:20px;" maxlength="210" show-word-limit
nanrui committed
54
                         placeholder="请输入赋予代理行的权力"></c-input>
wangyanjiao committed
55 56
               </el-form-item>
          </c-col>
jxl committed
57

wangyanjiao committed
58
          <c-col :span="24">
nanrui committed
59
               <el-form-item label="货物的起运地" prop="bodgrp.rec.shpfro" label-width="180px">
huangxin committed
60
                    <c-input v-model="model.bodgrp.rec.shpfro" style="width:100%;margin-right:20px;" maxlength="40"
nanrui committed
61
                         placeholder="请输入货物的起运地"></c-input>
wangyanjiao committed
62 63
               </el-form-item>
          </c-col>
jxl committed
64

wangyanjiao committed
65
          <c-col :span="24">
nanrui committed
66
               <el-form-item label="货物的到达地" prop="bodgrp.rec.shpto" label-width="180px">
huangxin committed
67
                    <c-input v-model="model.bodgrp.rec.shpto" style="width:100%;margin-right:20px;" maxlength="40"
nanrui committed
68
                         placeholder="请输入货物的到达地"></c-input>
wangyanjiao committed
69 70 71
               </el-form-item>
          </c-col>
          <c-col :span="24">
nanrui committed
72
               <el-form-item label="装船日期" prop="bodgrp.rec.shpdat" label-width="180px">
huangxin committed
73
                    <c-date-picker type="date" v-model="model.bodgrp.rec.shpdat" style="width:100%;margin-right:20px;"
nanrui committed
74
                         placeholder="请选择装船日期"></c-date-picker>
wangyanjiao committed
75 76 77 78
               </el-form-item>
          </c-col>

          <c-col :span="24">
nanrui committed
79
               <el-form-item label="货物描述" prop="bodgrp.blk.goddes" label-width="180px">
wangyanjiao committed
80
                    <c-input type="textarea" :autosize="{ minRows: 6, maxRows: 8}" v-model="model.bodgrp.blk.goddes"
huangxin committed
81
                         style="width:100%;margin-right:20px;" maxlength="325" show-word-limit
nanrui committed
82
                         placeholder="请输入货物描述"></c-input>
wangyanjiao committed
83 84
               </el-form-item>
          </c-col>
huangxin committed
85
</c-col>
wangyanjiao committed
86
     </div>
jxl committed
87 88
</template>
<script>
wangyanjiao committed
89 90 91 92
     import Api from "~/service/Api"
     import commonProcess from "~/mixin/commonProcess";
     import CodeTable from "~/config/CodeTable"
     import Event from "~/model/Botdav/Event"
jxl committed
93

wangyanjiao committed
94 95 96 97 98 99
     export default {
          inject: ['root'],
          props: ["model", "codes"],
          mixins: [commonProcess],
          data() {
               return {
jxl committed
100

wangyanjiao committed
101 102 103 104
               }
          },
          methods: { ...Event },
          created: function () {
jxl committed
105

wangyanjiao committed
106 107
          }
     }
jxl committed
108 109 110
</script>
<style>

wangyanjiao committed
111
</style>