Detp.vue 5.54 KB
Newer Older
chenwen committed
1
<template>
chenwen committed
2 3 4 5 6 7 8 9 10 11 12
  <c-row>
   <!-- ====================左边======================= -->
     <c-col :span="14">
        <c-col :span="24">
            <c-col :span="12">
                <el-form-item label-position="left" label="Delivery of Documents"></el-form-item>
            </c-col>
            <c-col :span="12">
                <el-form-item label=" Instructions">
                </el-form-item>
            </c-col>
chenwen committed
13
        </c-col>
chenwen committed
14 15 16 17 18
       <c-col :span="24">
        <c-col :span="20">
                <c-input disabled type="textarea" disabled v-model="model.bcdgrp.blk.colins" maxlength="65" show-word-limit placeholder="请输入Collection Instructions" >
                </c-input>
            </c-col>        
chenwen committed
19
       </c-col>
chenwen committed
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
        
        <c-col :span="20">
            <el-form-item label-position="left" label="Draft Instructions">
            </el-form-item>
        </c-col>

      <c-col :span="24">
       <c-col :span="20">
            <c-input disabled type="textarea" v-model="model.bcdgrp.blk.dftins" maxlength="65" show-word-limit placeholder="请输入Draft Instructions" ></c-input>
        </c-col>
      </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" >
         <c-select disabled v-model="model.bcdgrp.rec.proins" style="width:100%" placeholder="请选择Protest Instructions">
              </c-select> <el-option
              v-for="item in codes.proins"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            > </el-option>
		</c-col>
        <c-col :span="24">
        <el-form-item label="Other Instructions">
chenwen committed
47 48
        </el-form-item>
        </c-col>
chenwen committed
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

      <c-col :span="24">
        <c-col :span="20">
          <c-input disabled type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit placeholder="请输入Other Instructions" ></c-input>
        </c-col>
      </c-col>
	  
      <c-col :span="24">
        <c-col :span="5">
            <el-form-item label="Good's Code">
            </el-form-item>
        </c-col>
        <c-col :span="4">
            <el-form-item label="(for Statistics)">
            </el-form-item>
        </c-col>
      </c-col>		
      <c-col :span="20" >
		  <c-select disabled v-model="model.bcdgrp.rec.stagod" style="width:100%" placeholder="请选择Good's Code (for Statistics">
          </c-select>
		 <el-option
              v-for="item in codes.godcod"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>	
	</c-col>
	
	
 </c-col> 
 <!-- ====================右边======================= -->
     <c-col :span="10">   
       <c-col :span="24">
        <el-form-item label="Charges Condition">
        </el-form-item>
       </c-col>  

        <c-col :span="24">
            <c-select disabled v-model="model.bcdgrp.rec.chato" style="width:100%" placeholder="请选择Our Charges to">
              </c-select><el-option
              v-for="item in codes.chadet"
              :key="item.value"
              :label="item.label"
              :value="item.value"
            >
            </el-option>
     </c-col>  
      
chenwen committed
98
                                   
chenwen committed
99 100
    <c-col :span="24">
        <el-form-item label="Charges Text">
chenwen committed
101
        </el-form-item>
chenwen committed
102 103 104 105
    </c-col>

        <c-col :span="24">
          <c-input disabled type="textarea" v-model="model.bcdgrp.blk.chgtxt" maxlength="35" show-word-limit placeholder="请输入Charges Text" ></c-input>
chenwen committed
106
        </c-col>
chenwen committed
107 108 109
                     
       <c-col :span="24">
	    <c-checkbox disabled v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
chenwen committed
110
       </c-col>
chenwen committed
111 112 113 114
                                                    
       <c-col :span="24">
       <c-col :span="5">
        <el-form-item label="Waive Collecting">
chenwen committed
115 116
        </el-form-item>
       </c-col>
chenwen committed
117 118
       <c-col :span="4">
        <el-form-item label="Bank Charges">
chenwen committed
119 120
        </el-form-item>
       </c-col>
chenwen committed
121 122 123 124
       </c-col>

        <c-col :span="24">
          <c-select disabled v-model="model.bcdgrp.rec.waicolcod" style="width:100%" placeholder="请选择Waive Collecting Bank Charges">
chenwen committed
125
              </c-select>
chenwen committed
126 127 128 129 130
       </c-col>
    
       <c-col :span="24">                            
       <c-col :span="5">
        <el-form-item label="Waive Remitting">
chenwen committed
131 132
        </el-form-item>
       </c-col>
chenwen committed
133 134
        <c-col :span="4">
        <el-form-item label="Bank Charges">
chenwen committed
135 136
        </el-form-item>
       </c-col>
chenwen committed
137 138 139 140 141

       </c-col>

       <c-col :span="24">
           <c-select disabled v-model="model.bcdgrp.rec.wairmtcod" style="width:100%" placeholder="请选择Waive Remitting Bank Charges">
chenwen committed
142
              </c-select>
chenwen committed
143 144 145 146
       </c-col>
                                                    
       <c-col :span="24">
        <el-form-item label="Defer Payment until">
chenwen committed
147 148
        </el-form-item>
       </c-col>
chenwen committed
149 150 151
                  
       <c-col :span="24">
         <c-select disabled v-model="model.bcdgrp.rec.othins" style="width:100%" placeholder="请选择Defer Payment until">
chenwen committed
152 153
              </c-select>
       </c-col>
chenwen committed
154 155 156
               
    </c-col>
 </c-row>
chenwen committed
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
</template>
<script>
import Api from "~/service/Api"
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Bctdor/Event"

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

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

    }
}
</script>
<style>

</style>