Detpc.vue 15.7 KB
Newer Older
liyixun committed
1 2
<template>
  <div class="eibs-tab">
liyixun committed
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
    <c-row>
        <c-col :span="24">
            <c-col :span="11">
                <c-col :span="24">
                    <el-form-item label="Contract Reference" prop="gidgrp.rec.orcrefc">
                        <c-input disabled v-model="model.gidgrp.rec.orcrefc" maxlength="35"  placeholder="请输入Contract Reference"></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Contract Date" prop="gidgrp.rec.orcdatc">
                        <c-date-picker disabled type="date"  v-model="model.gidgrp.rec.orcdatc" style="width:100%"  placeholder="请选择Date from Original Contract"></c-date-picker>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Closing Date" prop="gidgrp.rec.tenclsdatc">
                        <c-date-picker disabled type="date"  v-model="model.gidgrp.rec.tenclsdatc" style="width:100%"  placeholder="请选择Closing Date"></c-date-picker>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                        <c-col :span="20">
                                <el-form-item v-if="model.gitp.covgodsrvcmodflg==''" label="Object of Contract" prop="gidgrp.blk.covgodsrvc">
                                    <c-input :disabled="model.gitp.covgodsrvcmodflg==''||model.gitp.swiftflg=='N'" rows="5" type="textarea" v-model="model.gidgrp.blk.covgodsrvc" maxlength="65" show-word-limit placeholder="请输入Object of Contract" ></c-input>
                                </el-form-item>
                                <el-form-item  v-if="model.gitp.covgodsrvcmodflg=='X'" label="Underly. Transact. Det." prop="gidgrp.blk.atxcovgodsrvc">
                                    <c-input :disabled="model.gitp.covgodsrvcmodflg==''||model.gitp.swiftflg=='N'" rows="5" type="textarea" v-model="model.gidgrp.blk.atxcovgodsrvc" maxlength="65" show-word-limit placeholder="请输入Underly. Transact. Det." ></c-input>
                                </el-form-item>
                        </c-col>
                        <c-col :span="4">
                            <c-checkbox  v-if="model.gitp.swiftflg=='Y'" v-model="model.gitp.covgodsrvcmodflg" style="margin:0 0 0 10px">Modify Text</c-checkbox>
                            <c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.gitp.covgodc.chkast" style="margin:0 0 0 10px">Allow *</c-checkbox>
                            <c-button disabled v-if="model.gitp.swiftflg=='Y'" size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifcovgodsrvc">
                                vs.&System
                            </c-button>
                            <c-button disabled v-if="model.gitp.swiftflg=='Y'" size="small" type="primary" style="margin:5px 0 0 10px"  @click="onGitpButdifhiscovgodsrvc">
                                vs.&History
                            </c-button>
                        </c-col>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Original Perc./ Rate" prop="gidgrp.rec.orcratc">
                        <c-input disabled v-model="model.gidgrp.rec.orcratc"  placeholder="请输入Original Perc./ Rate"></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                    <c-col :span="12">
                         <el-form-item label="Contract Amount " prop="gidgrp.rec.orccurc">
                            <c-select disabled v-model="model.gidgrp.rec.orccurc" style="width:100%" placeholder="请选择Contract Amount ">
                                 <el-option
                                    v-for="item in codes.curtxt"
                                    :key="item.value"
                                    :label="item.label"
                                    :value="item.value"
                                    >
                                </el-option>
                            </c-select>
                        </el-form-item>
                    </c-col>
                    <c-col :span="11" :offset="1">
                        <c-input disabled v-model="model.gidgrp.rec.orcamtc"  placeholder="请输入Contract Amount "></c-input>
                    </c-col>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Original Contract Place" prop="gidgrp.blk.orcplcc">
                        <c-input disabled type="textarea" v-model="model.gidgrp.blk.orcplcc" maxlength="35" show-word-limit placeholder="请输入Original Contract Place" ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>
            <c-col :span="11" :offset="1">
            <c-col :span="24">
                    <el-form-item label="A/c for Adv. Paym. Guar." prop="gidgrp.rec.accc">
                        <c-input disabled v-model="model.gidgrp.rec.accc" maxlength="35"  placeholder="请输入A/c for Adv. Paym. Guar."></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                        <el-form-item label="Governing Law" prop="gidgrp.rec.jurlawc">
                            <c-select v-model="model.gidgrp.rec.jurlawc" style="width:100%" placeholder="请选择Governing Law">
                                <el-option
                                        v-for="item in codes.ctytxt1"
                                        :key="item.value"
                                        :label="item.label"
                                        :value="item.value"
                                        >
                                </el-option>
                            </c-select>
                        </el-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item label="Governing Law " prop="gidgrp.rec.jurlawtxtc">
                        <c-input  v-model="model.gidgrp.rec.jurlawtxtc" maxlength="65"  placeholder="请输入Governing Law "></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="24">
                    <el-form-item label="Place of Jurisdiction" prop="gidgrp.rec.jurplcc">
                        <c-input :disabled="model.gidgrp.rec.jurlawc==''" v-model="model.gidgrp.rec.jurplcc" maxlength="35"  placeholder="请输入Place of Jurisdiction"></c-input>
                    </el-form-item>
                </c-col>
                 <c-col :span="24">
                    <el-form-item label="Tender Reference" prop="gidgrp.rec.tenrefc">
                        <c-input disabled v-model="model.gidgrp.rec.tenrefc" maxlength="35"  placeholder="请输入Tender Reference"></c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Tender Date" prop="gidgrp.rec.tendatc">
                        <c-date-picker disabled type="date"  v-model="model.gidgrp.rec.tendatc" style="width:100%"  placeholder="请选择Tender Date"></c-date-picker>
                    </el-form-item>
                </c-col>
                <c-col :span="24">
                    <el-form-item label="Latest Transmiss. Date" prop="gidgrp.rec.trmdatc">
                        <c-date-picker disabled type="date"  v-model="model.gidgrp.rec.trmdatc" style="width:100%"  placeholder="请选择Latest Transmiss. Date"></c-date-picker>
                    </el-form-item>
                </c-col>   
                     <c-col :span="24">
                        <el-form-item label="Additional Info" prop="gidgrp.blk.addinfc">
                            <c-input disabled type="textarea" v-model="model.gidgrp.blk.addinfc" maxlength="35" show-word-limit placeholder="请输入Additional Info" ></c-input>
                        </el-form-item>
                    </c-col>
            </c-col>
        </c-col>
    </c-row>
