Inst.vue 6.29 KB
Newer Older
jxl committed
1
<template>
jxl committed
2 3 4 5 6 7
   <c-row>
   <!-- ====================左边======================= -->
     <c-col :span="14">
        <c-col :span="24">
        <c-col :span="4">
        <el-form-item label="Delivery of Documents ">
jxl committed
8 9
        </el-form-item>
        </c-col>
jxl committed
10 11
        <c-col :span="12">
        <el-form-item label=" Instructions">
jxl committed
12
        </el-form-item>
jxl committed
13 14 15 16 17 18 19 20 21 22
        </c-col>
        </c-col>

       <c-col :span="24">
       <c-col :span="20">
            <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit placeholder="请输入Collection Instructions" >
            </c-input>
        </c-col>
        
         <c-col :span="4">
jxl committed
23 24 25 26
        <c-button size="small" type="primary" icon="el-icon-search" @click="onColinsButtxmsel">
            ...
        </c-button>
       </c-col>
jxl committed
27 28 29
       </c-col>

        <c-col :span="24">
jxl committed
30 31
	    <c-checkbox v-model="model.bodgrp.blk.colinsflg">Collection instructions modified</c-checkbox>
       </c-col>
jxl committed
32 33 34 35

        
        <c-col :span="12">
        <el-form-item label="Draft Instructions">
jxl committed
36 37
        </el-form-item>
        </c-col>
jxl committed
38 39 40 41 42 43

      <c-col :span="24">
       <c-col :span="20">
            <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit placeholder="请输入Draft Instructions" ></c-input>
        </c-col>
        
jxl committed
44
                  
jxl committed
45
       <c-col :span="4">
jxl committed
46 47 48 49 50
        <c-button size="small" type="primary" icon="el-icon-search" @click="onDftinsButtxmsel">
            ...
        </c-button>
       </c-col>
       </c-col>
jxl committed
51 52 53

       <c-col :span="24">
        <el-form-item label="Protest Instructions">
jxl committed
54 55
        </el-form-item>
        </c-col>
jxl committed
56 57 58 59 60
      
       <c-col :span="24">
       <c-col :span="20">
          <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit placeholder="请输入Protest Instructions" ></c-input>
        </c-col>
jxl committed
61
                  
jxl committed
62
       <c-col :span="4">
jxl committed
63 64 65 66 67
        <c-button size="small" type="primary" icon="el-icon-search" @click="onProinsButtxmsel">
            ...
        </c-button>
       </c-col>
       </c-col>
jxl committed
68 69 70
     
        <c-col :span="24">
        <el-form-item label="Other Instructions">
jxl committed
71 72
        </el-form-item>
        </c-col>
jxl committed
73 74 75 76 77

      <c-col :span="24">
        <c-col :span="20">
          <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit placeholder="请输入Other Instructions" ></c-input>
        </c-col>
jxl committed
78
                  
jxl committed
79
       <c-col :span="4">
jxl committed
80 81 82 83
        <c-button size="small" type="primary" icon="el-icon-search" @click="onOthins1Buttxmsel">
            ...
        </c-button>
       </c-col>
jxl committed
84 85 86 87 88 89 90 91 92 93
      </c-col>

       <c-col :span="24">
        <el-form-item label="Delivery instructions" >
         </el-form-item>
        </c-col>
    <c-col :span="24">
      <c-col :span="20">
           <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit placeholder="请输入Delivery instructions" ></c-input>
        </c-col>
jxl committed
94
                  
jxl committed
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
       <c-col :span="4">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onWhinsButtxmsel">
            ...
        </c-button>
       </c-col>
     </c-col>      
 </c-col> 
 <!-- ====================右边======================= -->
     <c-col :span="10">   

       <c-col :span="24">
        <el-form-item label="Our Charges to">
        </el-form-item>
       </c-col>  

        <c-col :span="24">
            <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择Our Charges to">
jxl committed
112
              </c-select>
jxl committed
113 114 115 116 117
       </c-col>  
      
                                   
       <c-col :span="24">
        <el-form-item label="Charges Text">
jxl committed
118
        </el-form-item>
jxl committed
119 120 121 122 123 124 125 126
        </c-col>

        <c-col :span="24">
          <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit placeholder="请输入Charges Text" ></c-input>
        </c-col>
                     
       <c-col :span="24">
	    <c-checkbox v-model="model.bodgrp.rec.focflg">Free of Payment</c-checkbox>
jxl committed
127 128
       </c-col>
                                                    
jxl committed
129 130 131
       <c-col :span="24">
       <c-col :span="5">
        <el-form-item label="Waive Collecting">
jxl committed
132 133
        </el-form-item>
       </c-col>
jxl committed
134 135
       <c-col :span="4">
        <el-form-item label="Bank Charges">
jxl committed
136
        </el-form-item>
jxl committed
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
       </c-col>
       </c-col>

        <c-col :span="24">
          <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择Protest Instructions">
              </c-select>
       </c-col>
    
       <c-col :span="24">                            
       <c-col :span="4">
        <el-form-item label="Waive Remitting">
        </el-form-item>
       </c-col>
        <c-col :span="4">
        <el-form-item label="Bank Charges">
        </el-form-item>
       </c-col>

       </c-col>

       <c-col :span="24">
           <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%" placeholder="请选择Waive Remitting Bank Charges">
              </c-select>
       </c-col>
                                                    
       <c-col :span="24">
        <el-form-item label="Defer Payment until">
        </el-form-item>
       </c-col>
jxl committed
166
                  
jxl committed
167 168 169 170 171 172 173 174
       <c-col :span="24">
         <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择Defer Payment until">
              </c-select>
       </c-col>

       <c-col :span="24">
        <el-form-item label="less comm">
       </el-form-item>
jxl committed
175
       </c-col>
jxl committed
176 177 178 179 180 181 182 183 184 185 186 187 188

       <c-col :span="24">
        <c-col :span="12">
        <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Document Amount">
              </c-select>
       </c-col>
        <c-col :span="12">
       <c-input  v-model="model.bodgrp.rec.lescom"  placeholder="请输入Warehouse/Insurance"></c-input>
       </c-col>
      </c-col>
                                   
    </c-col>
 </c-row>
jxl committed
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
</template>
<script>
import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Botset/Event"

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

        }
    },
    methods:{...Event},
    created:function(){

    }
}
</script>
<style>

</style>