Commit b4685718 by Wuyuqiu

bftdcr、bftsnd的bug修改

parent 55e22089
...@@ -7055,5 +7055,15 @@ const CodeTable = { ...@@ -7055,5 +7055,15 @@ const CodeTable = {
{label:"Applicant",value:"APPL" }, {label:"Applicant",value:"APPL" },
{label:"Obligor",value:"OBLI" }, {label:"Obligor",value:"OBLI" },
], ],
prsdoc:[
{label:"增值税发票",value:"增值税发票" },
{label:"发票",value:"发票" },
{label:"装箱单",value:"装箱单" },
{label:"空运单",value:"空运单" },
{label:"海运提单",value:"海运提单" },
{label:"铁路运单",value:"铁路运单" },
{label:"货物收据",value:"货物收据" },
{label:"邮政收据",value:"邮政收据" },
]
} }
export default CodeTable; export default CodeTable;
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
"dedgrp.cbs.opn1.amt": [ "dedgrp.cbs.opn1.amt": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
{ max: 18, message: "整数位不能超过14位" }, { max: 18, message: "整数位不能超过14位" },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"bftp.recget.sdamod.dadsnd": [ "bftp.recget.sdamod.dadsnd": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
......
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
"dedgrp.cbs.opn1.amt": [ "dedgrp.cbs.opn1.amt": [
{ type: "string" }, { type: "string" },
{ max: 18, message: "整数位不能超过14位" }, { max: 18, message: "整数位不能超过14位" },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"bftp.recget.sdamod.dadsnd": [ "bftp.recget.sdamod.dadsnd": [
{ type: "string", required: false, message: "必输项" }, { type: "string", required: false, message: "必输项" },
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="20"> <c-col :span="18">
<el-form-item label="单据内部不符点" prop="bfdgrp.blk.intdis"> <el-form-item label="单据内部不符点" prop="bfdgrp.blk.intdis">
<c-input <c-input
type="textarea" type="textarea"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="20"> <c-col :span="18">
<el-form-item label="不符点" prop="bfdgrp.blk.docdis"> <el-form-item label="不符点" prop="bfdgrp.blk.docdis">
<c-input <c-input
type="textarea" type="textarea"
...@@ -50,11 +50,11 @@ ...@@ -50,11 +50,11 @@
</c-button> </c-button>
</c-col> </c-col>
<c-col :span="2"> <c-col :span="4">
<c-checkbox v-model="model.rejpenins">保留单据,等候指示</c-checkbox> <c-checkbox v-model="model.rejpenins">保留单据,等候指示</c-checkbox>
</c-col> </c-col>
<c-col :span="2"> <c-col :span="4">
<c-checkbox v-model="docdisflg">不符点修改</c-checkbox> <c-checkbox v-model="docdisflg">不符点修改</c-checkbox>
</c-col> </c-col>
......
...@@ -424,6 +424,9 @@ ...@@ -424,6 +424,9 @@
style="width: 100%" style="width: 100%"
placeholder="请选择交单行" placeholder="请选择交单行"
disabled disabled
@change="eventFunction(
'bfdgrp.rec.docprbrol'
)"
> >
<el-option <el-option
v-for="item in codes.docprbrol" v-for="item in codes.docprbrol"
...@@ -447,6 +450,7 @@ ...@@ -447,6 +450,7 @@
:noRef="true" :noRef="true"
:disabled="true" :disabled="true"
:isAdrblk="false" :isAdrblk="false"
:disabledExtkey="model.bfdgrp.rec.docprbrol=='BEN'"
@onSeainf="onSeainf" @onSeainf="onSeainf"
@onAplpDet="onBenpDet" @onAplpDet="onBenpDet"
> >
......
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="11">
<el-form-item label="收单日期" prop="bfdgrp.rec.rcvdat"> <el-form-item label="收单日期" prop="bfdgrp.rec.rcvdat">
<c-date-picker <c-date-picker
type="date" type="date"
...@@ -389,7 +389,7 @@ ...@@ -389,7 +389,7 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="11" :offset="1">
<el-form-item label="装运日期" prop="bfdgrp.rec.shpdat"> <el-form-item label="装运日期" prop="bfdgrp.rec.shpdat">
<c-date-picker <c-date-picker
type="date" type="date"
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="11">
<el-form-item label="寄单日期" prop="bfdgrp.rec.predat"> <el-form-item label="寄单日期" prop="bfdgrp.rec.predat">
<c-date-picker <c-date-picker
type="date" type="date"
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="11" :offset="1">
<el-form-item label="到期日期" prop="bfdgrp.rec.matdat"> <el-form-item label="到期日期" prop="bfdgrp.rec.matdat">
<c-date-picker <c-date-picker
type="date" type="date"
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<div style="float: right;"> <div style="float: right;">
<c-button @click="addTableValue" v-if="ifShowAdd">+</c-button><br> <c-button @click="addTableValue" v-if="ifShowAdd"></c-button><br>
<c-button @click="deleteTable" v-if="ifShowDelete">-</c-button> <c-button @click="deleteTable" v-if="ifShowDelete"></c-button>
</div> </div>
</c-col> </c-col>
</c-row> </c-row>
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
font-size: 12px; font-size: 12px;
} }
.add_del_button:hover { /* .add_del_button:hover {
cursor: pointer; cursor: pointer;
background-color: rgb(230, 227, 227); background-color: rgb(230, 227, 227);
} }
...@@ -215,7 +215,7 @@ export default { ...@@ -215,7 +215,7 @@ export default {
.add_button { .add_button {
margin-bottom: 2px; margin-bottom: 2px;
} } */
/* body .el-table th.gutter { /* body .el-table th.gutter {
display: table-cell !important; display: table-cell !important;
......
...@@ -9,7 +9,7 @@ import Bftdcr from "~/views/Business/Bftdcr"; ...@@ -9,7 +9,7 @@ import Bftdcr from "~/views/Business/Bftdcr";
import { ReviewWrapper } from "~/components/gj-common.min.js"; import { ReviewWrapper } from "~/components/gj-common.min.js";
export default { export default {
name: "ReviewBftsnd", name: "ReviewBftdcr",
components: { ReviewWrapper, Bftdcr }, components: { ReviewWrapper, Bftdcr },
created() {}, created() {},
mounted() {}, mounted() {},
......
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