Commit 185350ce by lixinyi

cips模板修改

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