Detpc.vue 8.88 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
liyixun committed
3
    <c-row>
liyixun committed
4 5 6
      <c-col :span="24">
        <c-col :span="11">
          <c-col :span="24">
wangna committed
7
            <el-form-item label="合同号" prop="gidgrp.rec.orcrefc">
liyixun committed
8 9 10 11
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcrefc"
                maxlength="35"
wangna committed
12
                placeholder="请输入合同号"
liyixun committed
13 14 15 16
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
17
            <el-form-item label="合同签定日期" prop="gidgrp.rec.orcdatc">
liyixun committed
18 19 20 21 22
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdatc"
                style="width: 100%"
wangna committed
23
                placeholder="请选择合同签定日期"
liyixun committed
24 25 26 27
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
28
            <el-form-item label="合同失效日期" prop="gidgrp.rec.tenclsdatc">
liyixun committed
29 30 31 32 33
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.tenclsdatc"
                style="width: 100%"
wangna committed
34
                placeholder="请选择合同失效日期"
liyixun committed
35 36 37 38 39 40
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
41
                label="合同标的"
liyixun committed
42 43 44 45 46 47 48 49 50 51 52 53
                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="32500"
                  show-word-limit
wangna committed
54
                  placeholder="请输入合同标的"
liyixun committed
55 56 57 58 59 60 61 62
                ></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"
wangna committed
63
                >是否手工修改保函文本</c-checkbox
liyixun committed
64 65 66 67 68
              >
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitp.covgodc.chkast"
                style="margin: 0 0 0 10px"
wangna committed
69
                >允许</c-checkbox
liyixun committed
70 71 72 73 74 75 76 77 78
              >
              <c-button
                disabled
                v-if="model.gitp.swiftflg == 'Y'"
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 100px"
                @click="onGitpButdifcovgodsrvc"
              >
wangna committed
79
                查看系统文本
liyixun committed
80 81 82 83 84 85 86 87 88
              </c-button>
              <c-button
                disabled
                v-if="model.gitp.swiftflg == 'Y'"
                size="small"
                type="primary"
                style="margin: 5px 0 0 10px; width: 100px"
                @click="onGitpButdifhiscovgodsrvc"
              >
wangna committed
89
                查看历史文本
liyixun committed
90 91 92 93 94
              </c-button>
            </c-col>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
95
              label="原始利率"
liyixun committed
96 97 98 99 100
              prop="gidgrp.rec.orcratc"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcratc"
wangna committed
101
                placeholder="请输入原始利率"
liyixun committed
102 103 104 105 106
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="12">
wangna committed
107
              <el-form-item label="合同币种和金额" prop="gidgrp.rec.orccurc">
liyixun committed
108 109 110 111
                <c-select
                  disabled
                  v-model="model.gidgrp.rec.orccurc"
                  style="width: 100%"
wangna committed
112
                  placeholder="请选择合同币种"
liyixun committed
113 114 115 116 117 118 119 120 121 122
                >
                  <el-option
                    v-for="item in codes.curtxt"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
                  </el-option>
                </c-select>
              </el-form-item>
liyixun committed
123 124
            </c-col>
            <c-col :span="11" :offset="1">
liyixun committed
125 126 127 128
              <el-form-item label-width="5px" prop="gidgrp.rec.orcamtc">
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.orcamtc"
wangna committed
129
                  placeholder="请输入合同金额"
liyixun committed
130 131
                ></c-input>
              </el-form-item>
liyixun committed
132
            </c-col>
liyixun committed
133 134 135
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
136
              label="合同签定地"
liyixun committed
137 138 139 140 141 142 143 144 145
              prop="gidgrp.blk.orcplcc"
            >
              <c-input
                disabled
                :rows="4"
                type="textarea"
                v-model="model.gidgrp.blk.orcplcc"
                maxlength="35"
                show-word-limit
wangna committed
146
                placeholder="请输入合同签定地"
liyixun committed
147 148 149
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
150
        </c-col>
liyixun committed
151 152 153
        <c-col :span="11" :offset="1">
          <c-col :span="24">
            <el-form-item
wangna committed
154
              label="预付款账号"
liyixun committed
155 156 157 158 159 160
              prop="gidgrp.rec.accc"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.accc"
                maxlength="35"
wangna committed
161
                placeholder="请输入预付款账号"
liyixun committed
162 163 164 165
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
166
            <el-form-item label="适用法律" prop="gidgrp.rec.jurlawc">
liyixun committed
167 168 169
              <c-select
                v-model="model.gidgrp.rec.jurlawc"
                style="width: 100%"
wangna committed
170
                placeholder="请选择适用法律"
liyixun committed
171 172 173 174 175 176 177 178
              >
                <el-option
                  v-for="item in codes.ctytxt1"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
179
              </c-select>
liyixun committed
180 181 182 183
            </el-form-item>
          </c-col>

          <c-col :span="24">
wangna committed
184
            <el-form-item label="适用法律" prop="gidgrp.rec.jurlawtxtc">
liyixun committed
185 186 187 188
              <c-input
                disabled
                v-model="model.gidgrp.rec.jurlawtxtc"
                maxlength="65"
wangna committed
189
                placeholder="请输入适用法律"
liyixun committed
190 191 192 193 194 195
              ></c-input>
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
wangna committed
196
              label="仲裁地"
liyixun committed
197 198 199 200 201 202
              prop="gidgrp.rec.jurplcc"
            >
              <c-input
                :disabled="model.gidgrp.rec.jurlawc == ''"
                v-model="model.gidgrp.rec.jurplcc"
                maxlength="35"
wangna committed
203
                placeholder="请输入仲裁地"
liyixun committed
204 205 206 207
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
208
            <el-form-item label="投标参考号" prop="gidgrp.rec.tenrefc">
liyixun committed
209 210 211 212
              <c-input
                disabled
                v-model="model.gidgrp.rec.tenrefc"
                maxlength="35"
wangna committed
213
                placeholder="请输入投标参考号"
liyixun committed
214 215 216 217
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
218
            <el-form-item label="投标日期" prop="gidgrp.rec.tendatc">
liyixun committed
219 220 221 222 223
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.tendatc"
                style="width: 100%"
wangna committed
224
                placeholder="请选择投标日期"
liyixun committed
225 226 227 228 229
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
230
              label="最新传输日期"
liyixun committed
231 232 233 234 235 236 237
              prop="gidgrp.rec.trmdatc"
            >
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.trmdatc"
                style="width: 100%"
wangna committed
238
                placeholder="请选择最新传输日期"
liyixun committed
239 240 241 242
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
243
            <el-form-item label="附加说明" prop="gidgrp.blk.addinfc">
liyixun committed
244 245 246 247 248 249 250
              <c-input
                disabled
                :rows="4"
                type="textarea"
                v-model="model.gidgrp.blk.addinfc"
                maxlength="700"
                show-word-limit
wangna committed
251
                placeholder="请输入附加说明"
liyixun committed
252 253 254
              ></c-input>
            </el-form-item>
          </c-col>
255
        </c-col>
liyixun committed
256 257
      </c-col>
    </c-row>
258 259 260
  </div>
</template>
<script>
liyixun committed
261
import Api from "~/service/Api";
262
import commonProcess from "~/mixin/commonProcess";
liyixun committed
263 264
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
265 266

export default {
liyixun committed
267 268 269 270 271 272 273 274 275
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
276 277 278
</script>
<style>
</style>