Amephis.vue 5.42 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
    <c-col :span="20">
      <c-form-item
        label="Guarantee Text before this Amendment"
        prop="oldgidgrp.blk.gidtxt"
      >
        <i-stream-input
          disabled
          type="textarea"
          rows="8"
          :model="model.oldgidgrp.blk.gidtxt"
          maxlength="65"
          show-word-limit
          placeholder="请输入Guarantee Text before this Amendment"
        ></i-stream-input>
      </c-form-item>
    </c-col>

    <c-col :span="20">
      <c-form-item label="Amendments so Far" prop="gidgrp.blk.gidtxtame">
        <c-input
          disabled
          type="textarea"
          rows="8"
          v-model="model.gidgrp.blk.gidtxtame"
          maxlength="65"
          show-word-limit
          placeholder="请输入Amendments so Far"
        ></c-input>
      </c-form-item>
    </c-col>
    <!-- <c-col :span="12">
liyixun committed
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
        <c-button size="small" type="primary"  @click="onSav">
             {{$t('mtabut.CF000174')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onUsrcon">
             {{$t('mtabut.CG000224')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('gitame.SF050038')" prop="oldgidgrp.blk.gidtxt">
            <c-input type="textarea" v-model="model.oldgidgrp.blk.gidtxt" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+$t('gitame.SF050038')" ></c-input>
        </c-form-item>
        </c-col> -->
liyixun committed
50 51 52
    <!-- SF050038 : Guarantee Text  -->

    <!-- <c-col :span="12">
liyixun committed
53 54 55 56 57 58 59 60 61 62
        <c-button size="small" type="primary"  @click="onChk">
             {{$t('mtabut.CF000175')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onUsrchk">
             {{$t('mtabut.CG000225')}}
        </c-button>
       </c-col> -->
liyixun committed
63 64 65 66
    <!-- SF050111 : before this -->
    <!-- SF050112 : Amendment -->

    <!-- <c-col :span="12">
liyixun committed
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
        <c-button size="small" type="primary"  @click="onSyswrnButshw">
             {{$t('mtabut.CF000176')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onDiasel">
             {{$t('mtabut.CF000190')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onInc">
             {{$t('mtabut.CF000188')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onNotmap">
             {{$t('mtabut.CF000189')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onFrmbut">
             {{$t('mtabut.CF000208')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onOrd">
             {{$t('mtabut.CF000213')}}
        </c-button>
       </c-col> -->
liyixun committed
101 102 103
    <!-- SF050039 : Amendments so Far -->

    <!-- <c-col :span="12">
liyixun committed
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
        <c-form-item :label="$t('gitame.SF050039')" prop="gidgrp.blk.gidtxtame">
            <c-input type="textarea" v-model="model.gidgrp.blk.gidtxtame" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+$t('gitame.SF050039')" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onIncben">
             {{$t('mtabut.CG000239')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onImgmodImage">
             {{$t('mtabut.CG000240')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onImgmodNewimg">
             {{$t('mtabut.CG000232')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onImgmodNewhisimg">
             {{$t('mtabut.CG000233')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onImgmodElcimage">
             {{$t('mtabut.CG000241')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onEntmodEntbut">
             {{$t('mtabut.CG000242')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onPen">
             {{$t('mtabut.CF000178')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCan">
             {{$t('mtabut.CF000179')}}
        </c-button>
       </c-col> -->
  </div>
</template>
<script>
liyixun committed
159
import Api from "~/service/Api";
liyixun committed
160
import commonProcess from "~/mixin/commonProcess";
liyixun committed
161 162 163
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitame/Event";
import IStreamInput from "~/components/IStreamInput";
liyixun committed
164 165

export default {
liyixun committed
166 167 168 169 170 171 172 173 174 175
  components: { IStreamInput },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
liyixun committed
176 177 178
</script>
<style>
</style>