Commit f1581de5 by WF1020

letopn修改

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