Inst.vue 7.23 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
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
              placeholder="请输入Collection Instructions" :disabled="model.bodgrp.blk.colinsflg !='X'">
            </c-input>
            <template slot="footer">
wangyanjiao committed
12 13 14 15 16 17
              <c-button 
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.colins.buttxmsel',null,null,{TXT:'bodgrp.blk.colins'},{TXT:false},'doxpDialog')"
                :disabled="model.bodgrp.blk.colinsflg !='X'"
                >
18 19 20 21
                ...
              </c-button>
            </template>
          </c-fullbox>
jxl committed
22
        </el-form-item>
23 24 25 26 27
      </c-col>


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


      <c-col :span="23">
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">
wangyanjiao committed
40 41 42 43 44
              <c-button 
                size="small" 
                type="primary" 
                @click="showGridPromptDialog('botp.dftins.buttxmsel',null,null,{TXT:'bodgrp.blk.dftins'},{TXT:false},'doxpDialog')"
                >
45 46 47 48 49 50
                ...
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
jxl committed
51

nanrui committed
52
      
53 54

      <c-col :span="23">
nanrui committed
55
        <el-form-item label="拒绝证书指示条款" style="padding-top:15px">
56 57
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
nanrui committed
58
              placeholder="请输入拒绝证书指示条款">
59 60
            </c-input>
            <template slot="footer">
wangyanjiao committed
61 62 63 64 65
              <c-button 
                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 75 76
                ...
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>




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

nanrui committed
95

96
      <c-col :span="23">
nanrui committed
97
        <el-form-item label="仓储/保险指示条款" style="padding-top:15px">
98 99
          <c-fullbox>
            <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
nanrui committed
100
              placeholder="请输入仓储/保险指示条款">
101 102
            </c-input>
            <template slot="footer">
wangyanjiao committed
103 104 105 106 107
              <c-button 
                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 119 120 121 122
                ...
              </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
123
        <el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
124

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

jxl committed
129 130

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

133 134 135


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

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

jxl committed
141 142

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




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

nanrui committed
154
          <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择拒绝证书指示条款"
155 156
            :code="codes.waicolcod">
          </c-select>
jxl committed
157 158

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


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

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

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


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

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

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

nanrui committed
185
          <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择托收金额"
wangyanjiao committed
186
            :disabled="true" :code="codes.cur">
187 188 189 190 191
          </c-select>

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

195

jxl committed
196
    </c-col>
197
  </c-row>
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>