Commit b7d06872 by Eivi

bug修改部分

parent 36c2c973
......@@ -2901,7 +2901,7 @@ const CodeTable = {
{ label: "信用证单据承兑", value: "1" },
],
docsta: [
{ label: "已寄单索", value: "A" },
{ label: "已寄单索", value: "A" },
{ label: "已到单", value: "B" },
{ label: "已到期付款确认", value: "C" },
{ label: "待付款", value: "D" },
......
......@@ -323,13 +323,13 @@ export default {
],
"mtabut.coninf.oitinf.oit.inftxt": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 60, message: "长度不能超过60" }
],
"mtabut.coninf.oitset.oit.inftxt": [
{ type: "string", required: true, message: "必输项" },
{ type: "string", required: false, message: "必输项" },
{ max: 60, message: "长度不能超过60" }
],
......
......@@ -35,7 +35,9 @@
<!--PD000000 -->
<el-tab-pane label="账务" name="setpan">
<m-setpan :model="model" :codes="codes"/>
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<!--PD000000 -->
......
......@@ -224,7 +224,7 @@
>
</c-col>
<c-col :span="24" style="margin-left: 150px">
<c-col :span="24">
<el-form-item label="Receiver of Documents" prop="bfdgrp.rec.docrol">
<c-select
v-model="model.bfdgrp.rec.docrol"
......@@ -237,17 +237,18 @@
</c-col>
<c-col :span="24">
<c-ptap1
<c-ptap
:model="model"
:argadr="{
title: '',
title: '寄单行',
grp: 'bfdgrp',
rol: 'ben',
}"
:disabled="true"
:isAdrblk="false"
:noRef="true"
>
</c-ptap1>
</c-ptap>
</c-col>
</c-col>
......@@ -416,14 +417,14 @@ import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bftsnd/Event";
import Ptap1 from "~/views/Public/Ptap1";
import Ptap from "~/views/Public/Ptap";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
components: {
"c-ptap1": Ptap1,
"c-ptap": Ptap,
},
data() {
return {};
......
......@@ -333,7 +333,7 @@
<c-input v-model="scope.row.cmail1"></c-input>
</template>
</el-table-column>
<el-table-column label="2st" width="auto">
<el-table-column label="2nd" width="auto">
<template slot-scope="scope">
<c-input v-model="scope.row.cmail2"></c-input>
</template>
......
......@@ -238,7 +238,7 @@
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns">
<m-busbtn ref="childs" :ownref="ownref" trnCode="letsel" ownrefPath="bedgrp" :model="letselModel" @onChoose="onChoose" >11</m-busbtn>
<m-busbtn ref="childs" :ownref="ownref" trnCode="letsel" ownrefPath="bedgrp" tabIndex=3 :model="letselModel" @onChoose="onChoose" >11</m-busbtn>
</div>
</el-dialog>
</div>
......
......@@ -452,7 +452,7 @@
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns">
<m-busbtn ref="childs" :ownref="ownref" trnCode="letsel" ownrefPath="ledgrp" :model="letselModel" @onChoose="onChoose"
<m-busbtn ref="childs" :ownref="ownref" trnCode="letsel" ownrefPath="ledgrp" tabIndex=3 :model="letselModel" @onChoose="onChoose"
>11</m-busbtn
>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment