Commit 70de41db by tianxinyu

禅道1206bug修改

parent d6d7d0b6
......@@ -122,7 +122,7 @@
<c-input disabled v-model="model.brdgrp.rec.shgref" maxlength="16" placeholder="请输入提货担保编号"></c-input>
<template slot="footer">
<c-button size="small" type="primary" @click="onGetref">
<c-button size="small" type="primary" @click="onGetref">
获取
</c-button>
</template>
......@@ -330,8 +330,8 @@ export default {
},
methods:{...Event},
created:function(){
}
},
}
</script>
<style>
......
......@@ -88,7 +88,7 @@
</c-grid-ety-prompt-dialog>
<c-function-btn
:handleSubmit="handleSubmit"
:handleSubmit="submitHandle"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
......@@ -105,6 +105,7 @@ import commonFuncs from "~/mixin/commonFuncs"
import Check from "~/model/Litrog/Check"
import Default from "~/model/Litrog/Default"
import Pattern from "~/model/Litrog/Pattern"
import Event from "~/model/Litrog/Event"
import Ovwp from "./Ovwp"
import Addbcb from "./Addbcb"
......@@ -155,11 +156,17 @@ export default {
}
},
methods:{
...Event,
myTabClick(tab){
this.tabClick(tab)
/**
* do it yourself
**/
},
submitHandle(){
if(this.model.brdgrp.rec.shgref==""){this.onGetref()}
if(this.model.brdgrp.rec.ownref==""){this.onBrtmodButgetref()}
this.handleSubmit()
}
},
created:async function(){
......
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