liyixun committed
124 125
                             <!-- SF000840 : Contract Reference -->
                  
liyixun committed
126
       <!-- <c-col :span="12">
liyixun committed
127 128 129 130 131 132 133
        <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>
liyixun committed
134
</c-col> -->
liyixun committed
135
                  
liyixun committed
136
       <!-- <c-col :span="12">
liyixun committed
137 138 139
        <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>
liyixun committed
140
       </c-col> -->
liyixun committed
141 142
                 <!-- SF000845 : Closing Date -->
                  
liyixun committed
143
       <!-- <c-col :span="12">
liyixun committed
144 145 146
        <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>
liyixun committed
147
       </c-col> -->
liyixun committed
148 149
                 <!-- SF000846 : Underly. Transact. Det. -->
                  
liyixun committed
150
       <!-- <c-col :span="12">
liyixun committed
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
        <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>
liyixun committed
180
       </c-col> -->
liyixun committed
181 182
                 <!-- SF000841 : Original Perc./ Rate -->
                  
liyixun committed
183
       <!-- <c-col :span="12">
liyixun committed
184 185 186
        <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>
liyixun committed
187
       </c-col> -->
liyixun committed
188 189
                 <!-- SF000842 : Contract Amount  -->
                  
liyixun committed
190
       <!-- <c-col :span="12">
liyixun committed
191 192 193 194 195 196 197 198 199 200
        <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>
liyixun committed
201
       </c-col> -->
liyixun committed
202 203
                 <!-- SF000843 : Original Contract Place -->
                  
liyixun committed
204
       <!-- <c-col :span="12">
liyixun committed
205 206 207
        <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>
liyixun committed
208
        </c-col> -->
liyixun committed
209 210
                 <!-- SF000850 : A/c Adv. Paym. Guar. -->
                  
liyixun committed
211
       <!-- <c-col :span="12">
liyixun committed
212 213 214
        <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>
liyixun committed
215
       </c-col> -->
liyixun committed
216 217
                 <!-- SF000844 : Governing Law  -->
                  
liyixun committed
218
       <!-- <c-col :span="12">
liyixun committed
219 220 221 222 223 224 225 226 227 228
        <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>
liyixun committed
229
       </c-col> -->
liyixun committed
230 231
                 <!-- SF000851 : Place of Jurisdiction -->
                  
liyixun committed
232
       <!-- <c-col :span="12">
liyixun committed
233 234 235
        <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>
liyixun committed
236
       </c-col> -->
liyixun committed
237 238
                 <!-- SF000847 : Tender Reference -->
                  
liyixun committed
239
       <!-- <c-col :span="12">
liyixun committed
240 241 242
        <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>
liyixun committed
243
       </c-col> -->
liyixun committed
244 245
                 <!-- SF000848 : Tender Date -->
                  
liyixun committed
246
       <!-- <c-col :span="12">
liyixun committed
247 248 249
        <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>
liyixun committed
250
       </c-col> -->
liyixun committed
251 252
                 <!-- SF000849 : Latest Transmission -->
                  
liyixun committed
253
       <!-- <c-col :span="12">
liyixun committed
254 255 256
        <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>
liyixun committed
257
       </c-col> -->
liyixun committed
258 259
                 <!-- SF001231 : Additional Text -->
                  
liyixun committed
260
       <!-- <c-col :span="12">
liyixun committed
261 262 263 264 265 266 267
        <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>
liyixun committed
268
</c-col> -->
liyixun committed
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294
  </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>