Detp.vue 12.5 KB
Newer Older
wangren committed
1 2 3 4
<template>
  <div class="eibs-tab">
       <el-col :span="11">
        <c-col :span="24">
jianglong committed
5 6
        <el-form-item label="可用银行" prop="lidgrp.rec.avbwth">
            <c-select disabled v-model="model.lidgrp.rec.avbwth" style="width:100%" placeholder="请选择可用银行">
7 8 9 10 11 12 13
            <el-option
               v-for="item in codes.avbwth"
               :key="item.value"
               :label="item.label"
               :value="item.value"
             >
             </el-option>
wangren committed
14 15 16 17 18 19
              </c-select>
        </el-form-item>
       </c-col>

       <c-col :span="24">
        <el-form-item
jianglong committed
20
          label=""
21
          prop="lidgrp.avb.pts.extkey"
wangren committed
22 23 24 25
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
26
              v-model="model.lidgrp.avb.pts.extkey"
wangren committed
27 28 29
              disabled
              maxlength="16"
              disabled
jianglong committed
30
              placeholder="请输入编号"
wangren committed
31 32 33 34 35 36 37
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
38
                icon="el-icon-search"
wangren committed
39
              >
Wuyuqiu committed
40
                
wangren committed
41 42 43 44 45 46
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
47
                icon="el-icon-info"
wangren committed
48
              >
jianglong committed
49
                
wangren committed
50 51 52 53 54 55
              </c-button>
            </template>
          </c-fullbox>
</el-form-item>
       </c-col>
          <c-col :span="24">
56 57 58
        <el-form-item label="" prop="lidgrp.avb.pts.adrblk">
            <c-input disabled
            :rows="4" 
jianglong committed
59
            type="textarea" v-model="model.lidgrp.avb.pts.adrblk" maxlength="150" show-word-limit placeholder="请输入延期付款指示" ></c-input>
wangren committed
60 61 62
        </el-form-item>
        </c-col>
       <c-col :span="24">
jianglong committed
63
        <el-form-item label="兑付方式" prop="lidgrp.rec.avbby">
wangren committed
64
            <c-select disabled v-model="model.lidgrp.rec.avbby" style="width:100%" placeholder="请选择Available by">
65 66 67 68 69 70 71
            <el-option
               v-for="item in codes.avbby"
               :key="item.value"
               :label="item.label"
               :value="item.value"
             >
             </el-option>
wangren committed
72 73 74 75 76
              </c-select>
        </el-form-item>
       </c-col>

        <c-col :span="24">
jianglong committed
77 78
        <el-form-item label="延期付款指示" prop="lidgrp.blk.defdet">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.defdet" maxlength="35" show-word-limit placeholder="请输入延期付款指示" ></c-input>
wangren committed
79 80 81
        </el-form-item>
        </c-col>
        <c-col :span="24">
jianglong committed
82 83
        <el-form-item label="汇票期限" prop="lidgrp.blk.dftat">
            <c-input disabled type="textarea" v-model="model.lidgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入汇票期限" ></c-input>
wangren committed
84 85 86 87
        </el-form-item>
        </c-col>
        <c-col :span="24">
        <el-form-item
jianglong committed
88
          label="汇票付款人"
89
          prop="lidgrp.drw.pts.extkey"
wangren committed
90 91 92 93
          style="width: 100%"
        >
          <c-fullbox>
            <c-input
94
              v-model="model.lidgrp.drw.pts.extkey"
wangren committed
95 96 97
              disabled
              maxlength="16"
              disabled
jianglong committed
98
              placeholder="请输入编号"
wangren committed
99 100 101 102 103 104 105
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click=""
jianglong committed
106
                icon="el-icon-search"
wangren committed
107 108 109 110 111 112 113 114
              >
                <span style="font-family: '宋体'; font-weight: bold">i</span>
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                @click=""
jianglong committed
115
                icon="el-icon-info"
wangren committed
116
              >
jianglong committed
117
                
wangren committed
118 119 120 121 122 123
              </c-button>
            </template>
          </c-fullbox>
</el-form-item>
       </c-col>
          <c-col :span="24">
124 125 126
        <el-form-item label="" prop="lidgrp.drw.pts.adrblk">
            <c-input disabled type="textarea" 
            :rows="4"
jianglong committed
127
            v-model="model.lidgrp.drw.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
wangren committed
128 129 130
        </el-form-item>
        </c-col>
        <c-col :span="12">
jianglong committed
131 132
        <el-form-item label="装船/发运地" prop="lidgrp.rec.shpfro">
            <c-input disabled v-model="model.lidgrp.rec.shpfro" maxlength="65"  placeholder="请输入地点"></c-input>
