Commit 4424f746 by panziyi

Gitset修改

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