Commit 974720f7 by wangna

汉化补充

parent 787019fa
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="XMLPanel brtapll1的内置block" prop="brtapll1blk">
<c-input type="textarea" v-model="model.brtapll1blk" maxlength="200" show-word-limit placeholder="请输入XMLPanel brtapll1的内置block" ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="应付保证金金额" prop="liaall.liaccv.concur">
<c-input v-model="model.liaall.liaccv.concur" maxlength="3" placeholder="请输入应付保证金金额"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="合同金额" prop="liaall.liaccv.newamt">
<c-input v-model="model.liaall.liaccv.newamt" placeholder="请输入合同金额"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="保证金应收比例" prop="liaall.liaccv.cshpct">
<c-input v-model="model.liaall.liaccv.cshpct" placeholder="请输入保证金应收比例"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt">
<c-input v-model="model.liaall.liaccv.newresamt" placeholder="请输入Reserved Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="保证金实收比例" prop="liaall.liaccv.relcshpct">
<c-input v-model="model.liaall.liaccv.relcshpct" placeholder="请输入保证金实收比例"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.liaall.liaccv.gleflg">Create gle flag</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="reserve amount based percent" prop="liaall.liaccv.pctresamt">
<c-input v-model="model.liaall.liaccv.pctresamt" placeholder="请输入reserve amount based percent"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.liaall.liaccv.chgcurflg">Change currency flag</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onLiaccvAdd">
Add
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel">
Del
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="金额总和" prop="liaall.liaccv.totcovamt">
<c-input v-model="model.liaall.liaccv.totcovamt" placeholder="请输入金额总和"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Additional Information " prop="liaall.liaccv.addinf">
<c-input type="textarea" v-model="model.liaall.liaccv.addinf" maxlength="70" show-word-limit placeholder="请输入Additional Information " ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="XMLPanel cmnsetl1的内置block" prop="setmod.cmnsetl1blk">
<c-input type="textarea" v-model="model.setmod.cmnsetl1blk" maxlength="200" show-word-limit placeholder="请输入XMLPanel cmnsetl1的内置block" ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -7,11 +7,25 @@ ...@@ -7,11 +7,25 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item label="不符点" prop="brdgrp.blk.docdis"> <el-form-item label="不符点" prop="brdgrp.blk.docdis">
<c-input type="textarea" v-model="model.brdgrp.blk.docdis" maxlength="50" show-word-limit placeholder="请输入不符点" :disabled="model.brdgrp.blk.docdisflg==''?true:false" rows="5"></c-input> <c-input
type="textarea"
v-model="model.brdgrp.blk.docdis"
maxlength="50"
show-word-limit
placeholder="请输入不符点"
:disabled="model.brdgrp.blk.docdisflg == '' ? true : false"
rows="5"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<c-button size="small" type="primary" icon="el-icon-search" @click="onDocdisButtxmsel" :disabled="model.brdgrp.blk.docdisflg==''?true:false"> <c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onDocdisButtxmsel"
:disabled="model.brdgrp.blk.docdisflg == '' ? true : false"
>
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -19,84 +33,151 @@ ...@@ -19,84 +33,151 @@
<c-col :span="21"> <c-col :span="21">
<el-form-item label="注释和结论" prop="brdgrp.blk.comcon"> <el-form-item label="注释和结论" prop="brdgrp.blk.comcon">
<c-input type="textarea" v-model="model.brdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入注释和结论" rows="5" disabled></c-input> <c-input
type="textarea"
v-model="model.brdgrp.blk.comcon"
maxlength="65"
show-word-limit
placeholder="请输入注释和结论"
rows="5"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item label="结算指示" prop="brdgrp.blk.setinsbr"> <el-form-item label="结算指示" prop="brdgrp.blk.setinsbr">
<c-input type="textarea" v-model="model.brdgrp.blk.setinsbr" maxlength="65" show-word-limit placeholder="请输入结算指示" rows="3" disabled></c-input> <c-input
type="textarea"
v-model="model.brdgrp.blk.setinsbr"
maxlength="65"
show-word-limit
placeholder="请输入结算指示"
rows="3"
disabled
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<c-button size="small" type="primary" icon="el-icon-search" @click="onSetinstxmButtxmsel" disabled> <c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSetinstxmButtxmsel"
disabled
>
... ...
</c-button> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-docpre :model="model" <c-docpre
:model="model"
:argadr="{ :argadr="{
path:'brdgrp.blk.prsdoc', path: 'brdgrp.blk.prsdoc',
grp:'brtp', grp: 'brtp',
code:'docpre' code: 'docpre',
}" }"
></c-docpre> ></c-docpre>
</c-col> </c-col>
</c-col> </c-col>
<!-- ====================右边======================= --> <!-- ====================右边======================= -->
<c-col :span="12" class="col-right"> <c-col :span="12" class="col-right">
<c-col :span="24"> <c-col :span="24">
<el-form-item> <el-form-item>
<c-checkbox v-model="model.brdgrp.rec.igndisflg" disabled style="float: left;">忽略不符点</c-checkbox> <c-checkbox
v-model="model.brdgrp.rec.igndisflg"
disabled
style="float: left"
>忽略不符点</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item> <el-form-item>
<c-checkbox v-model="model.brdgrp.blk.docdisflg" disabled style="float: left;">录入不符点</c-checkbox> <c-checkbox
v-model="model.brdgrp.blk.docdisflg"
disabled
style="float: left"
>录入不符点</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="收到的通知类型" prop="brdgrp.rec.advtyp"> <el-form-item label="收到的通知类型" prop="brdgrp.rec.advtyp">
<c-select v-model="model.brdgrp.rec.advtyp" style="width:100%" placeholder="请选择收到通知类型" :code="codes.advtyp" disabled> <c-select
v-model="model.brdgrp.rec.advtyp"
style="width: 100%"
placeholder="请选择收到通知类型"
:code="codes.advtyp"
disabled
>
</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="付款日期" prop="brdgrp.rec.totdat"> <el-form-item label="付款日期" prop="brdgrp.rec.totdat">
<c-date-picker type="date" v-model="model.brdgrp.rec.totdat" style="width:100%" placeholder="请选择Date to be Paid" disabled></c-date-picker> <c-date-picker
type="date"
v-model="model.brdgrp.rec.totdat"
style="width: 100%"
placeholder="请选择付款日期"
disabled
></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="不符点通知日期" prop="brdgrp.rec.disdat"> <el-form-item label="不符点通知日期" prop="brdgrp.rec.disdat">
<c-date-picker type="date" v-model="model.brdgrp.rec.disdat" style="width:100%" placeholder="请选择不符点通知日期" disabled></c-date-picker> <c-date-picker
type="date"
v-model="model.brdgrp.rec.disdat"
style="width: 100%"
placeholder="请选择不符点通知日期"
disabled
></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item> <el-form-item>
<c-checkbox v-model="model.brdgrp.rec.approvcod" disabled style="float: left;">Documents on Approval Basis</c-checkbox> <c-checkbox
v-model="model.brdgrp.rec.approvcod"
disabled
style="float: left"
>Documents on Approval Basis</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24" v-show="false"> <c-col :span="24" v-show="false">
<el-form-item> <el-form-item>
<c-checkbox v-model="model.brtp.cre752flg" disabled style="float: left;">创建 752</c-checkbox> <c-checkbox
v-model="model.brtp.cre752flg"
disabled
style="float: left"
>创建 752</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item> <el-form-item>
<c-checkbox v-model="model.brtp.cre732flg" disabled style="float: left;">创建 MT 732</c-checkbox> <c-checkbox
v-model="model.brtp.cre732flg"
disabled
style="float: left"
>创建 MT 732</c-checkbox
>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12" v-show="false"> <c-col :span="12" v-show="false">
<el-form-item label="进一步确认" prop="brtp.furide">
<el-form-item label="Further Identification" prop="brtp.furide"> <c-select
<c-select v-model="model.brtp.furide" style="width:100%" placeholder="请选择Further Identification" disabled> v-model="model.brtp.furide"
style="width: 100%"
placeholder="请选择进一步确认"
disabled
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</c-col> </c-col>
...@@ -104,30 +185,25 @@ ...@@ -104,30 +185,25 @@
</div> </div>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable";
import Event from "~/model/Brtsnd/Event" import Event from "~/model/Brtsnd/Event";
import Docpre from "~/views/Public/Docpre" import Docpre from "~/views/Public/Docpre";
export default { export default {
inject: ['root'], inject: ["root"],
props:["model","codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
components:{ components: {
"c-docpre":Docpre, "c-docpre": Docpre,
}, },
data(){ data() {
return { return {};
}
}, },
methods:{...Event}, methods: { ...Event },
created:function(){ created: function () {},
};
}
}
</script> </script>
<style> <style>
</style> </style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="XMLPanel prtswtp的内置block" prop="trnmod.docimm.prtswtpblk">
<c-input type="textarea" v-model="model.trnmod.docimm.prtswtpblk" maxlength="200" show-word-limit placeholder="请输入XMLPanel prtswtp的内置block" ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="Message as stream" prop="trnmod.docimm.ascin">
<c-input v-model="model.trnmod.docimm.ascin" placeholder="请输入Message as stream"></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="XMLPanel prtswtrp的内置block" prop="trnmod.docimm.prtswtrpblk">
<c-input type="textarea" v-model="model.trnmod.docimm.prtswtrpblk" maxlength="200" show-word-limit placeholder="请输入XMLPanel prtswtrp的内置block" ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="Display" prop="mtabut.syswrn.dsp">
<c-input v-model="model.mtabut.syswrn.dsp" placeholder="请输入Display"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSyswrnButok">
确认
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onSyswrnButcan">
取消
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="XMLPanel xmldoc的内置block" prop="trnmod.docimm.xmldocblk">
<c-input type="textarea" v-model="model.trnmod.docimm.xmldocblk" maxlength="200" show-word-limit placeholder="请输入XMLPanel xmldoc的内置block" ></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Brtlat/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -178,21 +178,14 @@ import commonFuncs from "~/mixin/commonFuncs"; ...@@ -178,21 +178,14 @@ import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Brtlat/Check"; import Check from "~/model/Brtlat/Check";
import Default from "~/model/Brtlat/Default"; import Default from "~/model/Brtlat/Default";
import Pattern from "~/model/Brtlat/Pattern"; import Pattern from "~/model/Brtlat/Pattern";
import Brtapll1 from "./Brtapll1";
import Utlp from "./Utlp"; import Utlp from "./Utlp";
import Prtswtr from "./Prtswtr";
import Prtswtrp from "./Prtswtrp";
import Xmldoc from "./Xmldoc";
import Prtswtp from "./Prtswtp";
import Dnfp from "./Dnfp"; import Dnfp from "./Dnfp";
import Detp from "./Detp"; import Detp from "./Detp";
import Docpre from "./Docpre"; import Docpre from "./Docpre";
import Shpdet from "./Shpdet"; import Shpdet from "./Shpdet";
import Ovwp from "./Ovwp"; import Ovwp from "./Ovwp";
import Cmnsetl1 from "./Cmnsetl1";
import Syswrndisplay from "./Syswrndisplay";
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
import Ccvpan from "~/views/Public/Ccvpan"; import Ccvpan from "~/views/Public/Ccvpan";
import Setpan from "~/views/Public/Setpan"; import Setpan from "~/views/Public/Setpan";
...@@ -207,12 +200,7 @@ export default { ...@@ -207,12 +200,7 @@ export default {
components: { components: {
"m-docpre": Docpre, "m-docpre": Docpre,
"m-shpdet": Shpdet, "m-shpdet": Shpdet,
"m-brtapll1": Brtapll1,
"m-utlp": Utlp, "m-utlp": Utlp,
"m-prtswtr": Prtswtr,
"m-prtswtrp": Prtswtrp,
"m-xmldoc": Xmldoc,
"m-prtswtp": Prtswtp,
"m-engp": Engp, "m-engp": Engp,
"m-ccvpan": Ccvpan, "m-ccvpan": Ccvpan,
"m-coninfp": Coninfp, "m-coninfp": Coninfp,
...@@ -222,8 +210,6 @@ export default { ...@@ -222,8 +210,6 @@ export default {
"m-setpan": Setpan, "m-setpan": Setpan,
"m-detp": Detp, "m-detp": Detp,
"m-glepan": Glepan, "m-glepan": Glepan,
"m-cmnsetl1": Cmnsetl1,
"m-syswrndisplay": Syswrndisplay,
"m-limitbody": Limitbody, "m-limitbody": Limitbody,
"m-ovwp": Ovwp, "m-ovwp": Ovwp,
}, },
......
...@@ -311,9 +311,9 @@ export default { ...@@ -311,9 +311,9 @@ export default {
}, },
openAddAmount(val){ openAddAmount(val){
if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){ if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){
this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{ this.$confirm('是否确定要删除此合同的附加金额?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -418,8 +418,8 @@ export default { ...@@ -418,8 +418,8 @@ export default {
if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ==='' if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ===''
&&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){ &&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){
this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{ this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -1113,9 +1113,9 @@ export default { ...@@ -1113,9 +1113,9 @@ export default {
}, },
openAddAmount(val){ openAddAmount(val){
if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){ if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){
this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{ this.$confirm('是否确定要删除此合同的附加金额?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
...@@ -1143,8 +1143,8 @@ export default { ...@@ -1143,8 +1143,8 @@ export default {
if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ==='' if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ===''
&&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){ &&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){
this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{ this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -500,9 +500,9 @@ export default { ...@@ -500,9 +500,9 @@ export default {
}, },
openAddAmount(val){ openAddAmount(val){
if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){ if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){
this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{ this.$confirm('是否确定要删除此合同的附加金额?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -473,9 +473,9 @@ export default { ...@@ -473,9 +473,9 @@ export default {
}, },
openAddAmount(val){ openAddAmount(val){
if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){ if(val ==='' && !(this.model.ledgrp.cbs.max2.amt =='0.000'&& this.model.ledgrp.blk.addamtcov === '') ){
this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{ this.$confirm('是否确定要删除此合同的附加金额?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
...@@ -503,8 +503,8 @@ export default { ...@@ -503,8 +503,8 @@ export default {
if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ==='' if(val ==='' && !(this.model.ledgrp.rec.revtyp ===''&& this.model.ledgrp.rec.revtimes == '0' && this.model.ledgrp.rec.revdat ===''
&&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){ &&this.model.ledgrp.rec.revcum ===''&&this.model.ledgrp.blk.revcls ===''&&this.model.ledgrp.blk.revnotes ==='') ){
this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{ this.$confirm('Are you sure you want to delete the entered Revolving Details?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -504,9 +504,9 @@ export default { ...@@ -504,9 +504,9 @@ export default {
openAddDetails(val){ openAddDetails(val){
if(val ==='' && !( this.model.ledgrp.cbs.max2.amt == '0' && this.model.ledgrp.cbs.opn2.amt == '0' if(val ==='' && !( this.model.ledgrp.cbs.max2.amt == '0' && this.model.ledgrp.cbs.opn2.amt == '0'
&&this.model.ledgrp.blk.addamtcov ==='') ){ &&this.model.ledgrp.blk.addamtcov ==='') ){
this.$confirm('Do you really want to delete the additional amount of this contract?','提示',{ this.$confirm('是否确定要删除此合同的附加金额?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => {//yes的执行在这里写 }).then(() => {//yes的执行在这里写
......
...@@ -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",
......
...@@ -52,41 +52,6 @@ ...@@ -52,41 +52,6 @@
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="22">
<el-form-item
label="在当前修订中添加/删除文本"
prop="litamep.lcrgodamep.usrblk"
>
<c-input
:disabled="this.flag2"
:autosize="{ minRows: 22, maxRows: 800 }"
type="textarea"
v-model="model.litamep.lcrgodamep.usrblk"
maxlength="52000"
show-word-limit
placeholder="请输入添加/删除补充信息"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'litamep.lcrgodame.buttxmsel',
null,
null,
{ TXT: 'litamep.lcrgodamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col> -->
</el-col> </el-col>
<el-col :span="12" style="padding-left: 20px"> <el-col :span="12" style="padding-left: 20px">
...@@ -99,7 +64,7 @@ ...@@ -99,7 +64,7 @@
v-model="model.lidgrp.blk.lcrgodame" v-model="model.lidgrp.blk.lcrgodame"
maxlength="4950" maxlength="4950"
show-word-limit show-word-limit
placeholder="请输入Description of Goods Amendment History" placeholder="请输入历史概述"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -252,8 +217,8 @@ export default { ...@@ -252,8 +217,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -276,7 +241,7 @@ export default { ...@@ -276,7 +241,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 +259,8 @@ export default { ...@@ -294,8 +259,8 @@ export default {
"是否确定要重置手动修改?", "是否确定要重置手动修改?",
"提示", "提示",
{ {
cancelButtonText: "Cannel", cancelButtonText: "撤销",
confirmButtonText: "Ok", confirmButtonText: "确定",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
...@@ -321,7 +286,7 @@ export default { ...@@ -321,7 +286,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",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
> >
<el-table-column <el-table-column
prop="limtyp" prop="limtyp"
label="Limit Type" label="限制类型"
sortable sortable
width="120"> width="120">
</el-table-column> </el-table-column>
......
...@@ -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",
......
...@@ -10,14 +10,6 @@ ...@@ -10,14 +10,6 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="24">
<el-form-item label="在当前修订中添加/删除文本" prop="litamep.lcrgodamep.usrblk">
<c-input
:rows="9"
type="textarea" v-model="model.litamep.lcrgodamep.usrblk" maxlength="65" show-word-limit placeholder="请输入添加/删除补充信息" ></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="在当前修订中添加/删除文本" label="在当前修订中添加/删除文本"
...@@ -57,15 +49,6 @@ ...@@ -57,15 +49,6 @@
</c-col> </c-col>
</el-col> </el-col>
<!-- ================================================================================ --> <!-- ================================================================================ -->
<!-- <el-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="历史概述" prop="lidgrp.blk.lcrgodame">
<c-input
:rows="12"
disabled type="textarea" v-model="model.lidgrp.blk.lcrgodame" maxlength="50" show-word-limit placeholder="请输入历史概述" ></c-input>
</el-form-item>
</c-col>
</el-col> -->
<el-col :span="12" style="padding-left: 20px"> <el-col :span="12" style="padding-left: 20px">
<c-col :span="24"> <c-col :span="24">
...@@ -77,7 +60,7 @@ ...@@ -77,7 +60,7 @@
v-model="model.lidgrp.blk.lcrgodame" v-model="model.lidgrp.blk.lcrgodame"
maxlength="4950" maxlength="4950"
show-word-limit show-word-limit
placeholder="请输入Description of Goods Amendment History" placeholder="请输入历史概述"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -227,11 +210,11 @@ export default { ...@@ -227,11 +210,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 +236,8 @@ export default { ...@@ -253,8 +236,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 +252,11 @@ export default { ...@@ -269,11 +252,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 +281,8 @@ export default { ...@@ -298,8 +281,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",
......
...@@ -52,41 +52,6 @@ ...@@ -52,41 +52,6 @@
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="22">
<el-form-item
label="添加/删除当前修订中的文本"
prop="litamep.lcrdocamep.usrblk"
>
<c-input
type="textarea"
:disabled="this.flag2"
v-model="model.litamep.lcrdocamep.usrblk"
maxlength="52000"
show-word-limit
placeholder="请输入添加/删除补充信息"
:autosize="{ minRows: 22, maxRows: 800 }"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'litamep.lcrdocame.buttxmsel',
null,
null,
{ TXT: 'litamep.lcrdocamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col> -->
</c-col> </c-col>
<c-col :span="12" style="padding-left: 20px"> <c-col :span="12" style="padding-left: 20px">
...@@ -244,11 +209,11 @@ export default { ...@@ -244,11 +209,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 +235,8 @@ export default { ...@@ -270,8 +235,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 +251,11 @@ export default { ...@@ -286,11 +251,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 +280,8 @@ export default { ...@@ -315,8 +280,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",
......
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="申请人" prop="lidgrp.apl.pts.extkey"> <el-form-item label="申请人" prop="lidgrp.apl.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input disabled v-model="model.lidgrp.apl.pts.extkey" maxlength="16" placeholder="请输入地址编码"></c-input> <c-input disabled v-model="model.lidgrp.apl.pts.extkey" maxlength="16" placeholder="请输入"></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地址编码" prop="lidgrp.ini.pts.extkey"> <el-form-item label="地址编码" prop="lidgrp.ini.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input disabled v-model="model.lidgrp.ini.pts.extkey" maxlength="16" placeholder="请输入申请人账户行"></c-input> <c-input disabled v-model="model.lidgrp.ini.pts.extkey" maxlength="16" placeholder="请输入"></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<c-fullbox> <c-fullbox>
<c-input <c-input
disabled disabled
v-model="model.lidgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入偿付行"></c-input> v-model="model.lidgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入"></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地址编码" prop="lidgrp.con.pts.extkey"> <el-form-item label="地址编码" prop="lidgrp.con.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input disabled v-model="model.lidgrp.con.pts.extkey" maxlength="16" placeholder="请输入保兑行"></c-input> <c-input disabled v-model="model.lidgrp.con.pts.extkey" maxlength="16" placeholder="请输入"></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地址编码" prop="lidgrp.a2b.pts.extkey"> <el-form-item label="地址编码" prop="lidgrp.a2b.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input disabled v-model="model.lidgrp.a2b.pts.extkey" maxlength="16" placeholder="请输入第二通知行"></c-input> <c-input disabled v-model="model.lidgrp.a2b.pts.extkey" maxlength="16" placeholder="请输入"></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
......
...@@ -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',
......
<template>
<div class="eibs-tab">
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaSavdia">
保存
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Diary Reason" prop="trnmod.trndia.diarec.cod">
<c-select v-model="model.trnmod.trndia.diarec.cod" style="width:100%" placeholder="请选择Diary Reason">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.trnmod.trndia.diarec.donflg">Entry Done Nonspace = Entry Done</c-checkbox>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDiaprt">
打印
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="Date of Diary" prop="trnmod.trndia.diarec.dat">
<c-date-picker type="date" v-model="model.trnmod.trndia.diarec.dat" style="width:100%" placeholder="请选择Date of Diary"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Description" prop="trnmod.trndia.diarec.nam">
<c-input v-model="model.trnmod.trndia.diarec.nam" maxlength="40" placeholder="请输入Description"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="used to define a codetable that to be show as status in Grid" prop="trnmod.trndia.diamodflg">
<c-select v-model="model.trnmod.trndia.diamodflg" style="width:100%" placeholder="请选择used to define a codetable that to be show as status in Grid">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Detailed Information" prop="trnmod.trndia.diarec.inftxt">
<c-input type="textarea" v-model="model.trnmod.trndia.diarec.inftxt" maxlength="65" show-word-limit placeholder="请输入Detailed Information" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="pty extkey" prop="trnmod.trndia.diarec.ptyextkey">
<c-input v-model="model.trnmod.trndia.diarec.ptyextkey" maxlength="24" placeholder="请输入pty extkey"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Pay CUR" prop="trnmod.trndia.diarec.paycur">
<c-input v-model="model.trnmod.trndia.diarec.paycur" maxlength="3" placeholder="请输入Pay CUR"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="付款币种" prop="trnmod.trndia.diarec.payamt">
<c-input v-model="model.trnmod.trndia.diarec.payamt" placeholder="请输入付款币种"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="预计核验日期" prop="trnmod.trndia.diarec.prechkdat">
<c-date-picker type="date" v-model="model.trnmod.trndia.diarec.prechkdat" style="width:100%" placeholder="请选择预计核验日期"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="pty name" prop="trnmod.trndia.diarec.ptynam">
<c-input v-model="model.trnmod.trndia.diarec.ptynam" maxlength="100" placeholder="请输入pty name"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="trnmod.trndia.atpget.sdamod.dadsnd">
<c-input v-model="model.trnmod.trndia.atpget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Start Transaction" prop="trnmod.trndia.atp.cod">
<c-input v-model="model.trnmod.trndia.atp.cod" maxlength="6" placeholder="请输入Start Transaction"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="trnmod.trndia.atpget.sdamod.seainf">
<c-input v-model="model.trnmod.trndia.atpget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Application Transaction Profile Text" prop="trnmod.trndia.atptxt">
<c-input v-model="model.trnmod.trndia.atptxt" maxlength="50" placeholder="请输入Application Transaction Profile Text"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="客户经理" prop="trnmod.trndia.usr.extkey">
<c-input v-model="model.trnmod.trndia.usr.extkey" maxlength="8" placeholder="请输入Responsible User"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="trnmod.trndia.usrget.sdamod.seainf">
<c-input v-model="model.trnmod.trndia.usrget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Resp. Group" prop="trnmod.trndia.diarec.ownusg">
<c-select v-model="model.trnmod.trndia.diarec.ownusg" style="width:100%" placeholder="请选择Resp. Group">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Entered by" prop="trnmod.trndia.diarec.usr">
<c-input v-model="model.trnmod.trndia.diarec.usr" maxlength="8" placeholder="请输入经办人"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDiaexi">
退出
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litopn/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="Display Stream of Diaries" prop="trnmod.trndia.dspstm">
<c-input v-model="model.trnmod.trndia.dspstm" placeholder="请输入Display Stream of Diaries"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDia">
新增
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDiadsp">
显示
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDiamod">
修改
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" icon="el-icon-delete" @click="onTrndiaDiadel">
删除
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onTrndiaDiaexi2">
退出
</c-button>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litopn/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
<template>
<div class="eibs-tab">
<c-col :span="12">
<el-form-item label="交易对手名称" prop="hmdmod2.bennam">
<c-input v-model="model.hmdmod2.bennam" maxlength="105" placeholder="请输入交易对手名称"></c-input>
</el-form-item>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Litopn/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -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,
} }
......
...@@ -142,11 +142,9 @@ import Adcp from "./Adcp"; ...@@ -142,11 +142,9 @@ import Adcp from "./Adcp";
import Addbcb from "./Addbcb"; import Addbcb from "./Addbcb";
import Cnyp from "./Cnyp"; import Cnyp from "./Cnyp";
import Libp from "./Libp"; import Libp from "./Libp";
import Namp from "./Namp";
import Spcrcvp from "./Spcrcvp"; import Spcrcvp from "./Spcrcvp";
import Spcbenp from "./Spcbenp"; import Spcbenp from "./Spcbenp";
import Diaselp from "./Diaselp";
import Diapan from "./Diapan";
// import Limitbody from "./Limitbody"; // import Limitbody from "./Limitbody";
import Limitbody from "~/views/Public/Limitbody"; import Limitbody from "~/views/Public/Limitbody";
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
...@@ -179,12 +177,10 @@ export default { ...@@ -179,12 +177,10 @@ export default {
"m-doctre": Doctre, "m-doctre": Doctre,
"m-cnyp": Cnyp, "m-cnyp": Cnyp,
"m-libp": Libp, "m-libp": Libp,
"m-namp": Namp,
"m-limitbody": Limitbody, "m-limitbody": Limitbody,
"m-spcrcvp": Spcrcvp, "m-spcrcvp": Spcrcvp,
"m-spcbenp": Spcbenp, "m-spcbenp": Spcbenp,
"m-diaselp": Diaselp,
"m-diapan": Diapan,
}, },
provide() { provide() {
return { return {
......
...@@ -160,8 +160,8 @@ export default { ...@@ -160,8 +160,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ 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('Please reset internal modification first','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -199,8 +199,8 @@ export default { ...@@ -199,8 +199,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -221,7 +221,7 @@ export default { ...@@ -221,7 +221,7 @@ 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('Please reset modification to replace first','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -147,8 +147,8 @@ export default { ...@@ -147,8 +147,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ 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('Please reset internal modification first','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -186,8 +186,8 @@ export default { ...@@ -186,8 +186,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ 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('Please reset modification to replace first','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
cancelButtonText: '', cancelButtonText: '',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
......
...@@ -152,8 +152,8 @@ export default { ...@@ -152,8 +152,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ 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('Please reset internal modification first','提示',{
confirmButtonText: 'Ok', confirmButtonText: '确定',
showCancelButton:false, showCancelButton:false,
type: 'warning', type: 'warning',
showClose:false showClose:false
...@@ -191,8 +191,8 @@ export default { ...@@ -191,8 +191,8 @@ export default {
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('Do you really want to reset your manual modifications?','提示',{
cancelButtonText: 'Cannel', cancelButtonText: '撤销',
confirmButtonText: 'Ok', confirmButtonText: '确定',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(() => { }).then(() => {
...@@ -213,7 +213,7 @@ export default { ...@@ -213,7 +213,7 @@ 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('Please reset modification to replace first','提示',{
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.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",
......
...@@ -474,8 +474,8 @@ export default { ...@@ -474,8 +474,8 @@ export default {
"Do you really want to delete the 附加金额 of this contract?", "Do you really want to delete the 附加金额 of this contract?",
"提示", "提示",
{ {
confirmButtonText: "Yes", confirmButtonText: "",
cancelButtonText: "No", cancelButtonText: "",
type: "warning", type: "warning",
showClose: false, showClose: false,
} }
......
...@@ -309,8 +309,8 @@ export default { ...@@ -309,8 +309,8 @@ export default {
}, },
onButRelrow(){ onButRelrow(){
this.$confirm('确定是否要授权此笔交易?','提示',{ this.$confirm('确定是否要授权此笔交易?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(async () => {//yes的执行在这里写 }).then(async () => {//yes的执行在这里写
...@@ -334,8 +334,8 @@ export default { ...@@ -334,8 +334,8 @@ export default {
}, },
onButReprow(){ onButReprow(){
this.$confirm('确定是否要退回此笔交易?','提示',{ this.$confirm('确定是否要退回此笔交易?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(async () => {//yes的执行在这里写 }).then(async () => {//yes的执行在这里写
...@@ -359,8 +359,8 @@ export default { ...@@ -359,8 +359,8 @@ export default {
}, },
onButRejrow(){ onButRejrow(){
this.$confirm('确定是否要删除此笔交易?','提示',{ this.$confirm('确定是否要删除此笔交易?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(async () => {//yes的执行在这里写 }).then(async () => {//yes的执行在这里写
......
...@@ -328,8 +328,8 @@ export default { ...@@ -328,8 +328,8 @@ export default {
}, },
onButpan(){ onButpan(){
this.$confirm('Are you sure that you want to return selected items?','提示',{ this.$confirm('Are you sure that you want to return selected items?','提示',{
confirmButtonText: 'Yes', confirmButtonText: '',
cancelButtonText: 'No', cancelButtonText: '',
type: 'warning', type: 'warning',
showClose:false showClose:false
}).then(async () => {//yes的执行在这里写 }).then(async () => {//yes的执行在这里写
......
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