Commit 4b55e869 by wangren

wr switch交易页面调整

parent be0da330
......@@ -128,7 +128,21 @@ export default class Switsk{
filext:"", // File Extension .srvtci.filext
},
srvemi:{
fildirlab:"", // Label for FILDIR .srvemi.fildirlab
filextlab:"", // Label for FILEXT .srvemi.filextlab
exeflg:"", // Incoming Email .srvemi.exeflg
prt:{
prttyp:"", // Type of Print .srvemi.prt.prttyp
heatxt:"", // Text for Header .srvemi.prt.heatxt
tef:"", // Technical Form .srvemi.prt.tef
getprt:"", // Default Printer from: .srvemi.prt.getprt
prt:"", // Printer .srvemi.prt.prt
bin:"", // Paperbin .srvemi.prt.bin
bin2:"", // Bin for 2nd Page .srvemi.prt.bin2
cpycnt:"", // # of Copies .srvemi.prt.cpycnt
},
fildir:"", // Directory for Files .srvemi.fildir
filext:"", // File Extension .srvemi.filext
},
srvdte:{
exeflg:"", // Incoming Swift .srvdte.exeflg
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<!-- <c-col :span="12">
<c-checkbox v-model="model.srvemi.exeflg">Incoming Email</c-checkbox>
</c-col>
</c-col> -->
<c-col :span="12">
<el-form-item label="Type of Print" prop="srvemi.prt.prttyp">
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<!-- <c-col :span="12">
<c-checkbox v-model="model.srvtli.exeflg">Incoming Telex</c-checkbox>
</c-col>
</c-col> -->
<c-col :span="12">
<el-form-item label="Type of Print" prop="srvtli.prt.prttyp">
......
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