Detp.vue 13.1 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
3 4
    <el-col :span="11">
       <c-col :span="24">
5
        <el-form-item label="Available with" prop="lidgrp.rec.avbwth">
6 7 8 9 10 11 12 13 14 15 16 17 18 19 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 47
            <c-select disabled v-model="model.lidgrp.rec.avbwth" style="width:100%" placeholder="请选择Available with">
              </c-select>
        </el-form-item>
       </c-col>   

       <c-col :span="24">
        <el-form-item label="External Key of Address" prop="lidgrp.avb.pts.extkey">
           <c-fullbox>
            <c-input disabled v-model="model.lidgrp.avb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
              >
                Details
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
       </c-col>  
       <c-col :span="24">
        <el-form-item label="Address Block" prop="lidgrp.avb.pts.adrblk">
            <c-input disabled 
            :rows="4"
            type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </el-form-item>
        </c-col>
           <c-col :span="24">
        <el-form-item label="Available by" prop="lidgrp.rec.avbby">
            <c-select disabled 
            :rows="4"
            v-model="model.lidgrp.rec.avbby" style="width:100%" placeholder="请选择Available by">
48 49 50
              </c-select>
        </el-form-item>
       </c-col>
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
       <c-col :span="24">
        <el-form-item label="Deferred Payment Details" prop="lidgrp.blk.defdet">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.defdet" maxlength="35" show-word-limit placeholder="请输入Deferred Payment Details" ></c-input>
        </el-form-item>
        </c-col>
        <c-col :span="24">
        <el-form-item label="Drafts at" prop="lidgrp.blk.dftat">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入Drafts at" ></c-input>
        </el-form-item>
        </c-col>
        <c-col :span="24">
        <el-form-item label="Drawee" prop="lidgrp.drw.pts.extkey">
            <c-fullbox>
            <c-input disabled v-model="model.lidgrp.drw.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
              >
                Details
              </c-button>
            </template>
            </c-fullbox>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="Address Block" prop="lidgrp.drw.pts.adrblk">
            <c-input disabled type="textarea" 
            :rows="4"
            v-model="model.lidgrp.drw.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
91 92
        </el-form-item>
        </c-col>
93 94 95 96 97
        <c-col :span="12">
        <el-form-item label="Dispatch from" prop="lidgrp.rec.shpfro">
            <c-input disabled v-model="model.lidgrp.rec.shpfro" maxlength="65"  placeholder="请输入Dispatch from"></c-input>
        </el-form-item>
       </c-col>
98
                  
99 100
       
                                                    
101
       <c-col :span="12">
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
        <el-form-item label="Air-/Port of Departure" prop="lidgrp.rec.porloa">
            <c-input disabled v-model="model.lidgrp.rec.porloa" maxlength="65"  placeholder="请输入Air-/Port of Departure"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Air-/Port of Destination" prop="lidgrp.rec.pordis">
            <c-input disabled v-model="model.lidgrp.rec.pordis" maxlength="65"  placeholder="请输入Air-/Port of Destination"></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Final Destination" prop="lidgrp.rec.shpto">
            <c-input disabled v-model="model.lidgrp.rec.shpto" maxlength="65"  placeholder="请输入Final Destination"></c-input>
        </el-form-item>
       </c-col>
                                   
       
    </el-col>

    <!-- ====================================================================================== -->

    <el-col :span="11" :offset="1">
        <c-col :span="24">
126
        <el-form-item label="Days of presentation period" prop="lidgrp.rec.prepers18">
127 128 129 130 131 132 133
            <c-input disabled v-model="model.lidgrp.rec.prepers18"  placeholder="请输入Days of presentation period"></c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item label="Presentation Period" prop="lidgrp.blk.preper">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.preper" maxlength="35" show-word-limit placeholder="请输入Presentation Period" ></c-input>
134
        </el-form-item>
135 136 137
        </c-col>
        <c-col :span="24">
	    <c-checkbox disabled v-model="model.lidgrp.blk.preperflg">Presentation Period modified</c-checkbox>
138
       </c-col>
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 166 167 168 169 170 171 172 173 174
       <c-col :span="24">
        <el-form-item label="Details of Charges" prop="lidgrp.blk.feetxt">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.feetxt" maxlength="35" show-word-limit placeholder="请输入Additional Details to Code for Charges" ></c-input>
        </el-form-item>
        </c-col>
         <c-col :span="24">
        <el-form-item label="Charges Condition" prop="lidgrp.rec.chato">
            <c-select disabled v-model="model.lidgrp.rec.chato" style="width:100%" placeholder="请选择Drafts at">
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="Country or region Code" prop="lidgrp.rec.stacty">
            <c-select disabled v-model="model.lidgrp.rec.stacty" style="width:100%" placeholder="请选择Country Code Risk Country">
              </c-select>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="Mixed Payment Details" prop="lidgrp.blk.mixdet">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.mixdet" maxlength="35" show-word-limit placeholder="请输入Mixed Payment Details" ></c-input>
        </el-form-item>
        </c-col>
        <c-col :span="24">
        <el-form-item label="Tenor day" prop="lidgrp.rec.tenmaxday">
            <c-input disabled v-model="model.lidgrp.rec.tenmaxday"  placeholder="请输入Maximum tenor in days"></c-input>
        </el-form-item>
       </c-col>
       <c-col :span="24">
        <el-form-item label="Shipment Period" prop="lidgrp.blk.shpper">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.shpper" maxlength="65" show-word-limit placeholder="请输入Shipment Period" ></c-input>
        </el-form-item>
        </c-col>
    </el-col>                                              
       
                                                    
       
