Commit df80ab5c by xionglin

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents dad10c6a d9fa44ed
export default { export default {
buildPtspta (ptsptaObj) { buildPtspta(ptsptaObj) {
let pts = ptsptaObj.pts; let pts = ptsptaObj.pts;
let ptspta = { let ptspta = {
rol: pts.rol, rol: pts.rol,
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
}; };
return ptspta; return ptspta;
}, },
buildCommonData (model, trnName) { buildCommonData(model, trnName) {
let ptsptaList = []; let ptsptaList = [];
if (model.brdgrp.apl.pts.extkey) { if (model.brdgrp.apl.pts.extkey) {
ptsptaList.push(this.buildPtspta(model.brdgrp.apl)); ptsptaList.push(this.buildPtspta(model.brdgrp.apl));
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
}; };
return dataObj return dataObj
}, },
buildSetfeg (model, trnName) { buildSetfeg(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaall: model.liaall, liaall: model.liaall,
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
}; };
return params return params
}, },
buildSetglg (model, trnName) { buildSetglg(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
setfeg: model.setmod.setfeg, setfeg: model.setmod.setfeg,
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
}; };
return params return params
}, },
buildGlentry (model, trnName) { buildGlentry(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaallg: model.liaall.liaallg, liaallg: model.liaall.liaallg,
...@@ -86,20 +86,20 @@ export default { ...@@ -86,20 +86,20 @@ export default {
}; };
return params return params
}, },
buildEngp (model, trnName) { buildEngp(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaallg: model.liaall.liaallg, liaallg: model.liaall.liaallg,
}; };
return params return params
}, },
buildDocpan (model, trnName) { buildDocpan(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
}; };
return params return params
}, },
buildCcvpan (model, trnName) { buildCcvpan(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
liaccvg: model.liaccv.liaccvg, liaccvg: model.liaccv.liaccvg,
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
}; };
return params return params
}, },
buildLimitbody (model, trnName) { buildLimitbody(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
}; };
return params return params
}, },
buildDoctre (model, trnName) { buildDoctre(model, trnName) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
return params return params
}, },
// 公共组件setmod中dsp字段改变,触发联动时候的入参 // 公共组件setmod中dsp字段改变,触发联动时候的入参
buildSetgllAccts (model, trnName, setglg) { buildSetgllAccts(model, trnName, setglg) {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
setglg setglg
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
style="width: 100%" style="width: 100%"
placeholder="请选择数据采集标志" placeholder="请选择数据采集标志"
:code="codes.cfaflg1" :code="codes.cfaflg1"
@change="eventFunction('cfabrt.cfaflg')"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -59,7 +58,7 @@ ...@@ -59,7 +58,7 @@
</template> </template>
<script> <script>
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import event from '../event' import event from '../event';
export default { export default {
inject: ["root"], inject: ["root"],
...@@ -68,7 +67,7 @@ export default { ...@@ -68,7 +67,7 @@ export default {
data() { data() {
return {}; return {};
}, },
methods: { ...Event }, methods: {},
created: function () {}, created: function () {},
}; };
</script> </script>
......
...@@ -157,7 +157,6 @@ ...@@ -157,7 +157,6 @@
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import event from '../event'; import event from '../event';
......
...@@ -119,7 +119,6 @@ ...@@ -119,7 +119,6 @@
</template> </template>
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtudp/Event"; import Event from "~/model/Brtudp/Event";
import Utils from "~/utils"; import Utils from "~/utils";
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
grp: 'brdgrp', grp: 'brdgrp',
rol: 'rmb', rol: 'rmb',
}" :disabled="true" disabled1 }" :disabled="true" disabled1
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"> @onAplpDet="onRmbpDet">
</c-ptap1> </c-ptap1>
</c-col> </c-col>
...@@ -78,7 +77,6 @@ ...@@ -78,7 +77,6 @@
grp: 'brdgrp', grp: 'brdgrp',
rol: 'acb', rol: 'acb',
}" :disabled="true" disabled1 }" :disabled="true" disabled1
@onSeainf="onSeainf"
@onAplpDet="onAcbpDet"> @onAplpDet="onAcbpDet">
</c-ptap1> </c-ptap1>
</c-col> </c-col>
...@@ -107,7 +105,6 @@ ...@@ -107,7 +105,6 @@
grp: 'brdgrp', grp: 'brdgrp',
rol: 'beb', rol: 'beb',
}" :disabled="true" disabled1 }" :disabled="true" disabled1
@onSeainf="onSeainf"
@onAplpDet="onBebpDet"> @onAplpDet="onBebpDet">
</c-ptap1> </c-ptap1>
</c-col> </c-col>
...@@ -135,10 +132,7 @@ export default { ...@@ -135,10 +132,7 @@ export default {
} }
}, },
methods: { methods: {},
...Event,
onSeainf(){},
},
created: function () { created: function () {
} }
......
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtudp/Event" import Event from "~/model/Brtudp/Event"
import Ptap1 from "~/views/Public/Ptap1"; import Ptap1 from "~/views/Public/Ptap1";
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
size="small" size="small"
style="margin-left: 10px; padding: 0 12px" style="margin-left: 10px; padding: 0 12px"
type="primary" type="primary"
@click="onSeainf"
icon="el-icon-info" icon="el-icon-info"
> >
</c-button> </c-button>
...@@ -64,7 +63,6 @@ ...@@ -64,7 +63,6 @@
size="small" size="small"
style="margin-left: 10px; padding: 0 12px" style="margin-left: 10px; padding: 0 12px"
type="primary" type="primary"
@click="onSeainf"
icon="el-icon-info" icon="el-icon-info"
> >
</c-button> </c-button>
...@@ -518,10 +516,7 @@ export default { ...@@ -518,10 +516,7 @@ export default {
], ],
}; };
}, },
methods: { methods: {},
...Event,
onSeainf() {},
},
created: function () {}, created: function () {},
computed: {}, computed: {},
}; };
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
type="card" type="card"
@tab-click="tabClick" @tab-click="tabClick"
> >
<el-tab-pane label="业务信息" name="ovwp"> <el-tab-pane label="业务信息" name="ovwp">
<c-content> <c-content>
<m-ovwp :model="model" :codes="codes" /> <m-ovwp :model="model" :codes="codes" />
...@@ -37,44 +38,23 @@ ...@@ -37,44 +38,23 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="统一授信" name="limitbody"> <!--PD000001 -->
<c-content> <el-tab-pane label="统一授信" name="limitbody">
<div class="eibs-tab"> <c-content>
<el-collapse v-model="activeNames"> <m-limitbody :model="model" :codes="codes" />
<el-collapse-item title="统一授信" name="limitbody"> </c-content>
<!-- 统一授信 --> </el-tab-pane>
<m-limitbody :model="model" :codes="codes" />
</el-collapse-item> <!--PD000027 -->
<el-collapse-item title="试算" name="shisuan"> <el-tab-pane label="费用/账务" name="setmod">
<!-- 试算 --> <c-content>
<m-shisuan :model="model" :codes="codes" /> <m-setmod
</el-collapse-item> :model="model"
</el-collapse> :codes="codes"
</div> @changeSetmodModel="changeSetmodModel"
</c-content> />
</el-tab-pane> </c-content>
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane label="费用/账务" name="engp,setpan,glepan">
<c-content>
<div class="eibs-tab">
<el-collapse v-model="activeNames">
<el-collapse-item title="表外记账" name="engp">
<!-- 表外记账 -->
<m-engp :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="结算" name="setpan">
<!-- 结算 -->
<m-setpan :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="会计分录" name="glepan">
<!-- 会计分录 -->
<m-glepan :model="model" :codes="codes" />
</el-collapse-item>
</el-collapse>
</div>
</c-content>
</el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
......
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