Inst.vue 6.43 KB
Newer Older
WH committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
<template>
  <div class="eibs">
    <!-- ==================左边================ -->
    <c-col :span="12" style="padding-right: 20px;">
      <c-col :span="24">
        <el-form-item label="放单指示条款" prop="bodgrp.blk.colins">
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
                     placeholder="请输入放单指示条款" disabled></c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled icon="el-icon-more">
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

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

      <c-col :span="24">
        <el-form-item label="汇票指示条款" prop="bodgrp.blk.dftins">
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
                     placeholder="请输入汇票指示条款" disabled>
            </c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled icon="el-icon-more">
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="拒绝证书指示条款" prop="bodgrp.blk.proins">
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
                     placeholder="请输入拒绝证书指示条款" disabled></c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled icon="el-icon-more">
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="其它指示条款" prop="bodgrp.blk.othins">
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
                     placeholder="请输入其它指示条款" disabled></c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled icon="el-icon-more">
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="仓储/保险指示条款 " prop="bodgrp.blk.delins">
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
                     placeholder="请输入仓储/保险指示条款" disabled></c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled icon="el-icon-more">
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
    </c-col>

    <!-- ============右边================= -->
    <c-col :span="12" style="padding-left: 20px;">
      <c-col :span="24">
        <el-form-item label="费用承担条款" prop="bodgrp.rec.chato">
          <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款" disabled>
            <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label"
                       :value="item.value">
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="手续费支付的附加详述" prop="bodgrp.blk.chgtxt">
          <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit
                   placeholder="请输入手续费支付的附加详述" disabled></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="" prop="bodgrp.blk.colinsflg">
          <c-checkbox v-model="model.bodgrp.rec.focflg" disabled>无偿放单选项</c-checkbox>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="交单时是否放弃向代收行收取费用的权力" prop="bodgrp.rec.waicolcod">
          <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%"
                    placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
            <el-option v-for="item in codes.waicolcod" :key="item.value" :label="item.label"
                       :value="item.value">
            </el-option>
          </c-select>
        </el-form-item>
        <el-form-item label="放单时是否放弃向托收行收取费用的权力" prop="bodgrp.rec.wairmtcod">
          <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%"
                    placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
            <el-option v-for="item in codes.wairmtcod" :key="item.value" :label="item.label"
                       :value="item.value">
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <el-form-item label="延期付款期限" prop="bodgrp.rec.othins">
          <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限" disabled>
            <el-option v-for="item in codes.othins" :key="item.value" :label="item.label"
                       :value="item.value">
            </el-option>
          </c-select>
        </el-form-item>
      </c-col>

      <c-col :span="24">
        <c-col :span="10">
          <el-form-item label="面函提示" prop="bodgrp.rec.lescom">
            <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width: %" placeholder="请选择"
                      :disabled="true" :code="codes.cur">
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="14">
          <el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
            <c-input v-model="model.bodgrp.rec.lescom" placeholder="请输入" disabled></c-input>
          </el-form-item>
        </c-col>
      </c-col>
    </c-col>

  </div>
</template>
<script>

import event from "../event"

export default {
  inject: ['root'],
  props: ["model", "codes"],
  mixins: [event],
  data() {
    return {}
  },
  methods: {},
  created: function () {

  }
}
</script>
<style>
</style>