Detp.vue 12.4 KB
Newer Older
杜大兵 committed
1 2 3 4 5 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 48 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 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 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
<template>
    <c-content class="eibs-tab" :height="200">
        <div class="infTopBtn">
            <c-button size="small" type="primary">toSearch</c-button>
            <el-button-group>
                <c-button size="small" type="primary" icon="el-icon-arrow-left" disabled></c-button>
                <c-button size="small" type="primary" icon="el-icon-arrow-right" disabled></c-button>
            </el-button-group>
            <c-button size="small" type="primary">Print</c-button>
            <c-button size="small" type="primary" disabled>Use</c-button>
            <c-button size="small" type="primary" disabled>Loginfo</c-button>
            <c-button size="small" type="primary">Exit</c-button>
        </div>
 
        <c-row class="infrow" style="margin-top:50px;">
            <c-col :span="11" :offset="1">
                <c-row>
                    <!-- Available with -->
                    <c-col :span="24">
                        <el-form-item label="指定银行" prop="ledgrp.rec.avbwth">
                            <c-select
                                v-model="model.ledgrp.rec.avbwth"
                                style="width: 100%"
                                placeholder="请选择指定银行"
                            >
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="24">
                        <c-ptap
                            :model="model"
                            :argadr="{
                            title: '指定银行',
                            grp: 'ledgrp',
                            rol: 'avb',
                            }"
                            :noRef="true"
                            :onlySearch="true"
                            @onSeainf="onSeainf"
                            @onAplpDet="onAvbpDet"
                        >
                        </c-ptap>
                    </c-col>
                    <c-col :span="24">
                        <el-form-item label="Address Block" prop="ledgrp.avb.pts.adrblk">
                            <c-input
                                type="textarea"
                                v-model="model.ledgrp.avb.pts.adrblk"
                                maxlength="35"
                                show-word-limit
                                placeholder="请输入Address Block"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                    
                    <!-- Available by -->
                    <c-col :span="24">
                        <el-form-item label="兑付方式" prop="ledgrp.rec.avbby">
                            <c-select 
                                v-model="model.ledgrp.rec.avbby" 
                                style="width:100%" 
                                placeholder="请选择兑付方式"
                            ></c-select>
                        </el-form-item>
                    </c-col>
                    <!-- Deferred Payment Details -->
                    <c-col :span="24">
                        <el-form-item label="期限描述" prop="ledgrp.blk.defdet">
                            <c-input 
                                type="textarea" 
                                :rows="3"
                                v-model="model.ledgrp.blk.defdet" 
                                maxlength="35" 
                                show-word-limit 
                                placeholder="请输入期限描述" 
                            ></c-input>
                        </el-form-item>
                    </c-col>
                
                    <!-- Drafts at -->
                    <c-col :span="24">
                        <el-form-item label="汇票期限" prop="ledgrp.blk.dftat">
                            <c-input
                                type="textarea"
                                :rows="3"
                                v-model="model.ledgrp.blk.dftat"
                                maxlength="35"
                                show-word-limit
                                placeholder="请输入汇票期限"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                 
                    <c-col :span="24">
                        <c-ptap
                            :model="model"
                            :argadr="{
                            title: '汇票申请人',
                            grp: 'ledgrp',
                            rol: 'drw',
                            }"
                            :noRef="true"
                            @onSeainf="onSeainf"
                            @onAplpDet="onDrwpDet"
                        >
                        </c-ptap>
                    </c-col>
                    <!-- Drawee -->
                    <c-col :span="24">
                        <el-form-item label="名称地址" prop="ledgrp.avb.pts.adrblk">
                            <c-input 
                                type="textarea" 
                                v-model="model.ledgrp.avb.pts.adrblk" 
                                maxlength="35" 
                                show-word-limit 
                                placeholder="请输入名称地址" 
                            ></c-input>
                        </el-form-item>
                    </c-col>
                </c-row>
            </c-col>
    
            <c-col :span="10" :offset="1">
                <c-row>
                    <c-col :span="24">
                        <el-form-item label="最大金额详情" prop="ledgrp.blk.mixdet">
                            <c-input
                            type="textarea"
                            :rows="4"
                            v-model="model.ledgrp.blk.mixdet"
                            maxlength="35"
                            show-word-limit
                            placeholder="请输入最大金额详情"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                        <!-- Days of presentation period -->
                    <c-col :span="24">
                        <el-form-item label="交单期天数" prop="ledgrp.rec.prepers18">
                            <c-input
                            v-model="model.ledgrp.rec.prepers18"
                            placeholder="请输入交单期天数"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                    <!-- Presentation Period -->
                    <c-col :span="24">
                        <el-form-item label="交单期" prop="ledgrp.blk.preper">
                            <c-input 
                                type="textarea" 
                                v-model="model.ledgrp.blk.preper" 
                                maxlength="35" 
                                show-word-limit 
                                placeholder="请输入交单期" 
                            ></c-input>
                        </el-form-item>
                    </c-col>
                    <!-- Additional Details to Code for Charges CHATO -->
                    <c-col :span="24">
                        <el-form-item label="附加收费详情" prop="ledgrp.blk.feetxt">
                            <c-input
                                type="textarea"
                                :rows="6"
                                v-model="model.ledgrp.blk.feetxt"
                                maxlength="35"
                                show-word-limit
                                placeholder="请输入附加收费详情"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                    <!-- Own Charges Borne by -->
                    <c-col :span="18">
                        <el-form-item label="自行承担费用" prop="ledgrp.rec.chato">
                            <c-select
                                v-model="model.ledgrp.rec.chato"
                                style="width: 100%"
                                placeholder="请选择"
                            >
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="18">
                        <el-form-item label="国家统计代码" prop="ledgrp.rec.stacty">
                            <c-select
                                v-model="model.ledgrp.rec.stacty"
                                style="width: 100%"
                                placeholder="请选择国家统计代码"
                            >
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="18">
                        <el-form-item label="兑付最高期限" prop="ledgrp.rec.tenmaxday">
                            <c-input
                            v-model="model.ledgrp.rec.tenmaxday"
                            placeholder="请输入兑付最高期限"
                            ></c-input>
                        </el-form-item>
                    </c-col>
                </c-row>
            </c-col>
        </c-row>            
               
       <c-row>
        <!-- Dispatch from -->
            <c-col :span="11" :offset="1">
                <el-form-item label="转运" prop="ledgrp.rec.shpfro">
                    <c-input
                        type="textarea"
                        :rows="3"
                        show-word-limit
                        v-model="model.ledgrp.rec.shpfro"
                        maxlength="65"
                        placeholder="请输入"
                    ></c-input>
                </el-form-item>
            </c-col>
                                    
            <c-col :span="11" :offset="1">
                <el-form-item label="货物装运地(港)" prop="ledgrp.rec.porloa">
                    <c-input
                        type="textarea"
                        :rows="3"
                        v-model="model.ledgrp.rec.porloa"
                        maxlength="65"
                        show-word-limit
                        placeholder="请输入货物装运地(港)"
                    ></c-input>
                </el-form-item>
            </c-col>
            <c-col :span="11" :offset="1">
                <el-form-item label="航空/目的港" prop="ledgrp.rec.pordis">
                    <c-input
                        type="textarea"
                        :rows="3"
                        v-model="model.ledgrp.rec.pordis"
                        maxlength="65"
                        show-word-limit
                        placeholder="航空/目的港"
                    ></c-input>
                </el-form-item>
            </c-col>   
            <!-- Final Destination -->
            <c-col :span="11" :offset="1">
                <el-form-item label="货物目的地、交货地(港)" prop="ledgrp.rec.shpto">
                    <c-input
                        type="textarea"
                        :rows="3"
                        v-model="model.ledgrp.rec.shpto"
                        maxlength="65"
                        show-word-limit
                        placeholder="货物目的地、交货地(港)"
                    ></c-input>
                </el-form-item>
            </c-col>  
            <!-- Shipment Period -->
            <c-col :span="11" :offset="1">
                <el-form-item label="发货期" prop="ledgrp.blk.shpper">
                <c-input
                    type="textarea"
                    :rows="3"
                    v-model="model.ledgrp.blk.shpper"
                    maxlength="65"
                    show-word-limit
                    placeholder="请输入发货期"
                ></c-input>
                </el-form-item>
            </c-col>
       </c-row>  
    </c-content>
</template>
<script>
import Api from "~/service/Api"
wangren committed
274
import commonProcess from "~/mixin/commonProcess";
杜大兵 committed
275 276 277 278 279 280 281 282 283 284
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Infled/Event"
import Ptap from "~/views/Public/Ptap";



export default {
    inject: ['root'],
    components: { "c-ptap": Ptap },
    props:["model","codes"],
wangren committed
285
    mixins: [commonProcess],
杜大兵 committed
286 287 288 289 290 291 292 293 294 295 296 297 298 299
    data(){
        return {

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

    }
}
</script>
<style>

</style>