Inst.vue 7.4 KB
Newer Older
jxl committed
1
<template>
huangxin committed
2 3 4
<div class="eibs">
        <!-- ==================左边================ -->
        <c-col :span="12" style="padding-right: 20px;">
huangxin committed
5
      <c-col :span="24">
nanrui committed
6
        <el-form-item label="放单指示条款" style="padding-top:15px">
7 8
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
wangna committed
9
              placeholder="请输入放单指示条款" :disabled="model.bodgrp.blk.colinsflg !='X'">
10 11
            </c-input>
            <template slot="footer">
wangyanjiao committed
12
              <c-button 
huangxin committed
13
              icon="el-icon-more"
wangyanjiao committed
14 15 16 17 18
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.colins.buttxmsel',null,null,{TXT:'bodgrp.blk.colins'},{TXT:false},'doxpDialog')"
                :disabled="model.bodgrp.blk.colinsflg !='X'"
                >
19 20 21
              </c-button>
            </template>
          </c-fullbox>
jxl committed
22
        </el-form-item>
23 24 25 26
      </c-col>


      <c-col :span="24">
huangxin committed
27
        <el-form-item label="" prop="bodgrp.blk.colinsflg" style=" float:right;">
nanrui committed
28
          <c-checkbox v-model="colinsflg">放单指示条款修改</c-checkbox>
29 30 31 32
        </el-form-item>
      </c-col>


huangxin committed
33
      <c-col :span="24">
nanrui committed
34
        <el-form-item label="汇票指示条款" style="padding-top:15px">
35 36
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
nanrui committed
37
              placeholder="请输入汇票指示条款">
38 39
            </c-input>
            <template slot="footer">
huangxin committed
40
              <c-button icon="el-icon-more"
wangyanjiao committed
41 42 43 44
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.dftins.buttxmsel',null,null,{TXT:'bodgrp.blk.dftins'},{TXT:false},'doxpDialog')"
                >
45 46 47 48 49
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
jxl committed
50

nanrui committed
51
      
52

huangxin committed
53
      <c-col :span="24">
nanrui committed
54
        <el-form-item label="拒绝证书指示条款" style="padding-top:15px">
55 56
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
nanrui committed
57
              placeholder="请输入拒绝证书指示条款">
58 59
            </c-input>
            <template slot="footer">
wangyanjiao committed
60
              <c-button 
huangxin committed
61
              icon="el-icon-more"
wangyanjiao committed
62 63 64 65
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.proins.buttxmsel',null,null,{TXT:'bodgrp.blk.proins'},{TXT:false},'doxpDialog')"
                >
66 67 68 69 70 71 72 73 74
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>




huangxin committed
75
      <c-col :span="24">
nanrui committed
76
        <el-form-item label="其它指示条款" style="padding-top:15px">
77 78
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
nanrui committed
79
              placeholder="请输入其它指示条款">
80 81
            </c-input>
            <template slot="footer">
wangyanjiao committed
82
              <c-button 
huangxin committed
83
              icon="el-icon-more"
wangyanjiao committed
84 85 86 87
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.othins.buttxmsel',null,null,{TXT:'bodgrp.blk.othins'},{TXT:false},'doxpDialog')"
                >
88 89 90 91
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
jxl committed
92 93
      </c-col>

nanrui committed
94

huangxin committed
95
      <c-col :span="24">
nanrui committed
96
        <el-form-item label="仓储/保险指示条款" style="padding-top:15px">
97 98
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
nanrui committed
99
              placeholder="请输入仓储/保险指示条款">
100 101
            </c-input>
            <template slot="footer">
wangyanjiao committed
102
              <c-button 
huangxin committed
103
              icon="el-icon-more"
wangyanjiao committed
104 105 106 107
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.whins.buttxmsel',null,null,{TXT:'bodgrp.blk.delins'},{TXT:false},'doxpDialog')"
                >
