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

       <c-col :span="24">
       <c-col :span="20">
            <c-input type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="65" show-word-limit placeholder="请输入Collection Instructions" >
            </c-input>
        </c-col>
        
         <c-col :span="4">
ccx committed
23 24 25 26 27
        <c-button size="small" type="primary" icon="el-icon-search" @click="onColinsButtxmsel">
            ...
        </c-button>
       </c-col>
       </c-col>
ccx committed
28 29 30
        
        <c-col :span="12">
        <el-form-item label="Draft Instructions">
ccx committed
31 32
        </el-form-item>
        </c-col>
ccx committed
33 34 35

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

        <c-col :span="24" >
          <el-form-item label="Protest Instructions" prop="bcdgrp.rec.proins">
                
          </el-form-item>
        </c-col>
		<c-col :span="20" >
53 54 55 56
         <c-select v-model="model.bcdgrp.rec.proins" style="width:100%" placeholder="请选择Protest Instructions"
         :code="codes.proins"
         >
              </c-select> 
ccx committed
57 58 59 60 61 62 63 64 65 66
		</c-col>
        <c-col :span="24">
        <el-form-item label="Other Instructions">
        </el-form-item>
        </c-col>

      <c-col :span="24">
        <c-col :span="20">
          <c-input type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit placeholder="请输入Other Instructions" ></c-input>
        </c-col>
ccx committed
67
                  
ccx committed
68 69 70 71
       <c-col :span="4">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onOthins1Buttxmsel">
            ...
        </c-button>
ccx committed
72
       </c-col>
ccx committed
73 74 75 76 77 78 79 80 81 82 83 84 85
      </c-col>
	  
        <c-col :span="14">
        <c-col :span="4">
        <el-form-item label="Good's Code">
        </el-form-item>
        </c-col>
        <c-col :span="10">
        <el-form-item label="(for Statistics)">
        </el-form-item>
        </c-col>
        </c-col>		
        <c-col :span="20" >
86 87 88
		  <c-select v-model="model.bcdgrp.rec.stagod" style="width:100%" placeholder="请选择Good's Code (for Statistics"
      :code="codes.godcod"
      >
ccx committed
89
          </c-select>
90
		 
ccx committed
91 92 93 94 95 96
		
		</c-col>
	
	
 </c-col> 
 <!-- ====================右边======================= -->
97
     <c-col :span="11" :offset="1">   
ccx committed
98 99 100 101 102 103 104

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

        <c-col :span="24">
105 106
            <c-select v-model="model.bcdgrp.rec.chato" style="width:100%" placeholder="请选择Our Charges to"
            :code="codes.chato"
ccx committed
107
            >
108
              </c-select>
ccx committed
109 110 111
            </el-option>
       </c-col>  
      
ccx committed
112
                                   
ccx committed
113 114
       <c-col :span="24">
        <el-form-item label="Charges Text">
ccx committed
115
        </el-form-item>
ccx committed
116 117 118 119 120 121 122 123
        </c-col>

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

        <c-col :span="24">
138 139 140
          <c-select v-model="model.bcdgrp.rec.waicolcod" style="width:100%" placeholder="请选择Waive Collecting Bank Charges"
          :code="codes.waicolcod"
          >
ccx committed
141
              </c-select>
ccx committed
142 143 144 145 146
       </c-col>
    
       <c-col :span="24">                            
       <c-col :span="4">
        <el-form-item label="Waive Remitting">
ccx committed
147 148
        </el-form-item>
       </c-col>
ccx committed
149 150
        <c-col :span="4">
        <el-form-item label="Bank Charges">
ccx committed
151 152
        </el-form-item>
       </c-col>
ccx committed
153 154 155 156

       </c-col>

       <c-col :span="24">
157 158 159
           <c-select v-model="model.bcdgrp.rec.wairmtcod" style="width:100%" placeholder="请选择Waive Remitting Bank Charges"
           :code="codes.wairmtcod"
           >
ccx committed
160
              </c-select>
ccx committed
161 162 163 164
       </c-col>
                                                    
       <c-col :span="24">
        <el-form-item label="Defer Payment until">
ccx committed
165 166
        </el-form-item>
       </c-col>
ccx committed
167 168
                  
       <c-col :span="24">
169 170 171
         <c-select v-model="model.bcdgrp.rec.othins" style="width:100%" placeholder="请选择Defer Payment until"
         :code="codes.othins"
         >
ccx committed
172 173
              </c-select>
       </c-col>
ccx committed
174 175 176
               
    </c-col>
 </c-row>
ccx committed
177 178 179
</template>
<script>
import Api from "~/service/Api"
wangren committed
180
import commonProcess from "~/mixin/commonProcess";
ccx committed
181
import CodeTable from "~/config/CodeTable"
ccx committed
182
import Event from "~/model/Botdav/Event"
ccx committed
183 184 185 186

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
187
    mixins: [commonProcess],
ccx committed
188 189 190 191 192 193 194 195 196 197 198 199 200 201
    data(){
        return {

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

    }
}
</script>
<style>

</style>