Ptyp.vue 7.21 KB
Newer Older
wjj committed
1
<template>
2
  <div class="eibs">
3
    <!-- ====================左边======================= -->
4
    <c-col :span="12" style="padding-right: 20px">
5
      <c-col :span="24">
nanrui committed
6
        <el-form-item label="付款人参考号" prop="bcdgrp.dre.pts.ref">
7 8 9 10 11
          <c-input
            disabled
            v-model="model.bcdgrp.dre.pts.ref"
            maxlength="16"
            style="width: 100%"
nanrui committed
12
            placeholder="请输入付款人参考号"
13 14 15 16 17
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
nanrui committed
18
        <el-form-item label="付款人名称" prop="bcdgrp.dre.pts.extkey">
19 20 21 22 23
          <c-fullbox>
            <c-input
              disabled
              v-model="model.bcdgrp.dre.pts.extkey"
              maxlength="50"
nanrui committed
24
              placeholder="请输入付款人名称"
25
            ></c-input>
26
            <template slot="footer">
27 28 29 30 31
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
              >
nanrui committed
32
                <i class="el-icon-info"></i>
33 34 35 36 37 38 39 40 41 42 43
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                disabled
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
44
        </el-form-item>
45
      </c-col>
46

47
      <c-col :span="24">
nanrui committed
48
        <el-form-item label="地址信息" prop="bcdgrp.dre.pts.adrblk">
49 50 51 52 53 54 55
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.bcdgrp.dre.pts.adrblk"
            maxlength="50"
            disabled
            show-word-limit
nanrui committed
56
            placeholder="请输入地址信息"
57 58 59 60
          ></c-input>
        </el-form-item>
      </c-col>

61
      <c-col :span="24">
62
        <el-form-item
nanrui committed
63
          label="第二代收行参考号"
64 65 66 67 68 69 70 71 72 73 74 75 76
          prop="bcdgrp.co2.pts.ref"
        >
          <c-input
            v-model="model.bcdgrp.co2.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder=""
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
nanrui committed
77
        <el-form-item label="第二代收行名称" prop="bcdgrp.co2.pts.extkey">
78 79 80 81
          <c-fullbox>
            <c-input
              v-model="model.bcdgrp.co2.pts.extkey"
              maxlength="50"
nanrui committed
82
              placeholder="请输入第二代收行名称"
83 84
              disabled
            ></c-input>
85
            <template slot="footer">
86 87 88 89 90
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
              >
nanrui committed
91
                <i class="el-icon-info"></i>
92 93 94 95 96 97 98 99 100 101 102
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                disabled
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
103
        </el-form-item>
104
      </c-col>
105

106
      <c-col :span="24">
nanrui committed
107
        <el-form-item label="地址信息" prop="bcdgrp.co2.pts.adrblk">
108 109 110 111 112 113 114
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.bcdgrp.co2.pts.adrblk"
            maxlength="50"
            disabled
            show-word-limit
nanrui committed
115
            placeholder="请输入地址信息"
116 117 118
          ></c-input>
        </el-form-item>
      </c-col>
119
    </c-col>
wjj committed
120

121
    <!-- ====================右边======================= -->
122
    <c-col :span="12" style="padding-left: 20px">
123
      <c-col :span="24">
nanrui committed
124
        <el-form-item label="托收行参考号" prop="bcdgrp.rmi.pts.ref">
125 126 127 128 129 130 131 132 133 134 135
          <c-input
            v-model="model.bcdgrp.rmi.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder=""
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
nanrui committed
136
        <el-form-item label="托收行名称" prop="bcdgrp.rmi.pts.extkey">
137 138 139 140
          <c-fullbox>
            <c-input
              v-model="model.bcdgrp.rmi.pts.extkey"
              maxlength="50"
nanrui committed
141
              placeholder="请输入托收行名称"
142 143
              disabled
            ></c-input>
144
            <template slot="footer">
145 146 147 148 149
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
              >
nanrui committed
150
                <i class="el-icon-info"></i>
151 152 153 154 155 156 157 158 159 160 161
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                disabled
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
162
        </el-form-item>
163
      </c-col>
164

165
      <c-col :span="24">
nanrui committed
166
        <el-form-item label="地址信息" prop="bcdgrp.rmi.pts.adrblk">
167 168 169 170 171 172 173
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.bcdgrp.rmi.pts.adrblk"
            maxlength="50"
            disabled
            show-word-limit
nanrui committed
174
            placeholder="请输入地址信息"
175 176 177
          ></c-input>
        </el-form-item>
      </c-col>
178

179
      <c-col :span="24">
nanrui committed
180
        <el-form-item label="收款人参考号" prop="bcdgrp.drr.pts.ref">
181 182 183 184 185 186 187 188 189 190 191
          <c-input
            v-model="model.bcdgrp.drr.pts.ref"
            maxlength="16"
            style="width: 100%"
            placeholder=""
            disabled
          ></c-input>
        </el-form-item>
      </c-col>

      <c-col :span="24">
nanrui committed
192
        <el-form-item label="收款人名称" prop="bcdgrp.drr.pts.extkey">
193 194 195 196
          <c-fullbox>
            <c-input
              v-model="model.bcdgrp.drr.pts.extkey"
              maxlength="50"
nanrui committed
197
              placeholder="请输入收款人名称"
198 199
              disabled
            ></c-input>
200
            <template slot="footer">
201 202 203 204 205
              <c-button
                style="margin: 0 10px 0 10px; padding: 0 12px"
                size="small"
                type="primary"
              >
nanrui committed
206
                <i class="el-icon-info"></i>
207 208 209 210 211 212 213 214 215 216 217
              </c-button>
              <c-button
                style="margin: 0 0"
                size="small"
                type="primary"
                disabled
              >
                详情
              </c-button>
            </template>
          </c-fullbox>
218
        </el-form-item>
219
      </c-col>
220

221
      <c-col :span="24">
nanrui committed
222
        <el-form-item label="地址信息" prop="bcdgrp.drr.pts.adrblk">
223 224 225 226 227 228 229
          <c-input
            type="textarea"
            :rows="4"
            v-model="model.bcdgrp.drr.pts.adrblk"
            maxlength="50"
            disabled
            show-word-limit
nanrui committed
230
            placeholder="请输入地址信息"
231 232 233
          ></c-input>
        </el-form-item>
      </c-col>
234 235
    </c-col>
  </div>
wjj committed
236 237
</template>
<script>
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bctdor/Event";
import Ptap from "~/views/Public/Ptap";
export default {
  components: {
    "c-ptap": Ptap,
  },
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: {
    ...Event,
  },
  created: function () {},
};
wjj committed
258
</script>
259
<style></style>