175
                  
176 177 178
       
                  
       <!-- <c-col :span="12">
179 180 181
        <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
            ...
        </c-button>
182
       </c-col> -->
183
                  
184
       <!-- <c-col :span="12">
185 186 187
        <el-form-item label="Drag  Drop Sender" prop="litp.avbp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.litp.avbp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
188
       </c-col> -->
189
                  
190
       
191
                  
192
       <!-- <c-col :span="12">
193 194 195
        <el-form-item label="" prop="litp.avbp.ptsget.sdamod.seainf">
            <c-input  v-model="model.litp.avbp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
196
       </c-col> -->
197
                  
198
       <!-- <c-col :span="12">
199 200 201
        <c-button size="small" type="primary"  @click="onAvbpDet">
            Details
        </c-button>
202
       </c-col> -->
203
                  
204
       <!-- <c-col :span="12">
205 206 207
        <el-form-item label="Presentation period text" prop="lidgrp.rec.prepertxts18">
            <c-input  v-model="model.lidgrp.rec.prepertxts18" maxlength="35"  placeholder="请输入Presentation period text"></c-input>
        </el-form-item>
208
       </c-col> -->
209
                  
210
       <!-- <c-col :span="12">
211 212 213
        <el-form-item label="名称" prop="lidgrp.avb.namelc">
            <c-input type="textarea" v-model="model.lidgrp.avb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
214
        </c-col> -->
215
                  
216
       
217
                  
218
       <!-- <c-col :span="12">
219 220 221
        <el-form-item label="Chinese address" prop="lidgrp.avb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.lidgrp.avb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
222
        </c-col> -->
223
                  
224
       <!-- <c-col :span="12">
225 226 227 228 229
        <el-form-item label="Available in" prop="lidgrp.blk.avbwthtxt">
            <c-input type="textarea" v-model="model.lidgrp.blk.avbwthtxt" maxlength="35" show-word-limit placeholder="请输入Available in" ></c-input>
        </el-form-item>
        </c-col>
                  
230
        -->
231
                  
232
       <!-- <c-col :span="12">
233 234 235
        <el-form-item label="地址" prop="lidgrp.avb.adrelc">
            <c-input type="textarea" v-model="model.lidgrp.avb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
236
        </c-col> -->
237
                                   
238
       
239
                  
240
       <!-- <c-col :span="12">
241 242 243
        <c-button size="small" type="primary" icon="el-icon-search" @click="onChariaButtxmsel">
            ...
        </c-button>
244
       </c-col> -->
245
                                   
246
    
247
                  
248
	<!-- <c-col :span="12">
249
	    <span  v-text="model.litp.defdetlab"   data-path=".litp.defdetlab" > </span>
250
	</c-col> -->
251
                  
252
       
253
                                                    
254
      
255
                                   
256
       
257
                                   
258
       
259
                  
260 261
       <!-- <c-col :span="12">
        <el-form-item label="Drag Drop Sender" prop="litp.drwp.ptsget.sdamod.dadsnd">
262 263
            <c-input  v-model="model.litp.drwp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
264
       </c-col> -->
265
                                   
266
       
267
                  
268
       <!-- <c-col :span="12">
269 270 271
        <el-form-item label="" prop="litp.drwp.ptsget.sdamod.seainf">
            <c-input  v-model="model.litp.drwp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
272
       </c-col> -->
273
                  
274
       <!-- <c-col :span="12">
275 276 277
        <c-button size="small" type="primary"  @click="onDrwpDet">
            Details
        </c-button>
278
       </c-col> -->
279
                                   
280
       <!-- <c-col :span="12">
281 282 283
        <el-form-item label="名称" prop="lidgrp.drw.namelc">
            <c-input type="textarea" v-model="model.lidgrp.drw.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
284
        </c-col> -->
285
                  
286
       
287
                  
288
       <!-- <c-col :span="12">
289 290 291
        <el-form-item label="Chinese address" prop="lidgrp.drw.dbfadrblkcn">
            <c-input type="textarea" v-model="model.lidgrp.drw.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
292
        </c-col> -->
293
                  
294
       
295
                  
296
       <!-- <c-col :span="12">
297 298 299
        <el-form-item label="地址" prop="lidgrp.drw.adrelc">
            <c-input type="textarea" v-model="model.lidgrp.drw.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
300
        </c-col> -->
301
                                   
302
       
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litdla/Event"

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

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

    }
}
</script>
<style>

</style>