Inst.vue 6.52 KB
Newer Older
jxl committed
1
<template>
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
          <c-fullbox>
8
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" :rows="3" show-word-limit
wangna committed
9
              placeholder="请输入放单指示条款" disabled>
10 11
            </c-input>
            <template slot="footer">
huangxin committed
12
              <c-button size="small" type="primary" disabled icon="el-icon-more">
13 14 15
              </c-button>
            </template>
          </c-fullbox>
jxl committed
16
        </el-form-item>
17 18 19 20
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="bodgrp.blk.colinsflg">
wangna committed
21
          <c-checkbox  disabled v-model="colinsflg">放单指示条款修改</c-checkbox>
22 23 24 25
        </el-form-item>
      </c-col>


nanrui committed
26
     
huangxin committed
27
      <c-col :span="24">
nanrui committed
28
        <el-form-item label="汇票指示条款" style="padding-top:15px">
29
          <c-fullbox>
30
            <c-input type="textarea" disabled v-model="model.bodgrp.blk.dftins" maxlength="390" :rows="5" show-word-limit
nanrui committed
31
              placeholder="请输入汇票指示条款">
32 33
            </c-input>
            <template slot="footer">
huangxin committed
34
              <c-button size="small" type="primary" disabled icon="el-icon-more">
35 36 37 38 39
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
jxl committed
40

41 42


huangxin committed
43
      <c-col :span="24">
nanrui committed
44
        <el-form-item label="拒绝证书指示条款" style="padding-top:15px">
45
          <c-fullbox>
46
            <c-input type="textarea" disabled v-model="model.bodgrp.blk.proins" maxlength="130" :rows="2" show-word-limit
nanrui committed
47
              placeholder="请输入拒绝证书指示条款">
48 49
            </c-input>
            <template slot="footer">
huangxin committed
50
              <c-button size="small" type="primary" disabled icon="el-icon-more">
51 52 53 54 55 56 57 58 59
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>




huangxin committed
60
      <c-col :span="24">
nanrui committed
61
        <el-form-item label="其它指示条款" style="padding-top:15px">
62
          <c-fullbox>
63
            <c-input type="textarea" disabled v-model="model.bodgrp.blk.othins" maxlength="390" :rows="5" show-word-limit
nanrui committed
64
              placeholder="请输入其它指示条款">
65 66
            </c-input>
            <template slot="footer">
huangxin committed
67
              <c-button size="small" type="primary" disabled icon="el-icon-more">
68 69 70 71
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
jxl committed
72 73
      </c-col>

huangxin committed
74
      <c-col :span="24">
nanrui committed
75
        <el-form-item label="仓储/保险指示条款" style="padding-top:15px">
76
          <c-fullbox>
77
            <c-input type="textarea" disabled v-model="model.bodgrp.blk.delins" maxlength="130" :rows="2" show-word-limit
nanrui committed
78
              placeholder="请输入仓储/保险指示条款">
79 80
            </c-input>
            <template slot="footer">
huangxin committed
81
              <c-button size="small" type="primary" disabled icon="el-icon-more">
82 83 84 85 86 87 88 89
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

    </c-col>

90 91
            <!-- ============右边================= -->
            <c-col :span="12" style="padding-left: 20px;">
92
      <c-col :span="24" style="width:100%">
nanrui committed
93
        <el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
94

nanrui committed
95
          <c-select disabled v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款"
96
            :code="codes.chadet">
97 98
          </c-select>

jxl committed
99 100

        </el-form-item>
101
      </c-col>
jxl committed
102

103 104 105


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

108
          <c-input type="textarea" disabled v-model="model.bodgrp.blk.chgtxt" maxlength="210" :rows="5" show-word-limit
nanrui committed
109
            placeholder="请输入手续费支付的附加详述"></c-input>
110

jxl committed
111

jxl committed
112
        </el-form-item>
113 114 115 116
      </c-col>



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

nanrui committed
123
          <c-select disabled v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择拒绝证书指示条款"
124 125
            :code="codes.waicolcod">
          </c-select>
jxl committed
126 127

        </el-form-item>
128 129 130 131
      </c-col>


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

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

jxl committed
138
        </el-form-item>
139
      </c-col>
jxl committed
140

141 142

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

nanrui committed
145
          <c-select disabled v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限"
146 147 148 149 150 151
            :code="codes.othins">
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="12">
nanrui committed
152
        <el-form-item label="面函提示" prop="bodgrp.cbs.opn1.cur" style="padding-top:15px">
jxl committed
153

hewei committed
154
          <c-select disabled v-model="model.bodgrp.cbs.opn1.cur" style="width: 100%" placeholder="请选择"
155 156 157 158 159 160
            :code="codes.cur">
          </c-select>

        </el-form-item>
      </c-col>
      <c-col :span="12">
huangxin committed
161
        <el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
hewei committed
162
        <c-input style="padding-top:15px; margin: 0 0 0 5px" disabled v-model="model.bodgrp.rec.lescom" placeholder="请输入"></c-input>
huangxin committed
163
        </el-form-item>
164
      </c-col>
jxl committed
165

166

jxl committed
167
    </c-col>
168
</div>
jxl committed
169 170 171
</template>
<script>
import Api from "~/service/Api"
wangren committed
172
import commonProcess from "~/mixin/commonProcess";
jxl committed
173
import CodeTable from "~/config/CodeTable"
174
import Event from "~/model/Botdav/Event"
jxl committed
175 176

export default {
177 178 179 180 181
  inject: ['root'],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
jxl committed
182 183

    }
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
  },
  methods: { ...Event },
  created: function () {

  },
  computed:{
    colinsflg:{
      get(){
        return this.model.bodgrp.blk.colinsflg ==="X";
      },
      set(val){
        this.model.bodgrp.blk.colinsflg=val ? "X":"";
      },
    },
  }
jxl committed
199
}
200

jxl committed
201 202 203
</script>
<style>
</style>