Commit 4424f746 by panziyi

Gitset修改

parent 9f71d95a
......@@ -17,6 +17,7 @@ export default {
],
"gidgrp.rec.purcan":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.cbs.max.cur":[
......
......@@ -211,7 +211,6 @@
style="width: 100%"
placeholder="请选择Reason of Cancelation"
:code="codes.purcan"
@change="purcanBlur"
>
</c-select>
</el-form-item>
......@@ -504,20 +503,20 @@ export default {
}
},
async purcanBlur(val){
if(this.model.gidgrp.rec.purcan=="" ){
this.$confirm('Please enter a value for this mandatory field','提示',{
confirmButtonText: 'Yes',
cancelButtonText: 'No',
type: 'warning',
showClose:true
}).then(() => {//yes的执行在这里写
// async purcanBlur(val){
// if(this.model.gidgrp.rec.purcan=="" ){
// this.$confirm('Please enter a value for this mandatory field','提示',{
// confirmButtonText: 'Yes',
// cancelButtonText: 'No',
// type: 'warning',
// showClose:true
// }).then(() => {//yes的执行在这里写
}).catch(() => {//No的功能在这里写
// }).catch(() => {//No的功能在这里写
});
}
},
// });
// }
// },
},
created: function () {
trntyp: [];
......
......@@ -23,7 +23,7 @@
size="small"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--PD000027 -->
<el-tab-pane label="Claim Payment" name="gitsetp1">
<c-content>
......@@ -280,7 +280,7 @@ export default {
},
},
methods: {
mimeTabClick(tab) {
myTabClick(tab) {
this.tabClick(tab);
const name = tab.name;
let rulePath;
......
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