Detpc.vue 8.95 KB
Newer Older
1
<template>
huangxin committed
2
  <div class="eibs">
3 4
<!-- ============左边================= -->
        <c-col :span="12" style="padding-right: 20px;">
liyixun committed
5
          <c-col :span="24">
wangna committed
6
            <el-form-item label="合同号" prop="gidgrp.rec.orcrefc">
liyixun committed
7 8 9 10
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcrefc"
                maxlength="35"
wangna committed
11
                placeholder="请输入合同号"
liyixun committed
12 13 14 15
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
16
            <el-form-item label="合同签定日期" prop="gidgrp.rec.orcdatc">
liyixun committed
17 18 19 20 21
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.orcdatc"
                style="width: 100%"
wangna committed
22
                placeholder="请选择合同签定日期"
liyixun committed
23 24 25 26
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
wangna committed
27
            <el-form-item label="合同失效日期" prop="gidgrp.rec.tenclsdatc">
liyixun committed
28 29 30 31 32
              <c-date-picker
                disabled
                type="date"
                v-model="model.gidgrp.rec.tenclsdatc"
                style="width: 100%"
wangna committed
33
                placeholder="请选择合同失效日期"
liyixun committed
34 35 36 37 38 39
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="20">
              <el-form-item
wangna committed
40
                label="合同标的"
liyixun committed
41 42 43 44 45 46 47 48 49 50 51 52
                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
53
                  placeholder="请输入合同标的"
liyixun committed
54 55 56 57 58 59 60 61
                ></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
62
                >是否手工修改保函文本</c-checkbox
liyixun committed
63 64 65 66 67
              >
              <c-checkbox
                v-if="model.gitp.swiftflg == 'Y'"
                v-model="model.gitp.covgodc.chkast"
                style="margin: 0 0 0 10px"
wangna committed
68
                >允许</c-checkbox
liyixun committed
69 70 71 72 73 74 75 76 77
              >
              <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
78
                查看系统文本
liyixun committed
79 80 81 82 83 84 85 86 87
              </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
88
                查看历史文本
liyixun committed
89 90 91 92 93
              </c-button>
            </c-col>
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
94
              label="原始利率"
liyixun committed
95 96 97 98 99
              prop="gidgrp.rec.orcratc"
            >
              <c-input
                disabled
                v-model="model.gidgrp.rec.orcratc"
wangna committed
100
                placeholder="请输入原始利率"
liyixun committed
101 102 103 104 105
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <c-col :span="12">
wangna committed
106
              <el-form-item label="合同币种和金额" prop="gidgrp.rec.orccurc">
liyixun committed
107 108 109 110
                <c-select
                  disabled
                  v-model="model.gidgrp.rec.orccurc"
                  style="width: 100%"
wangna committed
111
                  placeholder="请选择合同币种"
liyixun committed
112 113 114 115 116 117 118 119 120 121
                >
                  <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
122 123
            </c-col>
            <c-col :span="11" :offset="1">
liyixun committed
124 125 126 127
              <el-form-item label-width="5px" prop="gidgrp.rec.orcamtc">
                <c-input
                  disabled
                  v-model="model.gidgrp.rec.orcamtc"
wangna committed
128
                  placeholder="请输入合同金额"
liyixun committed
129 130
                ></c-input>
              </el-form-item>
liyixun committed
131
            </c-col>
liyixun committed
132 133 134
          </c-col>
          <c-col :span="24">
            <el-form-item
wangna committed
135
              label="合同签定地"
liyixun committed
136 137 138 139 140 141 142 143 144
              prop="gidgrp.blk.orcplcc"
            >
              <c-input
                disabled
                :rows="4"
                type="textarea"
                v-model="model.gidgrp.blk.orcplcc"
                maxlength="35"
                show-word-limit
wangna committed
145
                placeholder="请输入合同签定地"
liyixun committed
146 147 148
              ></c-input>
            </el-form-item>
          </c-col>
liyixun committed
149
        </c-col>
150 151
        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
liyixun committed
152 153
          <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 256 257 258
        </c-col>
  </div>
</template>
<script>
liyixun committed
259
import Api from "~/service/Api";
260
import commonProcess from "~/mixin/commonProcess";
liyixun committed
261 262
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitpop/Event";
263 264

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