wangren committed
133 134 135 136 137 138
        </el-form-item>
       </c-col>
                  
       
                                                    
       <c-col :span="12">
Wuyuqiu committed
139
        <el-form-item label="始发(航空)站" prop="lidgrp.rec.porloa">
wangren committed
140 141 142 143 144
            <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">
Wuyuqiu committed
145
        <el-form-item label="终点(航空)站" prop="lidgrp.rec.pordis">
wangren committed
146 147 148 149 150
            <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">
jianglong committed
151
        <el-form-item label="最终目的地" prop="lidgrp.rec.shpto">
wangren committed
152 153 154 155 156 157 158 159
            <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">
160
          <c-col :span="24">
jianglong committed
161
        <el-form-item label="提交期限(天)" prop="lidgrp.rec.prepers18">
jianglong committed
162
            <c-input disabled v-model="model.lidgrp.rec.prepers18"  placeholder="请输入交单期限"></c-input>
163 164
        </el-form-item>
       </c-col>
wangren committed
165 166
        
        <c-col :span="24">
huangxin committed
167 168
        <el-form-item label="" prop="lidgrp.rec.prepertxts18">
            <c-input disabled  v-model="model.lidgrp.rec.prepertxts18"  placeholder="请输入寄单期限" ></c-input>
wangren committed
169 170
        </el-form-item>
        </c-col>
171
        
wangren committed
172
        <c-col :span="24">
jianglong committed
173
        <el-form-item label="银行费用负担" prop="lidgrp.blk.feetxt">
wangren committed
174 175 176 177 178
            <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">
jianglong committed
179
        <el-form-item label="收费条件" prop="lidgrp.rec.chato">
wangren committed
180 181 182 183 184 185
            <c-input disabled v-model="model.lidgrp.rec.chato" style="width:100%" placeholder="请选择Drafts at">
            </c-input>
        </el-form-item>
       </c-col>

       <c-col :span="24">
jianglong committed
186
        <el-form-item label="国家地区代码" prop="lidgrp.rec.stacty">
wangren committed
187
            <c-select disabled v-model="model.lidgrp.rec.stacty" style="width:100%" placeholder="请选择Country Code Risk Country">
188 189 190 191 192 193 194
            <el-option
               v-for="item in codes.stacty"
               :key="item.value"
               :label="item.label"
               :value="item.value"
             >
             </el-option>
wangren committed
195 196 197 198 199
              </c-select>
        </el-form-item>
       </c-col>

       <c-col :span="24">
jianglong committed
200
        <el-form-item label="混合付款详情" prop="lidgrp.blk.mixdet">
wangren committed
201 202 203 204 205
            <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">
jianglong committed
206
        <el-form-item label="期限日" prop="lidgrp.rec.tenmaxday">
wangren committed
207 208 209 210 211
            <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">
jianglong committed
212
        <el-form-item label="装运期限" prop="lidgrp.blk.shpper">
wangren committed
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
            <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>                                        
       
                                                    
<!--        
                  
       
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
            ...
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <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>
       </c-col>
                  
       <c-col :span="12">
        <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>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.lidgrp.blk.preperflg">Presentation Period modified</c-checkbox>
       </c-col>
                                   
       
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onChariaButtxmsel">
            ...
        </c-button>
       </c-col>
                                   
       
                  
	<c-col :span="12">
	    <span  v-text="model.litp.defdetlab"   data-path=".litp.defdetlab" > </span>
	</c-col> -->
                  
      
                                                    
       
                                   
       
                                   
       
                  
       <!-- <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="litp.drwp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.litp.drwp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col> -->
                                   
       <!-- <c-col :span="12">
        <el-form-item label="External Key of Address" prop="lidgrp.drw.pts.extkey">
jianglong committed
275
            <c-input  v-model="model.lidgrp.drw.pts.extkey" maxlength="16"  placeholder="请输入地址编码"></c-input>
wangren committed
276 277 278 279 280 281 282 283 284 285 286
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <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>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onDrwpDet">
287
            详情
wangren committed
288 289 290 291 292 293 294 295 296 297
        </c-button>
       </c-col>
                                   
       <c-col :span="12">
        <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>
        </c-col>
                  
       <c-col :span="12">
jianglong committed
298 299
        <el-form-item label="地址信息" prop="lidgrp.drw.pts.adrblk">
            <c-input type="textarea" v-model="model.lidgrp.drw.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
wangren committed
300 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 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <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>
        </c-col>
                  
       
                  
       <c-col :span="12">
        <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>
        </c-col> -->
                                   
       
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litacp/Event"

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

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

    }
}
</script>
<style>

</style>