108 109 110 111 112 113 114 115 116 117 118
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

    </c-col>




huangxin committed
119 120
            <!-- ============右边================= -->
            <c-col :span="12" style="padding-left: 20px;">
121
      <c-col :span="24" style="width:100%">
nanrui committed
122
        <el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
123

nanrui committed
124
          <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款"
wangyanjiao committed
125
            :code="codes.chadet">
126 127
          </c-select>

jxl committed
128 129

        </el-form-item>
130
      </c-col>
jxl committed
131

132 133 134


      <c-col :span="24" style="width:100%">
nanrui committed
135
        <el-form-item label="手续费支付的附加详述" prop="bodgrp.blk.chgtxt" style="padding-top:15px">
136 137

          <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit
nanrui committed
138
            placeholder="请输入手续费支付的附加详述"></c-input>
139

jxl committed
140 141

        </el-form-item>
142 143 144 145 146
      </c-col>




huangxin committed
147
      <c-col :span="24">
nanrui committed
148
        <c-checkbox v-model="model.bodgrp.rec.focflg" style="padding-left:10px">无偿放单选项</c-checkbox>
149 150
      </c-col>
      <c-col :span="24" style="width:100%">
nanrui committed
151
        <el-form-item label="交单时是否放弃向代收行收取费用的权力" prop="bodgrp.rec.waicolcod" style="padding-top:15px">
152

wangna committed
153
          <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择"
154 155
            :code="codes.waicolcod">
          </c-select>
jxl committed
156 157

        </el-form-item>
158 159 160 161
      </c-col>


      <c-col :span="24" style="width:100%">
nanrui committed
162
        <el-form-item label="放单时是否放弃向托收行收取费用的权力" prop="bodgrp.rec.wairmtcod" style="padding-top:15px">
163 164

          <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%"
nanrui committed
165
            placeholder="请选择放单时是否放弃向托收行收取费用的权力" :code="codes.wairmtcod">
166 167
          </c-select>

jxl committed
168
        </el-form-item>
169
      </c-col>
jxl committed
170 171


172
      <c-col :span="24" style="width:100%">
nanrui committed
173
        <el-form-item label="延期付款期限" prop="bodgrp.rec.othins" style="padding-top:15px">
174

nanrui committed
175
          <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限"
176 177 178 179 180 181
            :code="codes.othins">
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="12">
nanrui committed
182
        <el-form-item label="面函提示" prop="bodgrp.cbs.opn1.cur" style="padding-top:15px">
wangna committed
183
          <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择"
wangyanjiao committed
184
            :disabled="true" :code="codes.cur">
185 186 187 188 189
          </c-select>

        </el-form-item>
      </c-col>
      <c-col :span="12">
huangxin committed
190
        <el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
wangna committed
191
        <c-input style="padding-top:15px" v-model="model.bodgrp.rec.lescom" placeholder="请输入"></c-input>
huangxin committed
192
        </el-form-item>
193
      </c-col>
jxl committed
194

195

jxl committed
196
    </c-col>
huangxin committed
197
</div>
jxl committed
198 199
</template>
<script>
wangyanjiao committed
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
  import Api from "~/service/Api"
  import commonProcess from "~/mixin/commonProcess";
  import CodeTable from "~/config/CodeTable"
  import Event from "~/model/Botdav/Event"

  export default {
    inject: ['root'],
    props: ["model", "codes"],
    mixins: [commonProcess],
    data() {
      return {

      }
    },
    methods: { ...Event },
    created: function () {
jxl committed
216

217
    },
wangyanjiao committed
218 219 220 221 222 223 224 225 226 227
    computed: {
      colinsflg: {
        get() {
          return this.model.bodgrp.blk.colinsflg === "X";
        },
        set(val) {
          this.model.bodgrp.blk.colinsflg = val ? "X" : "";
        },
      },
    }
228 229
  }

jxl committed
230 231
</script>
<style>
wangyanjiao committed
232
</style>