Detpc.vue 7.68 KB
Newer Older
liyixun 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
<template>
  <div class="eibs-tab">
                             <!-- SF000840 : Contract Reference -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000840')" prop="gidgrp.rec.orcrefc">
            <c-input  v-model="model.gidgrp.rec.orcrefc" maxlength="35"  :placeholder="$t('other.please_enter')+$t('gitp.SF000840')"></c-input>
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.gitp.laborcdat"   data-path=".gitp.laborcdat" > </span>
</c-col>
                  
       <c-col :span="12">
        <el-form-item label="Date from Original Contract - Local Undertaking Seq. C" prop="gidgrp.rec.orcdatc">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.orcdatc" style="width:100%"  :placeholder="$t('other.please_enter')+'Date from Original Contract - Local Undertaking Seq. C'"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- SF000845 : Closing Date -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('gitp.SF000845')" prop="gidgrp.rec.tenclsdatc">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.tenclsdatc" style="width:100%"  :placeholder="$t('other.please_enter')+$t('gitp.SF000845')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- SF000846 : Underly. Transact. Det. -->
                  
       <c-col :span="12">
        <c-form-item label="Object of Contract - Local Undertaking Seq. C" prop="gidgrp.blk.covgodsrvc">
            <c-input type="textarea" v-model="model.gidgrp.blk.covgodsrvc" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Object of Contract - Local Undertaking Seq. C'" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000846')" prop="gidgrp.blk.atxcovgodsrvc">
            <c-input type="textarea" v-model="model.gidgrp.blk.atxcovgodsrvc" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+$t('gitp.SF000846')" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gitp.covgodsrvcmodflg">{{$t('gitp.CF001217')}}</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onGitpButdifcovgodsrvc">
             {{$t('gitp.CF001218')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.gitp.covgodc.chkast">{{$t('gitp.CF001088')}}</c-checkbox>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onGitpButdifhiscovgodsrvc">
             {{$t('gitp.CF001219')}}
        </c-button>
       </c-col>
                 <!-- SF000841 : Original Perc./ Rate -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000841')" prop="gidgrp.rec.orcratc">
            <c-input  v-model="model.gidgrp.rec.orcratc"  :placeholder="$t('other.please_enter')+$t('gitp.SF000841')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000842 : Contract Amount  -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('gitp.SF000842')" prop="gidgrp.rec.orccurc">
            <c-select v-model="model.gidgrp.rec.orccurc" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitp.SF000842')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000842')" prop="gidgrp.rec.orcamtc">
            <c-input  v-model="model.gidgrp.rec.orcamtc"  :placeholder="$t('other.please_enter')+$t('gitp.SF000842')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000843 : Original Contract Place -->
                  
       <c-col :span="12">
        <c-form-item label="Original Contract Place - Local Undertaking Seq. C" prop="gidgrp.blk.orcplcc">
            <c-input type="textarea" v-model="model.gidgrp.blk.orcplcc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Original Contract Place - Local Undertaking Seq. C'" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- SF000850 : A/c Adv. Paym. Guar. -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000850')" prop="gidgrp.rec.accc">
            <c-input  v-model="model.gidgrp.rec.accc" maxlength="35"  :placeholder="$t('other.please_enter')+$t('gitp.SF000850')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000844 : Governing Law  -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('gitp.SF000844')" prop="gidgrp.rec.jurlawc">
            <c-select v-model="model.gidgrp.rec.jurlawc" style="width:100%" :placeholder="$t('other.please_enter')+$t('gitp.SF000844')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000844')" prop="gidgrp.rec.jurlawtxtc">
            <c-input  v-model="model.gidgrp.rec.jurlawtxtc" maxlength="65"  :placeholder="$t('other.please_enter')+$t('gitp.SF000844')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000851 : Place of Jurisdiction -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000851')" prop="gidgrp.rec.jurplcc">
            <c-input  v-model="model.gidgrp.rec.jurplcc" maxlength="65"  :placeholder="$t('other.please_enter')+$t('gitp.SF000851')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000847 : Tender Reference -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitp.SF000847')" prop="gidgrp.rec.tenrefc">
            <c-input  v-model="model.gidgrp.rec.tenrefc" maxlength="35"  :placeholder="$t('other.please_enter')+$t('gitp.SF000847')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000848 : Tender Date -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('gitp.SF000848')" prop="gidgrp.rec.tendatc">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.tendatc" style="width:100%"  :placeholder="$t('other.please_enter')+$t('gitp.SF000848')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- SF000849 : Latest Transmission -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('gitp.SF000849')" prop="gidgrp.rec.trmdatc">
            <c-date-picker type="date"  v-model="model.gidgrp.rec.trmdatc" style="width:100%"  :placeholder="$t('other.please_enter')+$t('gitp.SF000849')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- SF001231 : Additional Text -->
                  
       <c-col :span="12">
        <c-form-item label="Additional Info - Local Undertaking Seq. C" prop="gidgrp.blk.addinfc">
            <c-input type="textarea" v-model="model.gidgrp.blk.addinfc" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Additional Info - Local Undertaking Seq. C'" ></c-input>
        </c-form-item>
        </c-col>
                  
<c-col :span="12">
    <span  v-text="model.gitp.labaddinfc"   data-path=".gitp.labaddinfc" > </span>
</c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Gitame/Event"

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

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

    }
}
</script>
<style>

</style>