FeeInfo.vue 5.95 KB
Newer Older
tianxinyu committed
1 2 3 4
<template>
  <div class="eibs-tab">
    <c-col :span="12" class="col-left">
    <c-col :span="24">
tianxinyu committed
5
          <el-form-item label="费用代码" prop="codFee">
tianxinyu committed
6 7
              <c-input
                  v-model="model.codFee"
tianxinyu committed
8
                  placeholder="请输入费用代码"
tianxinyu committed
9 10 11 12 13
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
14
          <el-form-item label="在SWIFT报文中的费用代码" prop="sftcodFee">
tianxinyu committed
15 16
              <c-input
                  v-model="model.sftcodFee"
tianxinyu committed
17
                  placeholder="请输入在SWIFT报文中的费用代码"
tianxinyu committed
18 19 20 21 22
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
23
          <el-form-item label="付费角色" prop="rolFee">
tianxinyu committed
24 25
              <c-input
                  v-model="model.rolFee"
tianxinyu committed
26
                  placeholder="请输入付费角色"
tianxinyu committed
27 28 29 30 31
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
32
          <el-form-item label="是否收入" prop="incflgFee">
tianxinyu committed
33 34
              <c-input
                  v-model="model.incflgFee"
tianxinyu committed
35
                  placeholder="请输入是否收入"
tianxinyu committed
36 37 38 39 40
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
41
          <el-form-item label="统计标志" prop="staflgFee">
tianxinyu committed
42 43
              <c-input
                  v-model="model.staflgFee"
tianxinyu committed
44
                  placeholder="请输入统计标志"
tianxinyu committed
45 46 47 48 49
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
50
          <el-form-item label="增值税标志" prop="vatflgFee">
tianxinyu committed
51 52
              <c-input
                  v-model="model.vatflgFee"
tianxinyu committed
53
                  placeholder="请输入增值税标志"
tianxinyu committed
54 55 56 57 58
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
59
          <el-form-item label="账号" prop="accFee">
tianxinyu committed
60 61
              <c-input
                  v-model="model.accFee"
tianxinyu committed
62
                  placeholder="请输入账号"
tianxinyu committed
63 64 65 66 67
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
68
          <el-form-item label="循环收费账号" prop="accacrFee">
tianxinyu committed
69 70
              <c-input
                  v-model="model.accacrFee"
tianxinyu committed
71
                  placeholder="请输入循环收费账号"
tianxinyu committed
72 73 74 75 76
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
77
          <el-form-item label="结算时的排序优先级" prop="enoFee">
tianxinyu committed
78 79
              <c-input
                  v-model="model.enoFee"
tianxinyu committed
80
                  placeholder="请输入结算时的排序优先级"
tianxinyu committed
81 82 83 84 85
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
86
          <el-form-item label="计算费用相关的金额类型" prop="reltirFee">
tianxinyu committed
87 88
              <c-input
                  v-model="model.reltirFee"
tianxinyu committed
89
                  placeholder="请输入计算费用相关的金额类型"
tianxinyu committed
90 91 92 93 94 95 96
              >
              </c-input>
          </el-form-item>
      </c-col>
      </c-col>
      <c-col :span="8" class="col-left col-right">
        <c-col :span="24">
tianxinyu committed
97
          <el-form-item label="费用组代码" prop="grpcodFee">
tianxinyu committed
98 99
              <c-input
                  v-model="model.grpcodFee"
tianxinyu committed
100
                  placeholder="请输入费用组代码"
tianxinyu committed
101 102 103 104 105
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
106
          <el-form-item label="费用描述是否允许修改" prop="dscmodflgFee">
tianxinyu committed
107 108
              <c-input
                  v-model="model.dscmodflgFee"
tianxinyu committed
109
                  placeholder="请输入费用描述是否允许修改"
tianxinyu committed
110 111 112 113 114
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
115
          <el-form-item label="相关的交易名称或者业务品种" prop="reltrnFee">
tianxinyu committed
116 117
              <c-input
                  v-model="model.reltrnFee"
tianxinyu committed
118
                  placeholder="请输入相关的交易名称或者业务品种"
tianxinyu committed
119 120 121 122 123
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
124
          <el-form-item label="有效期起始日" prop="begdatFee">
tianxinyu committed
125 126
              <c-date-picker
                  v-model="model.begdatFee"
tianxinyu committed
127
                  placeholder="请输入有效期起始日"
tianxinyu committed
128 129 130 131 132
              >
              </c-date-picker>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
133
          <el-form-item label="有效期终止日" prop="enddatFee">
tianxinyu committed
134 135
              <c-date-picker
                  v-model="model.enddatFee"
tianxinyu committed
136
                  placeholder="请输入有效期终止日"
tianxinyu committed
137 138 139 140 141
              >
              </c-date-picker>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
142
          <el-form-item label="DTA报文中的费用代码" prop="dtacodFee">
tianxinyu committed
143 144
              <c-input
                  v-model="model.dtacodFee"
tianxinyu committed
145
                  placeholder="请输入DTA报文中的费用代码"
tianxinyu committed
146 147 148 149 150
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
151
          <el-form-item label="实体组代码" prop="etgextkeyFee">
tianxinyu committed
152 153
              <c-input
                  v-model="model.etgextkeyFee"
tianxinyu committed
154
                  placeholder="请输入实体组代码"
tianxinyu committed
155 156 157 158 159
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
tianxinyu committed
160
          <el-form-item label="业务代号名称" prop="taxaccFee">
tianxinyu committed
161 162
              <c-input
                  v-model="model.taxaccFee"
tianxinyu committed
163
                  placeholder="请输入业务代号名称"
tianxinyu committed
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
              >
              </c-input>
          </el-form-item>
      </c-col>
    <c-col :span="24">
          <el-form-item label="taxflgFee" prop="taxflgFee">
              <c-input
                  v-model="model.taxflgFee"
                  placeholder="请输入taxflgFee"
              >
              </c-input>
          </el-form-item>
      </c-col>
      </c-col>
  </div>
</template>

<script>
export default {
183
  name: "fee",
tianxinyu committed
184 185 186 187 188 189 190 191 192
  props: ["model"],
  data() {
    return {};
  },
};
</script>

<style>
</style>