Commit b13edddc by WF1020

公共页面字段修改

parent 4596fbd7
...@@ -3,6 +3,7 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,6 +3,7 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Gitopn { export default class Gitopn {
constructor() { constructor() {
this.data = { this.data = {
busType: 'gid',
addbcb: { addbcb: {
label1: '', // 国际部意见 .addbcb.label1 label1: '', // 国际部意见 .addbcb.label1
label2: '', // 国际部意见 .addbcb.label2 label2: '', // 国际部意见 .addbcb.label2
......
...@@ -28,7 +28,6 @@ export default { ...@@ -28,7 +28,6 @@ export default {
let rtnmsg = await Api.post('/service/infbrd/getList', params); let rtnmsg = await Api.post('/service/infbrd/getList', params);
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.stmData.data = []; this.stmData.data = [];
// debugger
this.stmData.data = rtnmsg.data.list; this.stmData.data = rtnmsg.data.list;
// debugger // debugger
this.pagination.total = rtnmsg.data.total; this.pagination.total = rtnmsg.data.total;
...@@ -55,7 +54,6 @@ export default { ...@@ -55,7 +54,6 @@ export default {
this.model.infcon.nam = ''; this.model.infcon.nam = '';
this.model.infcon.seapty = ''; this.model.infcon.seapty = '';
this.model.infcon.searef = ''; this.model.infcon.searef = '';
this.model.brdgrp.rec.inr = ''; this.model.brdgrp.rec.inr = '';
this.model.seagodcod = ''; this.model.seagodcod = '';
this.model.seadocflg = ''; this.model.seadocflg = '';
......
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="创建日期" <el-form-item
label="创建日期"
prop="infcon.opndatfrom" prop="infcon.opndatfrom"
style="width: 100%" style="width: 100%"
> >
...@@ -52,7 +53,11 @@ ...@@ -52,7 +53,11 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务简略信息" prop="infcon.nam" style="width: 100%"> <el-form-item
label="业务简略信息"
prop="infcon.nam"
style="width: 100%"
>
<c-input <c-input
v-model="model.infcon.nam" v-model="model.infcon.nam"
maxlength="40" maxlength="40"
...@@ -62,11 +67,11 @@ ...@@ -62,11 +67,11 @@
</c-col> </c-col>
</el-row> </el-row>
<el-row v-show="searchSlot.searchToggle"> <el-row v-show="searchSlot.searchToggle">
<!--line 1--> <!--line 1-->
<c-col :span="8"> <c-col :span="8">
<el-form-item label="提货担保编号" <el-form-item
label="提货担保编号"
prop="infcon.seashgref" prop="infcon.seashgref"
style="width: 100%" style="width: 100%"
> >
...@@ -79,7 +84,11 @@ ...@@ -79,7 +84,11 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="当事人参考号" prop="infcon.searef"> <el-form-item
style="width: 100%"
label="当事人参考号"
prop="infcon.searef"
>
<c-input <c-input
v-model="model.infcon.searef" v-model="model.infcon.searef"
maxlength="16" maxlength="16"
...@@ -88,7 +97,8 @@ ...@@ -88,7 +97,8 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" <el-form-item
style="width: 100%"
label="当事人编号" label="当事人编号"
prop="infcon.pty.extkey" prop="infcon.pty.extkey"
> >
...@@ -102,7 +112,11 @@ ...@@ -102,7 +112,11 @@
<!--line 2--> <!--line 2-->
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="当事人名称" prop="infcon.pty.nam"> <el-form-item
style="width: 100%"
label="当事人名称"
prop="infcon.pty.nam"
>
<c-input <c-input
v-model="model.infcon.pty.nam" v-model="model.infcon.pty.nam"
maxlength="40" maxlength="40"
...@@ -112,7 +126,11 @@ ...@@ -112,7 +126,11 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="当事人BIC编码" prop="infcon.seapty"> <el-form-item
style="width: 100%"
label="当事人BIC编码"
prop="infcon.seapty"
>
<c-input <c-input
v-model="model.infcon.seapty" v-model="model.infcon.seapty"
maxlength="24" maxlength="24"
...@@ -121,10 +139,7 @@ ...@@ -121,10 +139,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item label="当事人角色" style="width: 100%">
label="当事人角色"
style="width: 100%"
>
<c-select <c-select
v-model="model.infcon.searol" v-model="model.infcon.searol"
style="width: 100%" style="width: 100%"
...@@ -143,7 +158,11 @@ ...@@ -143,7 +158,11 @@
<!--line 3--> <!--line 3-->
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="客户经理" prop="infcon.usr.extkey"> <el-form-item
style="width: 100%"
label="客户经理"
prop="infcon.usr.extkey"
>
<c-input <c-input
v-model="model.infcon.usr.extkey" v-model="model.infcon.usr.extkey"
maxlength="8" maxlength="8"
...@@ -152,7 +171,11 @@ ...@@ -152,7 +171,11 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="单据状态" prop="infcon.seasta"> <el-form-item
style="width: 100%"
label="单据状态"
prop="infcon.seasta"
>
<c-select <c-select
v-model="model.infcon.seasta" v-model="model.infcon.seasta"
style="width: 100%" style="width: 100%"
...@@ -164,12 +187,17 @@ ...@@ -164,12 +187,17 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="单据类型" prop="seadocflg"> <el-form-item
style="width: 100%"
label="单据类型"
prop="seadocflg"
>
<c-select <c-select
v-model="model.seadocflg" v-model="model.seadocflg"
style="width: 100%" style="width: 100%"
placeholder="请选择单据类型" placeholder="请选择单据类型"
:code="codes.docflg"> :code="codes.docflg"
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -177,19 +205,26 @@ ...@@ -177,19 +205,26 @@
<!--line 4--> <!--line 4-->
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="币种" prop="infcon.seacur"> <el-form-item
style="width: 100%"
label="币种"
prop="infcon.seacur"
>
<c-select <c-select
v-model="model.infcon.seacur" v-model="model.infcon.seacur"
style="width: 100%" style="width: 100%"
placeholder="请选择币种" placeholder="请选择币种"
:code="codes.currencycode" :code="codes.currencycode"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="金额区间" prop="infcon.seaamtfr"> <el-form-item
style="width: 100%"
label="金额区间"
prop="infcon.seaamtfr"
>
<c-col :span="11"> <c-col :span="11">
<c-input <c-input
v-model="model.infcon.seaamtfr" v-model="model.infcon.seaamtfr"
...@@ -210,7 +245,11 @@ ...@@ -210,7 +245,11 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item style="width: 100%" label="货物类型" prop="seagodcod"> <el-form-item
style="width: 100%"
label="货物类型"
prop="seagodcod"
>
<c-select <c-select
v-model="model.seagodcod" v-model="model.seagodcod"
style="width: 100%" style="width: 100%"
...@@ -221,16 +260,14 @@ ...@@ -221,16 +260,14 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> </template>
</c-list-search> </c-list-search>
<div style="height: 90%"> <div style="height: 90%">
<c-col :span="24"> <c-col :span="24">
<el-table <el-table
:list="stmData.data" :data="stmData.data"
:columns="stmData.columns" :columns="stmData.columns"
:showButtonFlg="true" :showButtonFlg="true"
> >
...@@ -254,7 +291,14 @@ ...@@ -254,7 +291,14 @@
trigger="click" trigger="click"
:ref="'popover_' + scope.row.IDX" :ref="'popover_' + scope.row.IDX"
> >
<div style="text-align: right;margin-top: -30px;margin-right: 5px;font-size: 16px;"> <div
style="
text-align: right;
margin-top: -30px;
margin-right: 5px;
font-size: 16px;
"
>
<span <span
class="el-icon-close" class="el-icon-close"
style="cursor: pointer" style="cursor: pointer"
...@@ -276,7 +320,12 @@ ...@@ -276,7 +320,12 @@
<div>{{ scope.row[item.prop] }}</div> <div>{{ scope.row[item.prop] }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column fixed="right" prop="op" label="操作" width="250px" > <el-table-column
fixed="right"
prop="op"
label="操作"
width="250px"
>
<template slot-scope="scope"> <template slot-scope="scope">
<c-button <c-button
style="margin-left: 0" style="margin-left: 0"
...@@ -291,7 +340,8 @@ ...@@ -291,7 +340,8 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
slot="reference" slot="reference"
@click="details(scope.row)"> @click="details(scope.row)"
>
详情 详情
</c-button> </c-button>
</el-popover> </el-popover>
...@@ -307,14 +357,15 @@ ...@@ -307,14 +357,15 @@
</el-table> </el-table>
<div class="pagination-box"> <div class="pagination-box">
<el-pagination <el-pagination
style="margin-right: 30px;" style="margin-right: 30px"
@size-change="handleSizeChange" @size-change="handleSizeChange"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:current-page.sync="pagination.pageIndex" :current-page.sync="pagination.pageIndex"
:page-sizes="[10, 20, 50, 100, 500]" :page-sizes="[10, 20, 50, 100, 500]"
:page-size="pagination.pageSize" :page-size="pagination.pageSize"
layout="sizes, prev, pager, next" layout="sizes, prev, pager, next"
:total="pagination.total"> :total="pagination.total"
>
</el-pagination> </el-pagination>
</div> </div>
</c-col> </c-col>
...@@ -328,7 +379,11 @@ ...@@ -328,7 +379,11 @@
> >
<div class="dialog-wrap"> <div class="dialog-wrap">
<div class="btn-group-wrap"> <div class="btn-group-wrap">
<div class="btn-item" v-for="(item, index) in handlerDataList" :key="index"> <div
class="btn-item"
v-for="(item, index) in handlerDataList"
:key="index"
>
<el-button <el-button
type="primary" type="primary"
:disabled="item.value === 'N'" :disabled="item.value === 'N'"
...@@ -351,42 +406,41 @@ export default { ...@@ -351,42 +406,41 @@ export default {
components: {}, components: {},
data() { data() {
return { return {
inr: "",
inr: '',
ownref: "", ownref: "",
trnData: { trnData: {
columns: [ columns: [
{ {
label: '交易id', label: "交易id",
prop: 'inr' prop: "inr",
}, },
{ {
label: '保函编号', label: "保函编号",
prop: 'ownref' prop: "ownref",
}, },
{ {
label: '交易名称', label: "交易名称",
prop: 'ininam' prop: "ininam",
}, },
{ {
label: '条目', label: "条目",
prop: 'inidattim' prop: "inidattim",
}, },
{ {
label: '状态', label: "状态",
prop: 'relflg' prop: "relflg",
}, },
{ {
label: '币种', label: "币种",
prop: 'reloricur' prop: "reloricur",
}, },
{ {
label: '相关金额', label: "相关金额",
prop: 'reloriamt' prop: "reloriamt",
}, },
{ {
label: '标识', label: "标识",
prop: 'relres' prop: "relres",
}, },
], ],
data: [], data: [],
...@@ -394,48 +448,48 @@ export default { ...@@ -394,48 +448,48 @@ export default {
stmData: { stmData: {
columns: [ columns: [
{ {
label: '单据编号', label: "单据编号",
prop: 'ownref' prop: "ownref",
}, },
{ {
label: '客户经理', label: "客户经理",
prop: 'ownusr' prop: "ownusr",
}, },
{ {
label: '单据币种', label: "单据币种",
prop: 'maxcur' prop: "maxcur",
}, },
{ {
label: '单据金额', label: "单据金额",
prop: 'maxamt' prop: "maxamt",
}, },
{ {
label: '创建日期', label: "创建日期",
prop: 'opndat' prop: "opndat",
}, },
{ {
label: '申请人编号', label: "申请人编号",
prop: 'aplref' prop: "aplref",
}, },
{ {
label: '申请人名称', label: "申请人名称",
prop: 'aplnam' prop: "aplnam",
}, },
{ {
label: '受益人名称', label: "受益人名称",
prop: 'benefi' prop: "benefi",
}, },
{ {
label: '交单行编号', label: "交单行编号",
prop: 'bankno' prop: "bankno",
}, },
{ {
label: '关闭日期', label: "关闭日期",
prop: 'clsdat' prop: "clsdat",
}, },
{ {
label: '货物类型', label: "货物类型",
prop: 'stagod' prop: "stagod",
}, },
// { // {
// label: '操作', // label: '操作',
...@@ -447,12 +501,12 @@ export default { ...@@ -447,12 +501,12 @@ export default {
pagination: { pagination: {
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
total: 0 total: 0,
}, },
initdialog: false, initdialog: false,
handlerDataList: [], handlerDataList: [],
currentHandleRow: {} currentHandleRow: {},
}; };
}, },
methods: {}, methods: {},
......
...@@ -14,13 +14,13 @@ export default class Litame { ...@@ -14,13 +14,13 @@ export default class Litame {
bcbdat: '', bcbdat: '',
litp: { litp: {
usr: { usr: {
extkey: '' extkey: '',
}, },
aamp: { aamp: {
aammod: { aammod: {
addamtflg: '' addamtflg: '',
} },
} },
}, },
bgftktyp: '', bgftktyp: '',
litamep: { litamep: {
...@@ -31,37 +31,37 @@ export default class Litame { ...@@ -31,37 +31,37 @@ export default class Litame {
lcrdocamep: { lcrdocamep: {
modflg: '', modflg: '',
modmanflg: '', modmanflg: '',
usrblk: '' usrblk: '',
}, },
spcbenamep: { spcbenamep: {
modflg: '', modflg: '',
modmanflg: '', modmanflg: '',
usrblk: '' usrblk: '',
}, },
spcrcbamep: { spcrcbamep: {
modflg: '', modflg: '',
modmanflg: '', modmanflg: '',
usrblk: '' usrblk: '',
}, },
lcrgodamep: { lcrgodamep: {
modflg: '', modflg: '',
modmanflg: '', modmanflg: '',
usrblk: '' usrblk: '',
}, },
maxamt: '', maxamt: '',
adlcndamep: { adlcndamep: {
modflg: '', modflg: '',
modmanflg: '', modmanflg: '',
usrblk: '' usrblk: '',
}, },
engamt: '' engamt: '',
}, },
number: '', number: '',
litameadv: '', litameadv: '',
ameadvrmk: '', ameadvrmk: '',
oldlidgrp: { oldlidgrp: {
blk: { blk: {
narhis: '' narhis: '',
}, },
rec: { rec: {
expdat: '', expdat: '',
...@@ -69,17 +69,17 @@ export default class Litame { ...@@ -69,17 +69,17 @@ export default class Litame {
shpdat: '', shpdat: '',
nomtop: '', nomtop: '',
prepertxts18: '', prepertxts18: '',
prepers18: '' prepers18: '',
}, },
cbs: { cbs: {
max: { max: {
cur: '', cur: '',
amt: '' amt: '',
}, },
nom1: { nom1: {
amt: '' amt: '',
} },
} },
}, },
lidgrp: { lidgrp: {
a2b: { a2b: {
...@@ -103,7 +103,7 @@ export default class Litame { ...@@ -103,7 +103,7 @@ export default class Litame {
spcbename: '', spcbename: '',
spcrcbame: '', spcrcbame: '',
spcrcb: '', spcrcb: '',
lcrgodame: '' lcrgodame: '',
}, },
rec: { rec: {
tenmaxday: '', tenmaxday: '',
...@@ -156,20 +156,20 @@ export default class Litame { ...@@ -156,20 +156,20 @@ export default class Litame {
cbs: { cbs: {
opn2: { opn2: {
cur: '', cur: '',
amt: '' amt: '',
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '',
}, },
nom1: { nom1: {
cur: '', cur: '',
amt: '' amt: '',
}, },
max2: { max2: {
cur: '', cur: '',
amt: '' amt: '',
} },
}, },
rmb: { rmb: {
pts: new Pts().data, pts: new Pts().data,
...@@ -185,7 +185,7 @@ export default class Litame { ...@@ -185,7 +185,7 @@ export default class Litame {
}, },
avb: { avb: {
pts: new Pts().data, pts: new Pts().data,
} },
}, },
liaall: { liaall: {
limmod: { limmod: {
...@@ -201,14 +201,14 @@ export default class Litame { ...@@ -201,14 +201,14 @@ export default class Litame {
pfcod1: '', pfcod1: '',
pfcod2: '', pfcod2: '',
nonrevflg1: '', nonrevflg1: '',
nonrevflg2: '' nonrevflg2: '',
}, },
comamt: '', comamt: '',
ccvamt: '', ccvamt: '',
limgrd: '', limgrd: '',
lmegrd: '', lmegrd: '',
tygrd: '' tygrd: '',
} },
}, },
trnmod: { trnmod: {
swiadd: { swiadd: {
...@@ -231,8 +231,8 @@ export default class Litame { ...@@ -231,8 +231,8 @@ export default class Litame {
newcur: '', newcur: '',
prepertxts18: '', prepertxts18: '',
nomspc: '', nomspc: '',
reqcan: '' reqcan: '',
} },
}, },
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, mtabut: new Pub().data.Mtabut,
......
...@@ -3,24 +3,25 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,24 +3,25 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Litopn { export default class Litopn {
constructor() { constructor() {
this.data = { this.data = {
gidgrp:{ busType: 'lid',
rec:{ gidgrp: {
purpos:'' rec: {
} purpos: '',
},
}, },
gitp:{ gitp: {
swiftflg:'' swiftflg: '',
}, },
litp: { litp: {
avblab: '', avblab: '',
usr: { usr: {
extkey: '' extkey: '',
}, },
aamp: { aamp: {
aammod: { aammod: {
addamtflg: '' addamtflg: '',
} },
} },
}, },
bccls5: '', bccls5: '',
godnam: '', godnam: '',
...@@ -31,7 +32,7 @@ export default class Litopn { ...@@ -31,7 +32,7 @@ export default class Litopn {
bccls7: '', bccls7: '',
label6: '', label6: '',
hmdmod2: { hmdmod2: {
bennam: '' bennam: '',
}, },
bccls1: '', bccls1: '',
bccls2: '', bccls2: '',
...@@ -55,7 +56,7 @@ export default class Litopn { ...@@ -55,7 +56,7 @@ export default class Litopn {
denddate: '', denddate: '',
dexchangedate: '', dexchangedate: '',
stransattr: '', stransattr: '',
sforeigncountrycode: '' sforeigncountrycode: '',
}, },
fexchangeamt: '', fexchangeamt: '',
sbankname: '', sbankname: '',
...@@ -66,7 +67,7 @@ export default class Litopn { ...@@ -66,7 +67,7 @@ export default class Litopn {
saddwordlib: '', saddwordlib: '',
vouflg: '', vouflg: '',
libflg: '', libflg: '',
sorgname: '' sorgname: '',
}, },
bcbtyp7: '', bcbtyp7: '',
bcbtyp4: '', bcbtyp4: '',
...@@ -95,7 +96,7 @@ export default class Litopn { ...@@ -95,7 +96,7 @@ export default class Litopn {
lcrgod: '', lcrgod: '',
spcben: '', spcben: '',
dftat: '', dftat: '',
spcrcb: '' spcrcb: '',
}, },
rec: { rec: {
tenmaxday: '', tenmaxday: '',
...@@ -134,7 +135,7 @@ export default class Litopn { ...@@ -134,7 +135,7 @@ export default class Litopn {
cnfdet: '', cnfdet: '',
regref: '', regref: '',
porloa: '', porloa: '',
apprultxt: '' apprultxt: '',
}, },
adv: { adv: {
pts: new Pts().data, pts: new Pts().data,
...@@ -148,20 +149,20 @@ export default class Litopn { ...@@ -148,20 +149,20 @@ export default class Litopn {
cbs: { cbs: {
opn2: { opn2: {
cur: '', cur: '',
amt: '0.00' amt: '0.00',
}, },
max: { max: {
cur: '', cur: '',
amt: '0.00' amt: '0.00',
}, },
nom1: { nom1: {
cur: '', cur: '',
amt:'0.00' amt: '0.00',
}, },
max2: { max2: {
cur: '', cur: '',
amt: '0.00' amt: '0.00',
} },
}, },
rmb: { rmb: {
pts: new Pts().data, pts: new Pts().data,
...@@ -177,7 +178,7 @@ export default class Litopn { ...@@ -177,7 +178,7 @@ export default class Litopn {
}, },
apl: { apl: {
pts: new Pts().data, pts: new Pts().data,
} },
}, },
statusInfo: '', statusInfo: '',
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
......
...@@ -501,15 +501,6 @@ export default { ...@@ -501,15 +501,6 @@ export default {
columns: [], columns: [],
data: [], data: [],
}, },
gitopn: {
gidgrp: {},
gitp: {},
trnmodVo: {},
addbcb: {},
cnybop: {},
codcny: {},
doceot: {},
},
suppress: false, suppress: false,
}; };
}, },
...@@ -562,6 +553,8 @@ export default { ...@@ -562,6 +553,8 @@ export default {
); );
}, },
async handleDisplay(index, row) { async handleDisplay(index, row) {
console.log('row', row)
console.log('ind', index)
//后续要根据快照模式切换请求方式 //后续要根据快照模式切换请求方式
let cortyp = row.cortyp; let cortyp = row.cortyp;
let docnam = row.docnam; let docnam = row.docnam;
...@@ -580,17 +573,16 @@ export default { ...@@ -580,17 +573,16 @@ export default {
// } // }
let params = { let params = {
docVo: row, docVo: row,
[this.model.busType + 'grp']: this.model[this.model.busType + 'grp'],
[this.model.busType + 'p']: this.model[this.model.busType + 'p'],
trnmodVo: this.model.trnmod,
addbcb: this.model.addbcb,
cnybop: this.model.cnybop,
doceot: this.model.doceot,
}; };
this.gitopn.gidgrp = this.model.gidgrp;
this.gitopn.gitp = this.model.gitp;
this.gitopn.trnmodVo = this.model.trnmod;
this.gitopn.addbcb = this.model.addbcb;
this.gitopn.cnybop = this.model.cnybop;
this.gitopn.doceot = this.model.docpan.doceot;
console.log(this.gitopn);
rtnmsg = await Api.post( rtnmsg = await Api.post(
`${this.requestPrefix}/executeDocpan`, `${this.requestPrefix}/executeDocpan`,
this.gitopn params
); );
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') { if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
......
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