Commit f1581de5 by WF1020

letopn修改

parent 7e1223a4
...@@ -96,7 +96,28 @@ export default class Letopn{ ...@@ -96,7 +96,28 @@ export default class Letopn{
}, },
avb: { avb: {
pts: new Pts().data, pts: new Pts().data,
} },
iss: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
adv: {
pts: new Pts().data,
},
a2b: {
pts: new Pts().data,
},
apb: {
pts: new Pts().data,
},
rmb: {
pts: new Pts().data,
},
con: {
pts: new Pts().data,
},
}, },
letp: { letp: {
usr: { usr: {
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<c-page title="出口信用证通知"> <c-page title="出口信用证开立">
<el-form <el-form
:model="model" :model="model"
:rules="rules" :rules="rules"
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<m-setmod <m-setmod
:model="model" :model="model"
:codes="codes" :codes="codes"
@changeSetmodModel="changeSetmodModel"
/> />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
...@@ -67,13 +66,14 @@ ...@@ -67,13 +66,14 @@
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<!-- 底部按钮 -->
<c-function-btn <c-function-btn
:handleConfirm="handleConfirm"
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
<!-- 选择数据的表格弹框 -->
<c-grid-ety-prompt-dialog <c-grid-ety-prompt-dialog
ref="etyDialog" ref="etyDialog"
:promptData="promptData" :promptData="promptData"
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
</div> </div>
</template> </template>
<script> <script>
import Letopn from "../model";
import event from '../event' import event from '../event'
import operationFunc from "~/mixin/operationFunc"; import operationFunc from "~/mixin/operationFunc";
import formRules from '../model/check' import formRules from '../model/check'
...@@ -113,7 +114,6 @@ export default { ...@@ -113,7 +114,6 @@ export default {
'm-engp': Engp, 'm-engp': Engp,
'm-revp': Revp, 'm-revp': Revp,
'm-aamp': Aamp, 'm-aamp': Aamp,
'm-doxp': Doxp,
"m-ccvpan": Ccvpan, "m-ccvpan": Ccvpan,
"m-setmod": Setmod, "m-setmod": Setmod,
"m-glentry": Glentry, "m-glentry": Glentry,
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
methods: {}, methods: {},
mounted () { mounted () {
this.init() this.init()
this.queryHndtypCodeTableList(this.trnName)
}, },
} }
......
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
} }
let dataObj = { let dataObj = {
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
ownref: model.lidgrp.rec.ownref, ownref: model.lidgrp.rec.ownref,
opndat: model.lidgrp.rec.opndat, opndat: model.lidgrp.rec.opndat,
expdat: model.lidgrp.rec.expdat, expdat: model.lidgrp.rec.expdat,
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.lidgrp.rec.objinr, objinr: model.lidgrp.rec.objinr,
ownref: model.lidgrp.rec.ownref, ownref: model.lidgrp.rec.ownref,
}, },
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'LID',
objinr: model.lidgrp.rec.objinr, objinr: model.lidgrp.rec.objinr,
ownref: model.lidgrp.rec.ownref, ownref: model.lidgrp.rec.ownref,
// swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
......
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