Commit c9a0935f by 蒋勇

d

parent e856d419
......@@ -3,7 +3,7 @@
<gsb-grid2 ref="userGrid" :bizCode="bizCode" spaceHeight="100" groupName="transfer" modelName="tradetransfer"
listMethod="findAndCountAll" deleteMethod="delete" initMethod="initNewInstance" isDataAuto="true"
:headStyle="headStyle" :colFormatter="onColFormater" :isSingleSelect="isSingleSelect" @rowclick="onRowClick"
@onDlgFormClick="onDlgFormClick" @onselchange="onselchange" :validateformmethod="validateformmethod">
@onDlgFormClick="onDlgFormClick" @onforminit="onforminit" @onselchange="onselchange" :validateformmethod="validateformmethod">
<div slot="other2" slot-scope="s">
<span v-if="s.row.mobile && s.row.mobile.length==11">{{s.row.mobile}}</span>
<span v-else><button @click="inputMobile(s.row)">输入号码</button></span>
......
......@@ -42,6 +42,14 @@
}*/
},
methods: {
onforminit(fm,ctls){
alert(JSON.stringify(ctls));
ctls["logistics"]=false;
ctls["mail_zip_url"]=false;
ctls["seller_proxy"]=false;
ctls["transfer_receive_ack"]=false;
},
onselchange(prop,fm,target,ctls){
if(fm[prop]=="BUYER_EXPRESS"){
ctls["logistics"]=true;
......
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