Commit f4a52edc authored by youjie's avatar youjie

no message

parent 5f6be033
......@@ -1177,10 +1177,10 @@ export default {
MailingState: this.msgParameter.MailingState,//邮寄状态 1自取 2邮寄
MailingAddress: this.msgParameter.MailingAddress,//MailingState =2 填写邮寄
SelffetchAddress: this.msgParameter.MailingState==1?this.msgParameter.SelffetchAddress:'',//自取地址
Name: this.msgParameter.MailingState<4?this.msgParameter.Name:'',
EName: this.msgParameter.MailingState<4?this.msgParameter.EName:'',
Sex: this.msgParameter.MailingState<4?this.msgParameter.Sex:0,//1男2女
Mobile: this.msgParameter.MailingState<4?this.msgParameter.Mobile:'',
Name: this.msgParameter.Name,
EName: this.msgParameter.EName,
Sex: this.msgParameter.Sex,//1男2女
Mobile: this.msgParameter.Mobile,
}
url = 'dict_post_SetTicketOrderMailingState'
}
......
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