Amep.vue 11.3 KB
Newer Older
1
<template>
2 3
  <c-row>
    <!--                               
潘际乾 committed
4
       <c-col :span="12">
5 6 7
        <el-form-item label="Drag  Drop Sender">
            <c-input  v-model="model.ditamep.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
潘际乾 committed
8
       </c-col>             
9
                                   
潘际乾 committed
10
       <c-col :span="12">
11 12 13
        <el-form-item label="Reference">
            <c-input  v-model="model.didgrp.rec.ownref" maxlength="16"  placeholder="请输入Reference"></c-input>
        </el-form-item>
潘际乾 committed
14
       </c-col>              -->
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
    <c-col>
      <c-col :span="10">
        <el-form-item label="参考号" prop="didgrp.rec.ownref">
          <c-input
            v-model="model.didgrp.rec.ownref"
            placeholder="请输入参考号"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="1" style="text-align: right">
        <el-form-item label-width="0">
          <c-button
            size="small"
            type="primary"
            icon="el-icon-search"
            style="margin-left: 0"
          ></c-button>
        </el-form-item>
      </c-col>
SunJie committed
35

36
      <c-col :span="11" :offset="1">
liushikai committed
37
        <el-form-item label="摘要" prop="didgrp.rec.nam">
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
          <c-input
            v-model="model.didgrp.rec.nam"
            maxlength="40"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
    </c-col>
    <c-col :span="11">
      <el-form-item label="修改日期">
        <c-date-picker
          type="date"
          v-model="model.trnmod.swiadd.amedat"
          style="width: 100%"
          placeholder="请选择修改日期"
        ></c-date-picker>
      </el-form-item>
    </c-col>
    <!-- <c-col :span="12"> <el-form-item>&nbsp;</el-form-item></c-col> -->
SunJie committed
57

58
    <c-col :span="6" :offset="1">
liushikai committed
59
      <el-form-item label="修改次数" prop="trnmod.swiadd.amenbr">
60 61 62 63 64 65
        <c-input
          v-model="model.trnmod.swiadd.amenbr"
          placeholder="请输入修改次数"
        ></c-input>
      </el-form-item>
    </c-col>
SunJie committed
66

67
    <c-col :span="5">
liushikai committed
68
      <el-form-item label="实际修改次数" label-width="130px" prop="ditamep.amenbr">
69 70 71 72 73 74 75
        <c-input
          v-model="model.ditamep.amenbr"
          placeholder="请输入实际修改次数"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
SunJie committed
76

77
    <!-- <c-col :span="12">
SunJie committed
78 79 80 81 82 83 84
            <el-form-item label="Currency">
                <c-input
                    v-model="model.didgrp.cbs.nom1.cur"
                    maxlength="3"
                    placeholder="请输入Currency"
                ></c-input>
            </el-form-item>
潘际乾 committed
85
        </c-col> -->
86 87 88 89 90 91 92 93 94 95 96
    <!-- ===========left======== -->
    <c-col :span="11">
      <c-col :span="24">
        <c-col :span="13">
          <el-form-item label="信用证金额" prop="didgrp.cbs.nom1.cur">
            <c-input
              v-model="model.didgrp.cbs.nom1.cur"
              disabled
              style="width: 95%"
            ></c-input>
          </el-form-item>
潘际乾 committed
97
        </c-col>
98
        <c-col :span="11">
liushikai committed
99
          <el-form-item label="" label-width="0" prop="olddidgrp.cbs.nom1.amt">
100 101 102 103 104 105
            <c-input
              v-model="model.olddidgrp.cbs.nom1.amt"
              style="width: 100%"
              disabled
            ></c-input>
          </el-form-item>
潘际乾 committed
106
        </c-col>
107 108
      </c-col>
      <c-col :span="24">
liushikai committed
109
        <el-form-item label="溢短装" prop="olddidgrp.rec.nomtop">
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
          <c-input
            v-model="model.olddidgrp.rec.nomtop"
            style="width: 45%"
            disabled
          ></c-input>
          <label style="display: inline-block; width: 28px; text-align: center"
            >-</label>
          <c-input
            v-model="model.olddidgrp.rec.nomton"
            style="width: 45%"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <c-col :span="13">
          <el-form-item label="增减金额" prop="trnmod.swiadd.amecur">
            <c-input
              v-model="model.trnmod.swiadd.amecur"
              style="width: 95%"
              disabled
            >
            </c-input>
          </el-form-item>
潘际乾 committed
134
        </c-col>
