Dscins.vue 6.99 KB
Newer Older
liumin committed
1
<template>
liuxin committed
2 3 4 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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
    <div class="eibs-tab">
        <!-- Left -->
        <c-col :span="12">
            <c-col :span="24">
                <el-form-item
                    label="不符点"
                    prop="bfdgrp.blk.docdis"
                    style="width: 100%"
                >
                    <c-fullbox>
                        <c-input
                            type="textarea"
                            v-model="model.bfdgrp.blk.docdis"
                            maxlength="50"
                            show-word-limit
                            placeholder="请输入不符点"
                            disabled
                        ></c-input>
                        <template slot="footer">
                            <c-button
                                style="margin-left: 10px; padding: 0 10px"
                                size="small"
                                type="primary"
                            >
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item
                    label="内部不符点"
                    prop="bfdgrp.blk.intdis"
                    style="width: 100%"
                >
                    <c-fullbox>
                        <c-input
                            type="textarea"
                            v-model="model.bfdgrp.blk.intdis"
                            maxlength="65"
                            show-word-limit
                            placeholder="请输入内部不符点"
                        ></c-input>
                        <template slot="footer">
                            <c-button
                                style="margin-left: 10px; padding: 0 10px"
                                size="small"
                                type="primary"
                            >
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="快递单号" prop="bfdgrp.rec.expmno">
                    <c-input
                        type="textarea"
                        v-model="model.bfdgrp.rec.expmno"
                        maxlength="60"
                        show-word-limit
                        placeholder="请输入快递单号"
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="扣减佣金" prop="bfdgrp.rec.lescom">
                    <c-input
                        v-model="model.bfdgrp.rec.lescom"
                        placeholder="请输入扣减佣金"
                    ></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="参考号" prop="dedgrp.rec.kzref">
                    <c-input
                        v-model="model.dedgrp.rec.kzref"
                        maxlength="35"
                        placeholder="请输入参考号"
                    ></c-input>
                </el-form-item>
            </c-col>
        </c-col>
liumin committed
91

liuxin committed
92 93 94 95 96 97 98 99 100 101 102 103
        <!-- Right -->
        <c-col :span="12">
            <c-col :span="24">
                <el-form-item label="寄单状态" prop="bftp.folwupopt">
                    <c-fullbox>
                        <c-select
                            v-model="model.bftp.folwupopt"
                            style="width: 100%"
                            placeholder="请选择寄单状态"
                        >
                        </c-select>
                        <template slot="footer">
liuxin committed
104 105 106
                            <c-checkbox
                                v-model="model.bfdgrp.blk.docdisflg"
                                style="margin-left: 10px"
liuxin committed
107 108 109 110 111 112 113
                                >录入不符点</c-checkbox
                            >
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
            <c-col :span="24">
114
                <el-form-item label="付款人开户行" prop="bfdgrp.rec.payrol">
liuxin committed
115 116 117
                    <c-select
                        v-model="model.bfdgrp.rec.payrol"
                        style="width: 100%"
118 119 120
                        placeholder="请选择付款人开户行"
                        :code="codes.rolall"
                        disabled
liuxin committed
121 122 123 124 125 126 127 128 129 130 131 132
                    >
                    </c-select>
                </el-form-item>
            </c-col>
            <c-col :span="24">
                <c-ptap
                    :model="model"
                    :argadr="{
                        title: '付款人',
                        grp: 'bfdgrp',
                        rol: 'oth',
                    }"
133
                    :noRef="true"
liuxin committed
134
                    :disabled="true"
135 136
                    :isAdrblk="false"
                    :disabledExtkey="true"
liuxin committed
137 138 139 140
                >
                </c-ptap>
            </c-col>
        </c-col>
liumin committed
141

liuxin committed
142 143 144 145 146 147 148
        <!-- <c-col :span="24">
            <span
                v-text="model.bftp.docgrdm.docdsclab"
                data-path=".bftp.docgrdm.docdsclab"
            >
            </span>
        </c-col> -->
liuxin committed
149 150 151 152 153
        <c-col :span="24" style="height: 24px; margin-top: 20px">
            <el-form-item
                :label="model.bftp.docgrdm.docdsclab"
                class="messageLabel"
            >
liuxin committed
154
            </el-form-item>
liumin committed
155
        </c-col>
liuxin committed
156
        <c-col :span="24" style="height: 0px; margin-top: 5px">
liuxin committed
157
            <el-divider></el-divider>
liumin committed
158
        </c-col>
liuxin committed
159 160 161 162 163 164 165 166 167 168
        <c-docpre
            :model="model"
            :argadr="{
                path: 'bftp.docgrdm.docgrd',
                grp: 'bftp',
                code: 'bdtdck',
            }"
        >
        </c-docpre>
        <!-- <c-col :span="24">
liuxin committed
169
            <c-table :data="model.bftp.docgrdm.docgrd" style="width: 100%">
liuxin committed
170 171
                <el-table-column prop="cmail1" label="1st"> </el-table-column>
                <el-table-column prop="cmail2" label="2st"> </el-table-column>
liuxin committed
172 173 174
                <el-table-column prop="docnam" label="Document">
                </el-table-column>
            </c-table>
liuxin committed
175
        </c-col> -->
liuxin committed
176
    </div>
liumin committed
177 178
</template>
<script>
liuxin committed
179
import Api from "~/service/Api";
wangren committed
180
import commonProcess from "~/mixin/commonProcess";
liuxin committed
181 182 183
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Detdrv/Event";
import Ptap from "~/views/Public/Ptap";
liuxin committed
184
import Docpre from "~/views/Public/Docpre";
liumin committed
185 186

export default {
liuxin committed
187 188
    inject: ["root"],
    props: ["model", "codes"],
wangren committed
189
    mixins: [commonProcess],
liuxin committed
190
    components: { "c-ptap": Ptap, "c-docpre": Docpre },
liuxin committed
191 192 193 194 195 196
    data() {
        return {};
    },
    methods: { ...Event },
    created: function () {},
};
liumin committed
197 198
</script>
<style>
liuxin committed
199
.messageLabel >>> .el-form-item__label {
liuxin committed
200
    text-align: left;
liuxin committed
201
    font-weight: bold;
liuxin committed
202 203
    font-size: 12px;
}
liumin committed
204
</style>