Commit 185350ce by lixinyi

cips模板修改

parent 14a91066
......@@ -28,7 +28,7 @@
>
<br /><br /><br />
<!-- <el-button v-if="thShow" @click="mx2mt" size="small" type="primary">转换</el-button> -->
<!-- <el-button v-if="!onShow" type="primary" @click="showTemplate(mty)" size="small">模板</el-button> -->
<el-button v-if="!onShow" type="primary" @click="showTemplate(mty)" size="small">模板</el-button>
</div>
<el-tabs
type="card"
......@@ -1050,7 +1050,7 @@ export default {
}
.title1 {
background: red;
background: green;
text-align: center;
}
......
......@@ -292,11 +292,7 @@ public class CipsEditorController {
map.put("user", swiftVo.getLoginUser());
map.put("nam", swiftVo.getName());
map.put("desp", swiftVo.getText());
if ("rtgs".equals(type)) {
map.put("mty", "RTGS." + swiftVo.getMty());
} else {
map.put("mty", "CBPR." + swiftVo.getMty());
}
map.put("mty", swiftVo.getMty());
map.put("sf2temp", swiftVo.getJson());
Map rs = (Map) CommonSend.send(map);
logger.info("savmxm结果:"+rs.toString());
......
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