Inst.vue 6.33 KB
Newer Older
jxl committed
1 2
<template>
  <c-row>
3 4 5
    <!-- ====================左边======================= -->
    <c-col :span="12" :width="30">
      <c-col :span="23">
nanrui committed
6
        <el-form-item label="放单指示条款" style="padding-top:15px">
7 8 9 10 11 12 13 14 15 16
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
              placeholder="请输入Collection Instructions" disabled>
            </c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled>
                ...
              </c-button>
            </template>
          </c-fullbox>
jxl committed
17
        </el-form-item>
18 19 20 21 22
      </c-col>


      <c-col :span="24">
        <el-form-item label="" prop="bodgrp.blk.colinsflg">
nanrui committed
23
          <c-checkbox v-model="colinsflg" disabled>放单指示条款 modified</c-checkbox>
24 25 26 27 28
        </el-form-item>
      </c-col>


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

43 44 45


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



jxl committed
62

63 64

      <c-col :span="23">
nanrui committed
65
        <el-form-item label="其它指示条款" style="padding-top:15px">
66 67
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
nanrui committed
68
              placeholder="请输入其它指示条款" disabled>
69 70 71 72 73 74 75 76
            </c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled>
                ...
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
jxl committed
77 78
      </c-col>

nanrui committed
79

80
      <c-col :span="23">
nanrui committed
81
        <el-form-item label="仓储/保险指示条款" style="padding-top:15px">
82 83
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
nanrui committed
84
              placeholder="请输入仓储/保险指示条款" disabled>
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
            </c-input>
            <template slot="footer">
              <c-button size="small" type="primary" disabled>
                ...
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>

    </c-col>




    <!-- ====================右边======================= -->
    <c-col :span="12">
      <c-col :span="24" style="width:100%">
nanrui committed
103
        <el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
104

nanrui committed
105
          <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款"
106 107
            :code="codes.chato" disabled>
          </c-select>
jxl committed
108
        </el-form-item>
109
      </c-col>
jxl committed
110

111 112

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

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

jxl committed
118 119

        </el-form-item>
120 121 122 123 124 125
      </c-col>




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

nanrui committed
131
          <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择拒绝证书指示条款" disabled
132 133
            :code="codes.waicolcod">
          </c-select>
jxl committed
134 135

        </el-form-item>
136 137 138 139
      </c-col>


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

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

jxl committed
146
        </el-form-item>
147
      </c-col>
jxl committed
148

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

nanrui committed
152
          <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限" disabled
153 154 155 156 157 158
            :code="codes.othins">
          </c-select>
        </el-form-item>
      </c-col>

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

nanrui committed
161
          <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择托收金额" disabled
162 163 164 165 166 167
            :code="codes.cur">
          </c-select>

        </el-form-item>
      </c-col>
      <c-col :span="12">
nanrui committed
168
        <c-input style="padding-top:15px" v-model="model.bodgrp.rec.lescom" placeholder="请输入托收金额" disabled></c-input>
169
      </c-col>
jxl committed
170

171

jxl committed
172
    </c-col>
173
  </c-row>
jxl committed
174 175 176
</template>
<script>
import Api from "~/service/Api"
wangren committed
177
import commonProcess from "~/mixin/commonProcess";
jxl committed
178
import CodeTable from "~/config/CodeTable"
179
import Event from "~/model/Botdav/Event"
jxl committed
180 181

export default {
182 183 184 185 186
  inject: ['root'],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {
jxl committed
187 188

    }
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
  },
  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
204
}
205

jxl committed
206 207 208
</script>
<style>
</style>