Commit ec3a7397 by wangna

转让信用证汉化补充

parent 68c23a5e
...@@ -345,13 +345,13 @@ export default { ...@@ -345,13 +345,13 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
...@@ -362,7 +362,7 @@ export default { ...@@ -362,7 +362,7 @@ export default {
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "250px", width: "250px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -270,13 +270,13 @@ export default { ...@@ -270,13 +270,13 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
...@@ -287,7 +287,7 @@ export default { ...@@ -287,7 +287,7 @@ export default {
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "250px", width: "250px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -374,13 +374,13 @@ export default { ...@@ -374,13 +374,13 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
...@@ -391,7 +391,7 @@ export default { ...@@ -391,7 +391,7 @@ export default {
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "250px", width: "250px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -782,13 +782,13 @@ export default { ...@@ -782,13 +782,13 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
...@@ -799,7 +799,7 @@ export default { ...@@ -799,7 +799,7 @@ export default {
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "250px", width: "250px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -266,24 +266,24 @@ export default { ...@@ -266,24 +266,24 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
}, },
{ {
title: "Name of Party", title: "当事人名称",
width: "250px", width: "250px",
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "250px", width: "250px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -239,8 +239,8 @@ export default { ...@@ -239,8 +239,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
}); });
} else if (val == "X" && this.model.litamep.adlcndamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.adlcndamep.modmanflg == "X") {
this.$confirm("请先重置内部修改", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -281,8 +281,8 @@ export default { ...@@ -281,8 +281,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -308,7 +308,7 @@ export default { ...@@ -308,7 +308,7 @@ export default {
this.model.litamep.adlcndamep.modmanflg == "X" this.model.litamep.adlcndamep.modmanflg == "X"
) { ) {
this.$confirm("请先重置修改以替换", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -252,8 +252,8 @@ export default { ...@@ -252,8 +252,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -276,7 +276,7 @@ export default { ...@@ -276,7 +276,7 @@ export default {
}); });
} else if (val == "X" && this.model.litamep.lcrgodamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.lcrgodamep.modmanflg == "X") {
this.$confirm("请先重置内部修改", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -294,8 +294,8 @@ export default { ...@@ -294,8 +294,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -321,7 +321,7 @@ export default { ...@@ -321,7 +321,7 @@ export default {
this.model.litamep.lcrgodamep.modmanflg == "X" this.model.litamep.lcrgodamep.modmanflg == "X"
) { ) {
this.$confirm("请先重置修改以替换", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -217,8 +217,8 @@ export default { ...@@ -217,8 +217,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -241,7 +241,7 @@ export default { ...@@ -241,7 +241,7 @@ export default {
}); });
} else if (val == "X" && this.model.litamep.lcrdocamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.lcrdocamep.modmanflg == "X") {
this.$confirm("请先重置内部修改", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -259,8 +259,8 @@ export default { ...@@ -259,8 +259,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -286,7 +286,7 @@ export default { ...@@ -286,7 +286,7 @@ export default {
this.model.litamep.lcrdocamep.modmanflg == "X" this.model.litamep.lcrdocamep.modmanflg == "X"
) { ) {
this.$confirm("请先重置修改以替换", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -219,8 +219,8 @@ export default { ...@@ -219,8 +219,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -243,7 +243,7 @@ export default { ...@@ -243,7 +243,7 @@ export default {
}); });
} else if (val == "X" && this.model.litamep.spcbenamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.spcbenamep.modmanflg == "X") {
this.$confirm("请先重置内部修改", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -261,8 +261,8 @@ export default { ...@@ -261,8 +261,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -288,7 +288,7 @@ export default { ...@@ -288,7 +288,7 @@ export default {
this.model.litamep.spcbenamep.modmanflg == "X" this.model.litamep.spcbenamep.modmanflg == "X"
) { ) {
this.$confirm("请先重置修改以替换", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -219,8 +219,8 @@ export default { ...@@ -219,8 +219,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -243,7 +243,7 @@ export default { ...@@ -243,7 +243,7 @@ export default {
}); });
} else if (val == "X" && this.model.litamep.spcrcbamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.spcrcbamep.modmanflg == "X") {
this.$confirm("请先重置内部修改", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -261,8 +261,8 @@ export default { ...@@ -261,8 +261,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -288,7 +288,7 @@ export default { ...@@ -288,7 +288,7 @@ export default {
this.model.litamep.spcrcbamep.modmanflg == "X" this.model.litamep.spcrcbamep.modmanflg == "X"
) { ) {
this.$confirm("请先重置修改以替换", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -266,11 +266,11 @@ export default { ...@@ -266,11 +266,11 @@ export default {
open(val) { open(val) {
if (val === "" && !(this.model.lidgrp.blk.adlcnd == "")) { if (val === "" && !(this.model.lidgrp.blk.adlcnd == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -292,8 +292,8 @@ export default { ...@@ -292,8 +292,8 @@ export default {
}); });
}); });
} else if (val == "X" && this.model.litamep.adlcndamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.adlcndamep.modmanflg == "X") {
this.$confirm("Please reset internal modification first", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -308,11 +308,11 @@ export default { ...@@ -308,11 +308,11 @@ export default {
open1(val) { open1(val) {
if (val === "" && !(this.model.lidgrp.blk.adlcnd == "")) { if (val === "" && !(this.model.lidgrp.blk.adlcnd == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -337,8 +337,8 @@ export default { ...@@ -337,8 +337,8 @@ export default {
this.model.litamep.adlcndamep.modflg == "X" && this.model.litamep.adlcndamep.modflg == "X" &&
this.model.litamep.adlcndamep.modmanflg == "X" this.model.litamep.adlcndamep.modmanflg == "X"
) { ) {
this.$confirm("Please reset modification to replace first", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -227,11 +227,11 @@ export default { ...@@ -227,11 +227,11 @@ export default {
open(val) { open(val) {
if (val === "" && !(this.model.lidgrp.blk.lcrgod == "")) { if (val === "" && !(this.model.lidgrp.blk.lcrgod == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -253,8 +253,8 @@ export default { ...@@ -253,8 +253,8 @@ export default {
}); });
}); });
} else if (val == "X" && this.model.litamep.lcrgodamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.lcrgodamep.modmanflg == "X") {
this.$confirm("Please reset internal modification first", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -269,11 +269,11 @@ export default { ...@@ -269,11 +269,11 @@ export default {
open1(val) { open1(val) {
if (val === "" && !(this.model.lidgrp.blk.lcrgod == "")) { if (val === "" && !(this.model.lidgrp.blk.lcrgod == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -298,8 +298,8 @@ export default { ...@@ -298,8 +298,8 @@ export default {
this.model.litamep.lcrgodamep.modflg == "X" && this.model.litamep.lcrgodamep.modflg == "X" &&
this.model.litamep.lcrgodamep.modmanflg == "X" this.model.litamep.lcrgodamep.modmanflg == "X"
) { ) {
this.$confirm("Please reset modification to replace first", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -244,11 +244,11 @@ export default { ...@@ -244,11 +244,11 @@ export default {
open(val) { open(val) {
if (val === "" && !(this.model.lidgrp.blk.lcrdoc == "")) { if (val === "" && !(this.model.lidgrp.blk.lcrdoc == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -270,8 +270,8 @@ export default { ...@@ -270,8 +270,8 @@ export default {
}); });
}); });
} else if (val == "X" && this.model.litamep.lcrdocamep.modmanflg == "X") { } else if (val == "X" && this.model.litamep.lcrdocamep.modmanflg == "X") {
this.$confirm("Please reset internal modification first", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -286,11 +286,11 @@ export default { ...@@ -286,11 +286,11 @@ export default {
open1(val) { open1(val) {
if (val === "" && !(this.model.lidgrp.blk.lcrdoc == "")) { if (val === "" && !(this.model.lidgrp.blk.lcrdoc == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -315,8 +315,8 @@ export default { ...@@ -315,8 +315,8 @@ export default {
this.model.litamep.lcrdocamep.modflg == "X" && this.model.litamep.lcrdocamep.modflg == "X" &&
this.model.litamep.lcrdocamep.modmanflg == "X" this.model.litamep.lcrdocamep.modmanflg == "X"
) { ) {
this.$confirm("Please reset modification to replace first", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -153,8 +153,8 @@ export default { ...@@ -153,8 +153,8 @@ export default {
if(val === '' && !(this.model.lidgrp.blk.spcben == '')){ if(val === '' && !(this.model.lidgrp.blk.spcben == '')){
this.$confirm('是否确定要重置手动修改?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -175,7 +175,7 @@ export default { ...@@ -175,7 +175,7 @@ export default {
}); });
}else if(val == 'X' && this.model.litamep.spcbenamep.modmanflg =='X'){ }else if(val == 'X' && this.model.litamep.spcbenamep.modmanflg =='X'){
this.$confirm('请先重置内部修改','提示',{ this.$confirm('请先重置内部修改','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -192,8 +192,8 @@ export default { ...@@ -192,8 +192,8 @@ export default {
if(val === '' && !(this.model.lidgrp.blk.spcben == '')){ if(val === '' && !(this.model.lidgrp.blk.spcben == '')){
this.$confirm('是否确定要重置手动修改?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
}); });
}else if(this.model.litamep.spcbenamep.modflg == 'X' && this.model.litamep.spcbenamep.modmanflg =='X'){ }else if(this.model.litamep.spcbenamep.modflg == 'X' && this.model.litamep.spcbenamep.modmanflg =='X'){
this.$confirm('请先重置修改以替换','提示',{ this.$confirm('请先重置修改以替换','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -155,8 +155,8 @@ export default { ...@@ -155,8 +155,8 @@ export default {
if(val === '' && !(this.model.lidgrp.blk.spcrcb == '')){ if(val === '' && !(this.model.lidgrp.blk.spcrcb == '')){
this.$confirm('是否确定要重置手动修改?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -177,7 +177,7 @@ export default { ...@@ -177,7 +177,7 @@ export default {
}); });
}else if(val == 'X' && this.model.litamep.spcrcbamep.modmanflg =='X'){ }else if(val == 'X' && this.model.litamep.spcrcbamep.modmanflg =='X'){
this.$confirm('请先重置内部修改','提示',{ this.$confirm('请先重置内部修改','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -194,8 +194,8 @@ export default { ...@@ -194,8 +194,8 @@ export default {
if(val === '' && !(this.model.lidgrp.blk.spcrcb == '')){ if(val === '' && !(this.model.lidgrp.blk.spcrcb == '')){
this.$confirm('是否确定要重置手动修改?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -216,7 +216,7 @@ export default { ...@@ -216,7 +216,7 @@ export default {
}); });
}else if(this.model.litamep.spcrcbamep.modflg == 'X' && this.model.litamep.spcrcbamep.modmanflg =='X'){ }else if(this.model.litamep.spcrcbamep.modflg == 'X' && this.model.litamep.spcrcbamep.modmanflg =='X'){
this.$confirm('请先重置修改以替换','提示',{ this.$confirm('请先重置修改以替换','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -100,11 +100,11 @@ export default { ...@@ -100,11 +100,11 @@ export default {
) )
) { ) {
this.$confirm( this.$confirm(
"Do you really want to delete the additional amount of this contract?", "是否确定要删除此合同的附加金额?",
"提示", "提示",
{ {
confirmButtonText: "Yes", confirmButtonText: "",
cancelButtonText: "No", cancelButtonText: "",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
......
...@@ -158,10 +158,10 @@ export default { ...@@ -158,10 +158,10 @@ export default {
methods:{...Event, methods:{...Event,
open(val){ open(val){
if(val === '' && !(this.model.ltdgrp.blk.adlcnd == '')){ if(val === '' && !(this.model.ltdgrp.blk.adlcnd == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -181,8 +181,8 @@ export default { ...@@ -181,8 +181,8 @@ export default {
}); });
}); });
}else if(val == 'X' && this.model.lttamep.adlcndamep.modmanflg =='X'){ }else if(val == 'X' && this.model.lttamep.adlcndamep.modmanflg =='X'){
this.$confirm('Please reset internal modification first','提示',{ this.$confirm('请先重置内部修改','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -197,10 +197,10 @@ export default { ...@@ -197,10 +197,10 @@ export default {
}, },
open1(val){ open1(val){
if(val === '' && !(this.model.ltdgrp.blk.adlcnd == '')){ if(val === '' && !(this.model.ltdgrp.blk.adlcnd == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -220,8 +220,8 @@ export default { ...@@ -220,8 +220,8 @@ export default {
}); });
}); });
}else if(this.model.lttamep.adlcndamep.modflg == 'X' && this.model.lttamep.adlcndamep.modmanflg =='X'){ }else if(this.model.lttamep.adlcndamep.modflg == 'X' && this.model.lttamep.adlcndamep.modmanflg =='X'){
this.$confirm('Please reset modification to replace first','提示',{ this.$confirm('请先重置修改以替换','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -356,10 +356,6 @@ export default { ...@@ -356,10 +356,6 @@ export default {
defdetFlag: { defdetFlag: {
get() { get() {
return ( return (
// this.model.ltdgrp.rec.avbby == 'A' ||
// this.model.ltdgrp.rec.avbby == 'P' ||
// this.model.ltdgrp.rec.avbby == 'M' ||
// this.model.ltdgrp.rec.avbby == ''
this.model.ltdgrp.rec.avbby != 'D' && this.model.ltdgrp.rec.avbby != 'D' &&
this.model.ltdgrp.rec.avbby != 'N' this.model.ltdgrp.rec.avbby != 'N'
) )
......
...@@ -145,10 +145,10 @@ export default { ...@@ -145,10 +145,10 @@ export default {
methods:{...Event, methods:{...Event,
open(val){ open(val){
if(val === '' && !(this.model.ltdgrp.blk.lcrgod == '')){ if(val === '' && !(this.model.ltdgrp.blk.lcrgod == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -168,8 +168,8 @@ export default { ...@@ -168,8 +168,8 @@ export default {
}); });
}); });
}else if(val == 'X' && this.model.lttamep.lcrgodamep.modmanflg =='X'){ }else if(val == 'X' && this.model.lttamep.lcrgodamep.modmanflg =='X'){
this.$confirm('Please reset internal modification first','提示',{ this.$confirm('请先重置内部修改','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -184,10 +184,10 @@ export default { ...@@ -184,10 +184,10 @@ export default {
}, },
open1(val){ open1(val){
if(val === '' && !(this.model.ltdgrp.blk.lcrgod == '')){ if(val === '' && !(this.model.ltdgrp.blk.lcrgod == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -207,8 +207,8 @@ export default { ...@@ -207,8 +207,8 @@ export default {
}); });
}); });
}else if(this.model.lttamep.lcrgodamep.modflg == 'X' && this.model.lttamep.lcrgodamep.modmanflg =='X'){ }else if(this.model.lttamep.lcrgodamep.modflg == 'X' && this.model.lttamep.lcrgodamep.modmanflg =='X'){
this.$confirm('Please reset modification to replace first','提示',{ this.$confirm('请先重置修改以替换','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -150,10 +150,10 @@ export default { ...@@ -150,10 +150,10 @@ export default {
methods:{...Event, methods:{...Event,
open(val){ open(val){
if(val === '' && !(this.model.ltdgrp.blk.lcrdoc == '')){ if(val === '' && !(this.model.ltdgrp.blk.lcrdoc == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -173,8 +173,8 @@ export default { ...@@ -173,8 +173,8 @@ export default {
}); });
}); });
}else if(val == 'X' && this.model.lttamep.lcrdocamep.modmanflg =='X'){ }else if(val == 'X' && this.model.lttamep.lcrdocamep.modmanflg =='X'){
this.$confirm('Please reset internal modification first','提示',{ this.$confirm('请先重置内部修改','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -189,10 +189,10 @@ export default { ...@@ -189,10 +189,10 @@ export default {
}, },
open1(val){ open1(val){
if(val === '' && !(this.model.ltdgrp.blk.lcrdoc == '')){ if(val === '' && !(this.model.ltdgrp.blk.lcrdoc == '')){
this.$confirm('Do you really want to reset your manual modifications?','提示',{ this.$confirm('是否确定要重置手动修改?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -212,8 +212,8 @@ export default { ...@@ -212,8 +212,8 @@ export default {
}); });
}); });
}else if(this.model.lttamep.lcrdocamep.modflg == 'X' && this.model.lttamep.lcrdocamep.modmanflg =='X'){ }else if(this.model.lttamep.lcrdocamep.modflg == 'X' && this.model.lttamep.lcrdocamep.modmanflg =='X'){
this.$confirm('Please reset modification to replace first','提示',{ this.$confirm('请先重置修改以替换','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -113,24 +113,24 @@ export default { ...@@ -113,24 +113,24 @@ export default {
ptsaddg: { ptsaddg: {
columns: [ columns: [
{ {
title: "Role", title: "角色",
width: "120px", width: "120px",
dataIndex: "rol", dataIndex: "rol",
show: "select", show: "select",
}, },
{ {
title: "Party", title: "当事人",
width: "180px", width: "180px",
dataIndex: "ptyextkey", dataIndex: "ptyextkey",
show: "input", show: "input",
}, },
{ {
title: "Name of Party", title: "当事人名称",
width: "300px", width: "300px",
dataIndex: "nam", dataIndex: "nam",
}, },
{ {
title: "Reference for Address", title: "地址编号",
width: "300px", width: "300px",
dataIndex: "ref", dataIndex: "ref",
}, },
......
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Account Identification" label="帐户标识"
prop="ltdgrp.rmt.pts.dftact" prop="ltdgrp.rmt.pts.dftact"
> >
<c-select <c-select
v-model="model.ltdgrp.rmt.pts.dftact" v-model="model.ltdgrp.rmt.pts.dftact"
style="width: 100%" style="width: 100%"
placeholder="请输入Account Identification" placeholder="请输入帐户标识"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -35,25 +35,25 @@ ...@@ -35,25 +35,25 @@
<c-col :span="24"> <c-col :span="24">
<c-form-item <c-form-item
label="偿付银行 Account Identification" label="偿付银行帐户标识"
prop="ltdgrp.rec.rmbact" prop="ltdgrp.rec.rmbact"
> >
<c-input <c-input
v-model="model.ltdgrp.rec.rmbact" v-model="model.ltdgrp.rec.rmbact"
maxlength="35" maxlength="35"
disabled disabled
placeholder="请输入偿付银行 Account Identification" placeholder="请输入偿付银行帐户标识"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- SF000254 : Charges Definition --> <!-- SF000254 : Charges Definition -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Charges Definition" prop="ltdgrp.rec.rmbcha"> <el-form-item label="费用定义" prop="ltdgrp.rec.rmbcha">
<c-select <c-select
v-model="model.ltdgrp.rec.rmbcha" v-model="model.ltdgrp.rec.rmbcha"
style="width: 100%" style="width: 100%"
placeholder="请输入Charges Definition" placeholder="请输入费用定义"
:code="codes.rmbcha" :code="codes.rmbcha"
> >
</c-select> </c-select>
...@@ -62,26 +62,26 @@ ...@@ -62,26 +62,26 @@
<!-- SF000260 : Other Charges --> <!-- SF000260 : Other Charges -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label="Other Charges" prop="ltdgrp.blk.rmbcha"> <c-form-item label="其他费用" prop="ltdgrp.blk.rmbcha">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.ltdgrp.blk.rmbcha" v-model="model.ltdgrp.blk.rmbcha"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Other Charges" placeholder="请输入其他费用"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- S0000334 : MT747 :77A: --> <!-- S0000334 : MT747 :77A: -->
<c-col :span="24"> <c-col :span="24">
<c-form-item label=": MT747(77A)" prop="lttp.rmbnar"> <c-form-item label="MT747:77A:" prop="lttp.rmbnar">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.lttp.rmbnar" v-model="model.lttp.rmbnar"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入: MT747 77A字段" placeholder="请输入"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="Date of Authorisation to Reimburse" label="授权偿付日期"
prop="ltdgrp.rec.autdat" prop="ltdgrp.rec.autdat"
> >
<c-date-picker <c-date-picker
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
v-model="model.ltdgrp.rec.autdat" v-model="model.ltdgrp.rec.autdat"
style="width: 100%" style="width: 100%"
disabled disabled
placeholder="请输入Date of Authorisation to Reimburse" placeholder="请输入授权偿付日期"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -213,11 +213,11 @@ export default { ...@@ -213,11 +213,11 @@ export default {
open(val) { open(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) { if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -239,8 +239,8 @@ export default { ...@@ -239,8 +239,8 @@ export default {
}); });
}); });
} else if (val == "X" && this.model.lttamep.spcbenamep.modmanflg == "X") { } else if (val == "X" && this.model.lttamep.spcbenamep.modmanflg == "X") {
this.$confirm("Please reset internal modification first", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -255,11 +255,11 @@ export default { ...@@ -255,11 +255,11 @@ export default {
open1(val) { open1(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) { if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -284,8 +284,8 @@ export default { ...@@ -284,8 +284,8 @@ export default {
this.model.lttamep.spcbenamep.modflg == "X" && this.model.lttamep.spcbenamep.modflg == "X" &&
this.model.lttamep.spcbenamep.modmanflg == "X" this.model.lttamep.spcbenamep.modmanflg == "X"
) { ) {
this.$confirm("Please reset modification to replace first", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -213,11 +213,11 @@ export default { ...@@ -213,11 +213,11 @@ export default {
open(val) { open(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) { if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -239,8 +239,8 @@ export default { ...@@ -239,8 +239,8 @@ export default {
}); });
}); });
} else if (val == "X" && this.model.lttamep.spcrcbamep.modmanflg == "X") { } else if (val == "X" && this.model.lttamep.spcrcbamep.modmanflg == "X") {
this.$confirm("Please reset internal modification first", "提示", { this.$confirm("请先重置内部修改", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
showClose: false, showClose: false,
...@@ -255,11 +255,11 @@ export default { ...@@ -255,11 +255,11 @@ export default {
open1(val) { open1(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) { if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) {
this.$confirm( this.$confirm(
"Do you really want to reset your manual modifications?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -284,8 +284,8 @@ export default { ...@@ -284,8 +284,8 @@ export default {
this.model.lttamep.spcrcbamep.modflg == "X" && this.model.lttamep.spcrcbamep.modflg == "X" &&
this.model.lttamep.spcrcbamep.modmanflg == "X" this.model.lttamep.spcrcbamep.modmanflg == "X"
) { ) {
this.$confirm("Please reset modification to replace first", "提示", { this.$confirm("请先重置修改以替换", "提示", {
confirmButtonText: "Ok", confirmButtonText: "确定",
cancelButtonText: "", cancelButtonText: "",
showCancelButton: false, showCancelButton: false,
type: "warning", type: "warning",
......
...@@ -471,11 +471,11 @@ export default { ...@@ -471,11 +471,11 @@ export default {
) )
) { ) {
this.$confirm( this.$confirm(
"Do you really want to delete the 附加金额 of this contract?", "是否确定要删除此合同的附加金额?",
"提示", "提示",
{ {
confirmButtonText: "Yes", confirmButtonText: "",
cancelButtonText: "No", cancelButtonText: "",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="11">
<el-form-item <el-form-item
label="Account Identification" label="帐户标识"
prop="ltdgrp.rmt.pts.dftact" prop="ltdgrp.rmt.pts.dftact"
> >
<c-select <c-select
v-model="model.ltdgrp.rmt.pts.dftact" v-model="model.ltdgrp.rmt.pts.dftact"
style="width: 100%" style="width: 100%"
placeholder="请选择Account Identification" placeholder="请选择帐户标识"
> >
</c-select> </c-select>
...@@ -33,92 +33,51 @@ ...@@ -33,92 +33,51 @@
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item <el-form-item
label="偿付银行 Account Identification" label="偿付银行帐户标识"
label-width="280px" label-width="280px"
prop="ltdgrp.rec.rmbact" prop="ltdgrp.rec.rmbact"
> >
<c-input <c-input
v-model="model.ltdgrp.rec.rmbact" v-model="model.ltdgrp.rec.rmbact"
maxlength="35" maxlength="35"
placeholder="请输入偿付银行 Account Identification" placeholder="请输入偿付银行帐户标识"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<!-- <c-col :span="24">
<el-form-item label="偿付行" prop="ltdgrp.rmt.pts.ref">
<c-input v-model="model.ltdgrp.rmt.pts.ref" maxlength="16" placeholder="请输入偿付行"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="External Key of Address" prop="ltdgrp.rmt.pts.extkey">
<c-input
v-model="model.ltdgrp.rmt.pts.extkey"
maxlength="16"
placeholder="请输入"
></c-input>
</el-form-item>
<c-col :span="18">
<el-form-item label="External Key of Address" prop="ltdgrp.rmt.pts.extkey">
<c-input
v-model="model.ltdgrp.rmt.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="showGridPromptDialog('ltdgrp.rmt.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<el-form-item label="" label-width="5px">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf('ltdgrp.rmt.pts.extkey')"
></c-button
>
</el-form-item>
</c-col>
<c-col :span="4">
<el-form-item label="" label-width="5px">
<c-button size="small" type="primary" @click="onAplpDet">
Details
</c-button>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Charges Definition" prop="ltdgrp.rec.rmbcha"> <el-form-item label="费用定义" prop="ltdgrp.rec.rmbcha">
<c-select <c-select
v-model="model.ltdgrp.rec.rmbcha" v-model="model.ltdgrp.rec.rmbcha"
style="width: 100%" style="width: 100%"
placeholder="请选择Charges Definition" placeholder="请选择费用定义"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Other Charges" prop="ltdgrp.blk.rmbcha"> <el-form-item label="其他费用" prop="ltdgrp.blk.rmbcha">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.ltdgrp.blk.rmbcha" v-model="model.ltdgrp.blk.rmbcha"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Other Charges" placeholder="请输入其他费用"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="MT747(77A)" prop="lttp.rmbnar"> <el-form-item label="MT747:77A:" prop="lttp.rmbnar">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.lttp.rmbnar" v-model="model.lttp.rmbnar"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入MT747 77A字段" placeholder="请输入"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -141,7 +100,7 @@ ...@@ -141,7 +100,7 @@
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item <el-form-item
label="Date of Authorisation to Reimburse" label="授权偿付日期"
label-width="250px" label-width="250px"
prop="ltdgrp.rec.autdat" prop="ltdgrp.rec.autdat"
> >
...@@ -149,7 +108,7 @@ ...@@ -149,7 +108,7 @@
type="date" type="date"
v-model="model.ltdgrp.rec.autdat" v-model="model.ltdgrp.rec.autdat"
style="width: 100%" style="width: 100%"
placeholder="请选择Date of Authorisation to Reimburse" placeholder="请选择授权偿付日期"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
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