Commit 2c56f14e by nanrui

botpay测试bug费用与账务公共面板数据显示codeTable码表修改

parent 7d506f71
......@@ -6402,7 +6402,7 @@ const CodeTable = {
],
dspflg: [
{ label: "final", value: "CG" },
{ label: "", value: "C" },
{ label: "temporary", value: "C" },
],
apftxt: [
{ label: "BOL-Englisch", value: "BOL001" },
......
......@@ -26,6 +26,7 @@ export default class Botsel{
rcvdat:"", // Order Date .bodgrp.rec.rcvdat
predat:"", // Presentation Date .bodgrp.rec.predat
docsta:"", // Document Set Status .bodgrp.rec.docsta
inr: "",
},
cbs:{
max:{
......
......@@ -223,7 +223,7 @@
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label-width="0" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount" :disabled="isDisabled">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount" :disabled="model.bodgrp.rec.focflg? true:false">
</c-input>
</el-form-item>
</c-col>
......@@ -300,7 +300,6 @@ export default {
mixins: [commonProcess],
data() {
return {
isDisabled: false,
stmData: {
columns: [
'1 1 "Type" 80',
......@@ -357,12 +356,12 @@ export default {
selIds = [];
this.model.setmod.docamt = "0.000";
this.model.liaall.tensetstm.rows = [];
this.isDisabled = false;
this.model.bodgrp.rec.focflg = '';
// this.model.liaall.tenstm.rows = []
} else {
selIds = [selection[0] + 1];
this.model.setmod.docamt = this.model.bodgrp.cbs.max.amt;
this.isDisabled = true;
this.model.bodgrp.rec.focflg = 'X';
}
//
......
......@@ -16,7 +16,9 @@
<!--PD000027 -->
<el-tab-pane label="Funds Settlement" name="setp">
<m-setp ref="setp" :model="model" :codes="codes" />
<c-content>
<m-setp ref="setp" :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000049 -->
......
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