Commit 2c56f14e by nanrui

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

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