135 136 137 138 139 140 141 142 143 144 145
        <c-col :span="11">
          <el-form-item label="" label-width="0" prop="trnmod.swiadd.ameamt">
            <c-input
              v-model="model.trnmod.swiadd.ameamt"
              style="width: 100%"
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
        <c-col :span="13">
liushikai committed
146
          <el-form-item label="修改后金额" prop="trnmod.swiadd.newcur">
147 148 149 150 151 152 153
            <c-input
              v-model="model.trnmod.swiadd.newcur"
              style="width: 95%"
              disabled
            >
            </c-input>
          </el-form-item>
潘际乾 committed
154 155
        </c-col>
        <c-col :span="11">
liushikai committed
156
          <el-form-item label="" label-width="0" prop="trnmod.swiadd.newamt">
157 158 159 160 161
            <c-input
              v-model="model.trnmod.swiadd.newamt"
              style="width: 100%"
            ></c-input>
          </el-form-item>
潘际乾 committed
162
        </c-col>
163 164 165 166 167 168
      </c-col>
    </c-col>
    <!-- ===========right======== -->
    <c-col :span="11" :offset="1">
        <c-col :span="24">
        <c-col :span="13">
liushikai committed
169
      <el-form-item label="最大金额" prop="olddidgrp.cbs.max.cur">
170 171 172 173 174 175 176 177 178 179
        <c-input
          v-model="model.olddidgrp.cbs.max.cur"
          maxlength="3"
          placeholder="请输入Currency"
          style="width: 95%"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
    <c-col :span="11">
liushikai committed
180
      <el-form-item label="" label-width="0" prop="olddidgrp.cbs.max.amt">
181 182 183 184 185 186 187 188 189 190 191
        <c-input
          v-model="model.olddidgrp.cbs.max.amt"
          maxlength="3"
          style="width: 100%"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
    </c-col>
    <c-col :span="24">
    <c-col :span="13">
liushikai committed
192
      <el-form-item label="修改总金额" prop="ditamep.engcur">
193 194 195 196 197 198 199 200
        <c-input
          v-model="model.ditamep.engcur"
          style="width: 95%"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
    <c-col :span="11">
liushikai committed
201
      <el-form-item label="" label-width="0" prop="ditamep.engamt">
202 203 204 205 206 207 208 209 210 211 212
        <c-input
          v-model="model.ditamep.engamt"
          style="width: 100%"
          disabled
        >
        </c-input>
      </el-form-item>
    </c-col>
    </c-col>
    <c-col :span="24">
    <c-col :span="13">
liushikai committed
213
      <el-form-item label="" prop="ditamep.maxcur">
214 215 216 217 218 219 220 221 222
        <c-input
          v-model="model.ditamep.maxcur"
          maxlength="3"
          style="width: 95%"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
    <c-col :span="11">
liushikai committed
223
      <el-form-item label="" label-width="0" prop="ditamep.maxamt">
224 225 226 227 228 229 230 231 232
        <c-input
          v-model="model.ditamep.maxamt"
          style="width: 100%"
          disabled
        ></c-input>
      </el-form-item>
    </c-col>
    </c-col>
    <c-col :span="24">
liushikai committed
233
      <el-form-item prop="trnmod.swiadd.newnomtopame">
234 235 236 237 238 239 240 241 242 243 244 245
        <c-input
          v-model="model.trnmod.swiadd.newnomtopame"
          style="width: 45%"
        ></c-input>
        <label style="display: inline-block; width: 28px; text-align: center">-</label>
        <c-input
          v-model="model.trnmod.swiadd.newnomtoname"
          style="width: 45%"
        ></c-input>
      </el-form-item>
    </c-col>
    </c-col>
SunJie committed
246

247
    
SunJie committed
248

249 250
    <!-- <c-col :span="12">
            <el-form-item label="Balance">
SunJie committed
251
                <c-input
252 253
                    v-model="model.olddidgrp.cbs.max.amt"
                    placeholder="请输入Balance"
SunJie committed
254 255
                ></c-input>
            </el-form-item>
256
        </c-col> -->
SunJie committed
257

258
    
SunJie committed
259

260
    
SunJie committed
261

262
    
SunJie committed
263

264 265 266 267 268 269 270 271 272 273 274
    <c-col :span="11">
      <el-form-item label="到期日">
        <c-date-picker
          type="date"
          v-model="model.olddidgrp.rec.expdat"
          style="width: 100%"
          placeholder="请选择到期日"
          disabled
        ></c-date-picker>
      </el-form-item>
    </c-col>
