Det756.vue 6.94 KB
Newer Older
zhujiazhan committed
1
<template>
jianglong committed
2
  <div class="eibs">
潘际乾 committed
3
    <c-col :span="12">
zhujiazhan committed
4
      <c-col :span="24">
5
        <el-form-item label=" MT756详情:" label-width="200px"> </el-form-item>
zhujiazhan committed
6 7 8
      </c-col>
      <c-col :span="24">
        <el-form-item
jianglong committed
9
          label="发送报文至:"
潘际乾 committed
10
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.snd756.pts.extkey'"
潘际乾 committed
11
          label-width="165px"
zhujiazhan committed
12 13 14
        >
          <c-fullbox>
            <c-input
潘际乾 committed
15
              v-model="model.setmod.setglg.setgll[idx].setgrp.snd756.pts.extkey"
zhujiazhan committed
16 17 18
              maxlength="16"
              placeholder="请输入"
                @keyup.enter.native="
潘际乾 committed
19
                showGridPromptDialog('setmod.setglg.setgll(' + (idx + 1) + ').setgrp.snd756.pts.extkey')
zhujiazhan committed
20 21 22 23 24 25 26 27 28
              "
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
29
                <i class="el-icon-info"></i>
zhujiazhan committed
30 31 32 33 34 35 36
              </c-button>
              <c-button
                size="small"
                type="primary"
                style="margin: 0 0"
                @click="onGctpGetrefbut"
              >
37
                详情
zhujiazhan committed
38 39 40 41 42 43 44 45
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
          label=""
潘际乾 committed
46
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.snd756.pts.adrblk'"
潘际乾 committed
47
          label-width="165px"
zhujiazhan committed
48 49 50 51
        >
          <c-input
            type="textarea"
            :rows="4"
潘际乾 committed
52
            v-model="model.setmod.setglg.setgll[idx].setgrp.snd756.pts.adrblk"
zhujiazhan committed
53 54
            maxlength="35"
            show-word-limit
jianglong committed
55
            placeholder="请输入地址信息"
zhujiazhan committed
56 57 58 59 60
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
jianglong committed
61
          label="发送方联系人(Tag 53a)"
潘际乾 committed
62
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.actser.pts.extkey'"
潘际乾 committed
63
          label-width="165px"
zhujiazhan committed
64 65 66
        >
          <c-fullbox>
            <c-input
潘际乾 committed
67
              v-model="model.setmod.setglg.setgll[idx].setgrp.actser.pts.extkey"
zhujiazhan committed
68 69 70 71 72 73 74 75 76 77 78 79 80 81
              maxlength="16"
              placeholder="请输入"
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.prb.pts.extkey')
              "
              
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
82
                <i class="el-icon-info"></i>
zhujiazhan committed
83 84 85 86 87 88 89
              </c-button>
              <c-button
                size="small"
                type="primary"
                style="margin: 0 0"
                @click="onGctpGetrefbut"
              >
90
                详情
zhujiazhan committed
91 92 93 94 95 96 97 98
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
          label=""
潘际乾 committed
99
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.actser.pts.adrblk'"
潘际乾 committed
100
          label-width="165px"
zhujiazhan committed
101 102 103 104
        >
          <c-input
            type="textarea"
              :rows="4"
潘际乾 committed
105
            v-model="model.setmod.setglg.setgll[idx].setgrp.actser.pts.adrblk"
zhujiazhan committed
106 107
            maxlength="35"
            show-word-limit
jianglong committed
108
            placeholder="请输入地址信息"
zhujiazhan committed
109 110 111 112 113
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
jianglong committed
114
          label="接收方联系人(Tag 54a)"
潘际乾 committed
115
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.rcvcor2.pts.extkey'"
潘际乾 committed
116
          label-width="165px"
zhujiazhan committed
117 118 119
        >
          <c-fullbox>
            <c-input
潘际乾 committed
120
              v-model="model.setmod.setglg.setgll[idx].setgrp.rcvcor2.pts.extkey"
zhujiazhan committed
121 122 123 124 125 126 127 128 129 130 131 132 133 134
              maxlength="16"
              placeholder="请输入"
              @keyup.enter.native="
                showGridPromptDialog('gcdgrp.prb.pts.extkey')
              "
              
            ></c-input>
            <template slot="footer">
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
                @click="onSeainf"
              >
nanrui committed
135
                <i class="el-icon-info"></i>
zhujiazhan committed
136 137 138 139 140 141 142
              </c-button>
              <c-button
                size="small"
                type="primary"
                style="margin: 0 0"
                @click="onGctpGetrefbut"
              >
143
                详情
zhujiazhan committed
144 145 146 147 148 149 150 151
              </c-button>
            </template>
          </c-fullbox>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
          label=""
潘际乾 committed
152
          :prop="'setmod.setglg.setgll.' + idx + '.setgrp.rcvcor2.pts.adrblk'"
潘际乾 committed
153
          label-width="165px"
zhujiazhan committed
154 155 156 157
        >
          <c-input
            type="textarea"
              :rows="4"
潘际乾 committed
158
            v-model="model.setmod.setglg.setgll[idx].setgrp.rcvcor2.pts.adrblk"
zhujiazhan committed
159 160
            maxlength="35"
            show-word-limit
jianglong committed
161
            placeholder="请输入地址信息"
zhujiazhan committed
162 163 164 165 166
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="24">
        <el-form-item
jianglong committed
167
          label="接收方账户"
潘际乾 committed
168
          :prop="'setmod.setglg.setgll.' + idx + '.sespay.rcvcor2acc'"
潘际乾 committed
169
          label-width="165px"
zhujiazhan committed
170 171
        >
          <c-input
潘际乾 committed
172
            v-model="model.setmod.setglg.setgll[idx].sespay.rcvcor2acc"
zhujiazhan committed
173
            maxlength="34"
wangna committed
174
            placeholder="请输入接收方账户"
zhujiazhan committed
175 176 177 178 179
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="22">
        <el-form-item
jianglong committed
180
          label="发送给接收方信息(Tag 72)"
潘际乾 committed
181
          :prop="'setmod.setglg.setgll.' + idx + '.sespay.strinf'"
潘际乾 committed
182
          label-width="165px"
zhujiazhan committed
183 184 185 186
        >
          <c-input
            type="textarea"
              :rows="4"
潘际乾 committed
187
            v-model="model.setmod.setglg.setgll[idx].sespay.strinf"
zhujiazhan committed
188 189
            maxlength="35"
            show-word-limit
jianglong committed
190
            placeholder="请输入信息"
zhujiazhan committed
191 192 193 194 195 196 197 198 199 200 201 202 203 204
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="2">
        <c-button
          size="small"
          type="primary"
          style="margin: 0 0 0 3px"
           @click="
                  showGridPromptDialog(
                    'setmod.setglg.setgll.sespay.cod.buttxmsel',
                    null,
                    null,
潘际乾 committed
205
                    { TXT: 'setmod.setglg.setgll[' + idx + '].sespay.strinf' },
zhujiazhan committed
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
                    { TXT: false },
                    'doxpDialog'
                  )
                "
        >
          ...
        </c-button>
      </c-col>
    </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
潘际乾 committed
221
import Event from "~/model/Brtset/Event";
zhujiazhan committed
222 223 224

export default {
  inject: ["root"],
潘际乾 committed
225
  props: ["model", "codes", "idx"],
zhujiazhan committed
226 227 228 229 230 231 232 233 234 235
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
</script>
<style>
</style>