Mt750p.vue 7.14 KB
Newer Older
liuxin committed
1
<template>
jianglong committed
2
    <div class="eibs">
liuxin committed
3 4 5 6 7
        <!-- ---------------Left--------------- -->
        <c-col :span="12">
            <c-col :span="24">
                <c-col :span="13">
                    <el-form-item
8
                        label="单据金额"
9
                        prop="brdgrp.cbs.max.cur"
liuxin committed
10 11
                    >
                        <c-select
12
                            v-model="model.brdgrp.cbs.max.cur"
liuxin committed
13
                            style="width: 100%"
14
                            placeholder="请选择单据金额"
liuxin committed
15 16
                            disabled
                        >
17 18 19 20 21 22 23
                        <el-option
                                v-for="item in codes.cur"
                                :key="item.value"
                                :label="item.label"
                                :value="item.value"
                            >
                            </el-option>
liuxin committed
24 25 26 27 28 29 30 31 32 33 34
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="11">
                    <el-form-item
                        label=""
                        label-width="5px"
                        prop="brdgrp.cbs.max.amt"
                    >
                        <c-input
                            v-model="model.brdgrp.cbs.max.amt"
35
                            placeholder="请输入单据金额"
liuxin committed
36 37 38 39 40 41 42 43
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <c-col :span="13">
44
                    <el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur">
liuxin committed
45
                        <c-select
46
                            v-model="model.brdgrp.cbs.opn2.cur"
liuxin committed
47 48 49 50
                            style="width: 100%"
                            placeholder="请选择附加金额"
                            disabled
                        >
51 52 53 54 55 56 57
                        <el-option
                                v-for="item in codes.cur"
                                :key="item.value"
                                :label="item.label"
                                :value="item.value"
                            >
                            </el-option>
liuxin committed
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="11">
                    <el-form-item
                        label=""
                        label-width="5px"
                        prop="brdgrp.cbs.max2.amt"
                    >
                        <c-input
                            v-model="model.brdgrp.cbs.max2.amt"
                            placeholder="请输入附加金额"
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <c-col :span="13">
                    <el-form-item
79
                        label="待支付金额"
liuxin committed
80 81
                        prop="brdgrp.rec.totcur"
                    >
82
                        <c-select
liuxin committed
83
                            v-model="model.brdgrp.rec.totcur"
84
                            style="width: 100%"
85
                            placeholder="请选择币种"
liuxin committed
86
                            disabled
87 88 89 90 91 92 93 94 95
                        >
                        <el-option
                                v-for="item in codes.cur"
                                :key="item.value"
                                :label="item.label"
                                :value="item.value"
                            >
                            </el-option>
                        </c-select>
liuxin committed
96 97 98 99 100 101 102 103 104 105
                    </el-form-item>
                </c-col>
                <c-col :span="11">
                    <el-form-item
                        label=""
                        label-width="5px"
                        prop="brdgrp.rec.totamt"
                    >
                        <c-input
                            v-model="model.brdgrp.rec.totamt"
wangna committed
106
                            placeholder="请输入"
liuxin committed
107 108 109 110 111 112 113 114 115 116
                            disabled
                        ></c-input>
                    </el-form-item>
                </c-col>
            </c-col>

            <c-col :span="24">
                <c-ptap1
                    :model="model"
                    :argadr="{
117
                        title: '账户银行',
liuxin committed
118 119 120 121
                        grp: 'brdgrp',
                        rol: 'acb',
                    }"
                    :disabled="true"
122 123
                    :disabled1="true"

liuxin committed
124 125 126 127 128
                >
                </c-ptap1>
            </c-col>

            
liuxin committed
129
        </c-col>
liuxin committed
130 131 132 133

        <!-- ---------------Right--------------- -->
        <c-col :span="12">
            <c-col :span="24">
134
                <el-form-item label="已扣除费用" prop="brdgrp.blk.chaded">
liuxin committed
135 136 137
                    <c-input
                        type="textarea"
                        v-model="model.brdgrp.blk.chaded"
138 139
                        maxlength="210"
                        :rows="4"
liuxin committed
140
                        show-word-limit
141
                        placeholder="请输入已扣除费用"
liuxin committed
142 143 144 145 146 147
                        disabled
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
148
                <el-form-item label="已添加费用" prop="brdgrp.blk.chaadd">
liuxin committed
149 150 151
                    <c-input
                        type="textarea"
                        v-model="model.brdgrp.blk.chaadd"
152 153
                        maxlength="210"
                        :rows="4"
liuxin committed
154
                        show-word-limit
155
                        placeholder="请输入已添加费用"
liuxin committed
156 157 158 159 160 161
                        disabled
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
162
                <el-form-item label="不符点信息" prop="brdgrp.blk.docdis">
liuxin committed
163 164 165
                    <c-input
                        type="textarea"
                        v-model="model.brdgrp.blk.docdis"
166 167
                        maxlength="3500"
                        :rows="8"
liuxin committed
168 169 170 171 172 173 174 175 176 177
                        show-word-limit
                        placeholder="请输入不符点"
                        disabled
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="" prop="brdgrp.blk.docdisflg">
                    <c-checkbox v-model="model.brdgrp.blk.docdisflg" disabled
178
                        >不符点修改</c-checkbox
liuxin committed
179 180 181
                    >
                </el-form-item>
            </c-col>
liuxin committed
182
        </c-col>
liuxin committed
183

jianglong committed
184
        
liuxin committed
185
    </div>
liuxin committed
186 187
</template>
<script>
liuxin committed
188
import Api from "~/service/Api";
liuxin committed
189
import commonProcess from "~/mixin/commonProcess";
liuxin committed
190 191 192
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtacp/Event";
import Ptap1 from "~/views/Public/Ptap1";
liuxin committed
193 194

export default {
liuxin committed
195 196
    inject: ["root"],
    props: ["model", "codes"],
liuxin committed
197
    mixins: [commonProcess],
liuxin committed
198 199
    components: {
        "c-ptap1": Ptap1,
liuxin committed
200
    },
liuxin committed
201 202 203 204 205 206
    data() {
        return {};
    },
    methods: { ...Event },
    created: function () {},
};
liuxin committed
207 208 209
</script>
<style>
</style>