Mt750p.vue 5.74 KB
Newer Older
zhengxiaokui committed
1 2
<template>
  <div class="eibs-tab">
3
    <!-- ====================================不符点通知   左边 ================================= -->
zhengxiaokui committed
4
    <c-col :span="12">
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
      <c-col :span="24">
        <!-- 单据金额 -->
        <c-col :span="12">
          <el-form-item label="单据金额" prop="bddgrp.cbs.max.cur">
            <c-select
              v-model="model.bddgrp.cbs.max.cur"
              style="width: 100%"
              placeholder="请选择币种"
              disabled
              :code="codes.curtxt"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" label-width="10px" prop="bddgrp.cbs.max.amt">
            <c-input
              v-model="model.bddgrp.cbs.max.amt"
              placeholder="请输入单据金额"
              class="m-input-currency"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
        <!-- 附加金额 -->
        <c-col :span="12">
          <el-form-item label="附加金额" prop="bddgrp.cbs.opn2.cur">
            <c-select
              v-model="model.bddgrp.cbs.opn2.cur"
              style="width: 100%"
              placeholder="请选择币种"
              disabled
              :code="codes.curtxt"
            >
            </c-select>
          </el-form-item>
        </c-col>
        <c-col :span="12">
          <el-form-item label="" label-width="10px" prop="bddgrp.cbs.max2.amt">
            <c-input
              v-model="model.bddgrp.cbs.max2.amt"
              placeholder="请输入附加金额"
              class="m-input-currency"
              disabled
            ></c-input>
          </el-form-item>
        </c-col>
      </c-col>
      <c-col :span="24">
wangna committed
56
        <el-form-item label="扣除的费用" prop="bddgrp.blk.chaded">
57 58 59 60 61
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.chaded"
            maxlength="210"
            show-word-limit
wangna committed
62
            placeholder="请输入扣除的费用"
63 64 65 66 67
            disabled
            :rows="3"
          ></c-input>
        </el-form-item>
      </c-col>
zhengxiaokui committed
68

69
      <c-col :span="24">
wangna committed
70
        <el-form-item label="已添加费用" prop="bddgrp.blk.chaadd">
71 72 73 74 75
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.chaadd"
            maxlength="210"
            show-word-limit
wangna committed
76
            placeholder="请输入已添加费用"
77 78 79 80 81
            disabled
            :rows="3"
          ></c-input>
        </el-form-item>
      </c-col>
zhengxiaokui committed
82

83 84
      <!-- Total Amount Claimed -->
      <c-col :span="12">
wangna committed
85
        <el-form-item label="待支付金额" prop="bddgrp.rec.totcur">
86 87 88
          <c-input
            v-model="model.bddgrp.rec.totcur"
            maxlength="3"
wangna committed
89
            placeholder="请输入待支付金额"
90 91 92 93 94 95
            disabled
            :code="codes.curtxt"
          >
          </c-input>
        </el-form-item>
      </c-col>
zhengxiaokui committed
96

97 98 99 100 101
      <!-- Total Amount to be Paid -->
      <c-col :span="12">
        <el-form-item label="" label-width="10px" prop="bddgrp.rec.totamt">
          <c-input
            v-model="model.bddgrp.rec.totamt"
wangna committed
102
            placeholder="请输入"
103 104 105 106 107
            class="m-input-currency"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
zhengxiaokui committed
108

109 110 111 112 113
      <!-- S0000144 : Account with Bank -->
      <c-col :span="24">
        <c-ptap
          :model="model"
          :argadr="{
wangna committed
114
            title: '银行账户',
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
            grp: 'bddgrp',
            rol: 'acb',
          }"
          :noRef="true"
          :onlySearch="true"
          :disabledExtkey="true"
          @onSeainf="onSeainf"
          @onAplpDet="onAcbpDet"
        >
        </c-ptap>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.acb.namelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.acb.namelc"
            maxlength="210"
            show-word-limit
            placeholder="请输入名称"
            disabled
          ></c-input>
        </c-form-item>
      </c-col>
      <c-col :span="24">
        <c-form-item label="" prop="bddgrp.acb.adrelc">
          <c-input
            type="textarea"
            v-model="model.bddgrp.acb.adrelc"
            maxlength="210"
            show-word-limit
            placeholder="请输入地址"
            disabled
          ></c-input>
        </c-form-item>
      </c-col>

      <!-- S0000145 : Discrepancies -->
      <!-- =======================================加Docpre页面中的Discrepancies部分小组件================================ -->
      <c-col :span="24">
wangna committed
154
        <el-form-item label="不符点" prop="bddgrp.blk.docdis">
155 156 157 158 159
          <c-input
            type="textarea"
            v-model="model.bddgrp.blk.docdis"
            maxlength="3500"
            show-word-limit
wangna committed
160
            placeholder="请输入不符点"
161 162 163 164 165 166 167
            :rows="5"
            disabled
          ></c-input>
        </el-form-item>
      </c-col>
      <c-col :span="18" :offset="6">
        <c-checkbox v-model="model.bddgrp.blk.docdisflg" disabled
wangna committed
168
          >不符点修改</c-checkbox
169 170 171
        >
        <!-- <c-checkbox v-model="model.bddgrp.blk.docdisflg">discrepancies modified</c-checkbox> -->
      </c-col>
zhengxiaokui committed
172 173 174 175
    </c-col>
  </div>
</template>
<script>
176 177 178 179 180
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Bdtudp/Event'
import Ptap from '~/views/Public/Ptap'
zhengxiaokui committed
181 182 183

export default {
  components: {
184 185
    'c-ptap': Ptap,
    // "c-ptsmsg": Ptsmsg,
zhengxiaokui committed
186
  },
187 188
  inject: ['root'],
  props: ['model', 'codes'],
wangren committed
189
  mixins: [commonProcess],
zhengxiaokui committed
190
  data() {
191 192 193 194 195
    return {}
  },
  methods: {
    ...Event,
    onSeainf() {},
zhengxiaokui committed
196 197
  },
  created: function () {},
198
}
zhengxiaokui committed
199
</script>
200
<style></style>