SunJie committed
275

276 277 278 279 280 281 282 283 284 285 286
    <c-col :span="11" :offset="1">
      <el-form-item label="最迟货物装运日">
        <c-date-picker
          type="date"
          v-model="model.olddidgrp.rec.shpdat"
          style="width: 100%"
          placeholder="请选择Shipment Date"
          disabled
        ></c-date-picker>
      </el-form-item>
    </c-col>
SunJie committed
287

288
    <!-- <c-col :span="12">
SunJie committed
289 290
            <span v-text="model.ditamep.zchday" data-path=".ditamep.zchday">
            </span>
潘际乾 committed
291
        </c-col> -->
SunJie committed
292

293 294 295 296 297 298 299 300 301 302
    <c-col :span="11">
      <el-form-item label="新到期日">
        <c-date-picker
          type="date"
          v-model="model.trnmod.swiadd.newexpdat"
          style="width: 100%"
          placeholder="请选择新到期日"
        ></c-date-picker>
      </el-form-item>
    </c-col>
SunJie committed
303

304 305 306 307 308 309 310 311 312 313
    <c-col :span="11" :offset="1">
      <el-form-item label="新最迟货物装运日">
        <c-date-picker
          type="date"
          v-model="model.trnmod.swiadd.newshpdat"
          style="width: 100%"
          placeholder="请选择New Shipmentdate"
        ></c-date-picker>
      </el-form-item>
    </c-col>
SunJie committed
314

315
    <!-- <c-col :span="12">
SunJie committed
316 317
            <span v-text="model.ditamep.newday" data-path=".ditamep.newday">
            </span>
潘际乾 committed
318
        </c-col> -->
319 320 321 322 323 324 325 326 327
      
    <c-col :span="24">
    <c-col :span="11">
      <el-form-item label="货物装运地(港)">
        <c-input
          type="textarea"
          v-model="model.trnmod.swiadd.shpfroelc"
          maxlength="35"
          show-word-limit
liushikai committed
328
          :rows="2"
329 330 331 332 333
          placeholder="请输入Shipment from"
        ></c-input>
      </el-form-item>
    </c-col>
    <c-col :span="11" :offset="1">
liushikai committed
334
        <el-form-item label="报文类型">
335 336 337 338
        <c-input disabled></c-input>
      </el-form-item>
    </c-col>
    </c-col>
SunJie committed
339

340
    <!-- <c-col :span="12">
SunJie committed
341 342
            <span v-text="model.ditamep.hwzydi" data-path=".ditamep.hwzydi">
            </span>
潘际乾 committed
343
        </c-col> -->
SunJie committed
344

345 346 347 348 349 350 351
    <c-col :span="11">
      <el-form-item label="货物目的地/交货地(港)">
        <c-input
          type="textarea"
          v-model="model.trnmod.swiadd.shptoelc"
          maxlength="35"
          show-word-limit
liushikai committed
352
          :rows="2"
353 354 355 356 357
          placeholder="请输入货物目的地/交货地(港)"
        ></c-input>
      </el-form-item>
    </c-col>
    <!-- 
潘际乾 committed
358
        <c-col :span="12">
SunJie committed
359 360 361 362 363
            <span
                v-text="model.ditamep.ramrollab"
                data-path=".ditamep.ramrollab"
            >
            </span>
潘际乾 committed
364
        </c-col>
SunJie committed
365

潘际乾 committed
366
        <c-col :span="12">
SunJie committed
367 368 369 370 371 372 373 374
            <el-form-item label="Request of Amendment send to">
                <c-select
                    v-model="model.ditamep.ramrol"
                    style="width: 100%"
                    placeholder="请选择Request of Amendment send to"
                >
                </c-select>
            </el-form-item>
潘际乾 committed
375
        </c-col>
SunJie committed
376

潘际乾 committed
377
        <c-col :span="12">
SunJie committed
378 379 380
            <c-checkbox v-model="model.ditamep.cre707flg"
                >Create Amendment Message</c-checkbox
            >
潘际乾 committed
381
        </c-col> -->
382
  </c-row>
383 384
</template>
<script>
SunJie committed
385
import Api from "~/service/Api";
386
import CommonProcess from "~/mixin/CommonProcess";
SunJie committed
387 388
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Ditame/Event";
389 390

export default {
391 392 393 394 395 396 397 398
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [CommonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
SunJie committed
399
};
400 401 402
</script>
<style>
</style>